summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2004-08-01 20:09:28 (UTC)
committer Michael Krelin <hacker@klever.net>2004-08-01 20:09:28 (UTC)
commit482b2f298b82c9897957092ed334e57de76848fd (patch) (unidiff)
tree414cfdd953e6b5e9d349ef165e2e28d84e029416
parent3ae8e764889099513eba9a991e43074421e796ca (diff)
downloaddudki-482b2f298b82c9897957092ed334e57de76848fd.zip
dudki-482b2f298b82c9897957092ed334e57de76848fd.tar.gz
dudki-482b2f298b82c9897957092ed334e57de76848fd.tar.bz2
bumped version number to 0.2.10.2.1
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.xml b/NEWS.xml
index 2e35c11..f9be239 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -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 @@
1AC_INIT([dudki], [0.2], [dudki-bugs@klever.net]) 1AC_INIT([dudki], [0.2.1], [dudki-bugs@klever.net])
2AC_CONFIG_SRCDIR([src/dudki.cc]) 2AC_CONFIG_SRCDIR([src/dudki.cc])
3AC_CONFIG_HEADER([config.h]) 3AC_CONFIG_HEADER([config.h])
4AM_INIT_AUTOMAKE([dist-bzip2]) 4AM_INIT_AUTOMAKE([dist-bzip2])
5 5
6AC_PROG_CXX 6AC_PROG_CXX
7AC_PROG_CC 7AC_PROG_CC
8 8
9AC_HEADER_SYS_WAIT 9AC_HEADER_SYS_WAIT
10AC_CHECK_HEADERS([syslog.h unistd.h getopt.h]) 10AC_CHECK_HEADERS([syslog.h unistd.h getopt.h])
11 11
12AC_HEADER_STDBOOL 12AC_HEADER_STDBOOL
13AC_C_CONST 13AC_C_CONST