Bumped version to 1.3.3; Updated ChangeLog.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 29 Sep 2009 16:00:25 +0000 (18:00 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 29 Sep 2009 16:01:25 +0000 (18:01 +0200)
ChangeLog
configure.ac
src/oping.h

index bd9a186..e074915 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-29, Version 1.3.3:
+       * oping: Disable the â€œ-f” option if the real and effective user IDs
+         don't match. If that is the case the program is probably running
+         SetUID and should not read foreign files. Unfortunately, dropping
+         privileges before reading the file is not possible, because they are
+         required for opening raw sockets.
+
+         Thanks to Steve Kemp for reporting this issue as Debian bug #548684.
+
 2009-07-27, Version 1.3.2:
        * src/oping.h: Remove `HAVE_*_H' macros for system headers. Those
          macros should not be used in system wide installed header files.
index 508a76e..bbbb6bf 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 1.3.2)
+AC_INIT(liboping, 1.3.3)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 4f9bf89..276c3db 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1003002
+#define OPING_VERSION 1003003
 
 /*
  * Type definitions