diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-18 14:47:40 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-18 14:47:40 +0100 |
commit | 9abe47d0229d2ec3f58b77f6790de2a44bbc64bf (patch) | |
tree | a8a6e01ef230831aa9f0d0f17c5a92ec2a5d909a | |
parent | d8659896079b2624c43399a7cec7d484c592324a (diff) | |
download | rsyslog-9abe47d0229d2ec3f58b77f6790de2a44bbc64bf.tar.gz rsyslog-9abe47d0229d2ec3f58b77f6790de2a44bbc64bf.tar.bz2 rsyslog-9abe47d0229d2ec3f58b77f6790de2a44bbc64bf.zip |
preparing for 7.3.5 release
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 7.3.5 [devel] 2012-11-?? +Version 7.3.5 [devel] 2012-12-18 - ommysql: addded batching/transaction support - enhanced script optimizer to optimize common PRI-based comparisons These constructs are especially used in SUSE default config files, diff --git a/configure.ac b/configure.ac index f2fffc34..64b6cbaf 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],[7.3.4],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.3.5],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/doc/manual.html b/doc/manual.html index f2706afe..b5e2bd22 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -19,7 +19,7 @@ professional services</a> available directly from the source!</p> <p><b>Please visit the <a href="http://www.rsyslog.com/sponsors">rsyslog sponsor's page</a> to honor the project sponsors or become one yourself!</b> We are very grateful for any help towards the project goals.</p> -<p><b>This documentation is for version 7.3.4 (devel branch) of rsyslog.</b> +<p><b>This documentation is for version 7.3.5 (devel branch) of rsyslog.</b> Visit the <i><a href="http://www.rsyslog.com/status">rsyslog status page</a></i></b> to obtain current version information and project status. </p><p><b>If you like rsyslog, you might |