-rw-r--r-- | NEWS.xml | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,15 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="0.2.1"> | 3 | <version version="0.2.1" date="August 1st, 2004"> |
4 | <ni>do not act -e when doing -r</ni> | 4 | <ni>do not act -e when doing -r</ni> |
5 | <ni>proper handling of <kbd>ProcessName</kbd> on <kbd>FreeBSD</kbd></ni> | 5 | <ni>proper handling of <kbd>ProcessName</kbd> on <kbd>FreeBSD</kbd></ni> |
6 | </version> | 6 | </version> |
7 | <version version="0.2" date="July 24th, 2004"> | 7 | <version version="0.2" date="July 24th, 2004"> |
8 | <ni>now dudki sends arbitrary signals to the processes being monitored from the command line</ni> | 8 | <ni>now dudki sends arbitrary signals to the processes being monitored from the command line</ni> |
9 | <ni>detection of running processes which do not keep pidfiles, using process name</ni> | 9 | <ni>detection of running processes which do not keep pidfiles, using process name</ni> |
10 | </version> | 10 | </version> |
11 | <version version="0.1" date="July 21st, 2004"> | 11 | <version version="0.1" date="July 21st, 2004"> |
12 | <ni><kbd>initgroups()</kbd> called before executing <kbd>RestartCommand</kbd></ni> | 12 | <ni><kbd>initgroups()</kbd> called before executing <kbd>RestartCommand</kbd></ni> |
13 | <ni>more civilized way of restarting on <kbd>SIGHUP</kbd></ni> | 13 | <ni>more civilized way of restarting on <kbd>SIGHUP</kbd></ni> |
14 | <ni>minor changes to build process</ni> | 14 | <ni>minor changes to build process</ni> |
15 | </version> | 15 | </version> |
diff --git a/configure.ac b/configure.ac index 69db49a..eed8e97 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,13 +1,13 @@ | |||
1 | AC_INIT([dudki], [0.2], [dudki-bugs@klever.net]) | 1 | AC_INIT([dudki], [0.2.1], [dudki-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([src/dudki.cc]) | 2 | AC_CONFIG_SRCDIR([src/dudki.cc]) |
3 | AC_CONFIG_HEADER([config.h]) | 3 | AC_CONFIG_HEADER([config.h]) |
4 | AM_INIT_AUTOMAKE([dist-bzip2]) | 4 | AM_INIT_AUTOMAKE([dist-bzip2]) |
5 | 5 | ||
6 | AC_PROG_CXX | 6 | AC_PROG_CXX |
7 | AC_PROG_CC | 7 | AC_PROG_CC |
8 | 8 | ||
9 | AC_HEADER_SYS_WAIT | 9 | AC_HEADER_SYS_WAIT |
10 | AC_CHECK_HEADERS([syslog.h unistd.h getopt.h]) | 10 | AC_CHECK_HEADERS([syslog.h unistd.h getopt.h]) |
11 | 11 | ||
12 | AC_HEADER_STDBOOL | 12 | AC_HEADER_STDBOOL |
13 | AC_C_CONST | 13 | AC_C_CONST |