Update version and changelog to 1.0.4

remotes/origin/master-1.0.x suricata-1.0.4
Victor Julien 15 years ago
parent 81493fefcc
commit 9100dfb9bd

@ -0,0 +1,6 @@
1.0.4 -- 2011-06-24
- LibHTP updated to 0.2.6
- Large number of (potential) issues fixed after a source code scan with Coverity generously contributed by RedHat.
- Large number of (potential) issues fixed after source code scans with the Clang static analizer.

@ -3,7 +3,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(suricata, 1.0.3)
AM_INIT_AUTOMAKE(suricata, 1.0.4)
AC_LANG_C
AC_PROG_CC_C99

@ -30,7 +30,7 @@
/* the name of our binary */
#define PROG_NAME "Suricata"
#define PROG_VER "1.0.3"
#define PROG_VER "1.0.4"
/* runtime engine control flags */
#define SURICATA_STOP 0x01 /**< gracefully stop the engine: process all

Loading…
Cancel
Save