summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-06 18:12:44 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-06 18:12:44 +0200
commita100b9ebb82c5a414930fdce1da233adfa6571d8 (patch)
treeb17617872d33902fd5a5faa2ac394662038ffa0b
parent7e4940e2640cb8b04bb0ca0a62b282309c296784 (diff)
downloadrsyslog-a100b9ebb82c5a414930fdce1da233adfa6571d8.tar.gz
rsyslog-a100b9ebb82c5a414930fdce1da233adfa6571d8.tar.xz
rsyslog-a100b9ebb82c5a414930fdce1da233adfa6571d8.zip
bumping version number
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec5494f7..8e419ce3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
---------------------------------------------------------------------------
+Version 3.19.1 (rgerhards), 2008-05-07
+- file dirty.h was missing - thanks to darix for pointing this out
+---------------------------------------------------------------------------
Version 3.19.0 (rgerhards), 2008-05-06
- begins new devel branch version
- implemented TLS for plain tcp syslog (this is also the world's first
diff --git a/configure.ac b/configure.ac
index d436cec8..e8c584be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[3.19.0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.19.1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_HEADERS([config.h])