From 815004ea8fa31708bc51cc1adff4fe464ff77648 Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Date: Fri, 8 May 2015 00:26:06 +0200 Subject: [PATCH] Release 2.3.0rc6 Signed-off-by: Bostjan Skufca --- ChangeLog | 4 +++- README.md | 2 +- configure.ac | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c58955ea..bda28222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,10 @@ ------------------------------------------------------------------------------- -2015-05-06 - Version 2.3.0rc5 +2015-05-08 - Version 2.3.0rc6 ----------------------------- +o Bugfixes: resolved all nine Coverity bugs (#80899-#80909), covering various + resource leaks, unchecked string writes etc. o Refactoring build process: config file comments now reflect which data sources, filters and outputs are available in given Snoopy installation/ package/build. diff --git a/README.md b/README.md index f4c9a4a6..ec35610f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Detailed installation instructions are available here: [doc/INSTALL.md](doc/INST Latest Snoopy version information: * stable: http://source.a2o.si/download/snoopy/snoopy-2.2.8.tar.gz -* development: http://source.a2o.si/download/snoopy/snoopy-2.3.0rc5.tar.gz +* development: http://source.a2o.si/download/snoopy/snoopy-2.3.0rc6.tar.gz diff --git a/configure.ac b/configure.ac index 277a54b4..0506ff05 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ([2.63]) AC_INIT( [Snoopy Logger], - [2.3.0rc5], + [2.3.0rc6], [https://github.com/a2o/snoopy/issues/], [snoopy], [https://github.com/a2o/snoopy/])