From e40cd916f977c93f580a977a3403cd5e26ccef8f Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 25 Jul 2011 15:16:27 +0200 Subject: [PATCH] Bump to 1.0.5 and update ChangeLog. --- ChangeLog | 5 +++++ configure.in | 2 +- src/suricata.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 97644b3f05..011ae15f0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1.0.5 -- 2011-07-25 + +- Fix stream reassembly bug #300. Thanks to Rmkml for the report. +- Fix several (potential) issues fixed after a source code scan with Coverity generously contributed by RedHat. + 1.0.4 -- 2011-06-24 - LibHTP updated to 0.2.6 diff --git a/configure.in b/configure.in index b4dc212f66..b6558a37c4 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) - AM_INIT_AUTOMAKE(suricata, 1.0.4) + AM_INIT_AUTOMAKE(suricata, 1.0.5) AC_LANG_C AC_PROG_CC_C99 diff --git a/src/suricata.h b/src/suricata.h index dda7c2ebe2..c0960101fb 100644 --- a/src/suricata.h +++ b/src/suricata.h @@ -30,7 +30,7 @@ /* the name of our binary */ #define PROG_NAME "Suricata" -#define PROG_VER "1.0.4" +#define PROG_VER "1.0.5" /* runtime engine control flags */ #define SURICATA_STOP 0x01 /**< gracefully stop the engine: process all -- 2.47.3