+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.
-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)