summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meckelein <mmeckelein@hq.adiscon.com>2007-08-16 11:44:05 +0000
committerMichael Meckelein <mmeckelein@hq.adiscon.com>2007-08-16 11:44:05 +0000
commitd1a76e1bdfd1c61d0244a3860cf05211f2458ca2 (patch)
tree04d51e3829b788139903affe8a699ffae9c5beb9
parente1e41283a6c0dbf704cec1eb0745ebd002a8d570 (diff)
downloadrsyslog-d1a76e1bdfd1c61d0244a3860cf05211f2458ca2.tar.gz
rsyslog-d1a76e1bdfd1c61d0244a3860cf05211f2458ca2.tar.xz
rsyslog-d1a76e1bdfd1c61d0244a3860cf05211f2458ca2.zip
prepared changelog and configure.ac for the next update
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 09b2aecf..a6c37268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
---------------------------------------------------------------------------
+Version 1.19.1 (rgerhards), 2007-0?-?=
+- ....
+---------------------------------------------------------------------------
Version 1.19.0 (varmojfekoj/rgerhards), 2007-08-16
- integrated patch from varmojfekoj to make the mysql module a loadable one
many thanks for the patch, MUCH appreciated
diff --git a/configure.ac b/configure.ac
index c6675c98..cdcd28d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[1.19.0],[rsyslog@lists.adiscon.com.])
-AM_INIT_AUTOMAKE(rsyslog, 1.19.0)
+AC_INIT([rsyslog],[1.19.1],[rsyslog@lists.adiscon.com.])
+AM_INIT_AUTOMAKE(rsyslog, 1.19.1)
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADER([config.h])