From 3abe977e48f12978814bd8fb598185cdb22df652 Mon Sep 17 00:00:00 2001 From: Kacper Wysocki Date: Tue, 4 Feb 2014 17:45:46 +0100 Subject: [PATCH] bump to 0.3.3 loud lemur, and update changelog --- changelog | 18 ++++++++++++++++++ src/prads.h | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 653312c..52e3aa9 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,21 @@ +2014-02-04 0.3.3: loud lemur + * performance: avoid calls to ntop + * install: don't overwrite conf + * documentation: depends, compile options, default privilege drop, + * feature: perftools support + * bugfix: conntrack output after priv drop + * bugfix: endianness inconsistencies + * bugfix: sguil log init and rotation + * bugfix: RHEL5 libresolv compile + * bugfix: connection deallocation + * bugfix: multiple memory leaks + * bugfix: mac sig hash table indexing + * bugfix: close opened files on error + * bugfix: wrong packet-byte-count + * bugfix: don't compare connections from different protocol versions + * bugfix: ip6 netmask debug trace + * bugfix: don't core on invalid pcap + 2012-12-05 0.3.2-rc3: reud bwai * feature: argument -B enables shared-mem ringbuffer output * utility: example shm-client for reading the shared-mem buffer diff --git a/src/prads.h b/src/prads.h index bc8c6c2..ba8c23d 100644 --- a/src/prads.h +++ b/src/prads.h @@ -33,7 +33,7 @@ #ifndef RELEASE #define RELEASE #endif -#define VERSION "0.3.2-rc3"RELEASE +#define VERSION "0.3.3"RELEASE #define SIG_ALRM 60 /* Time between cxt and asset cleaning/printing */ #define TCP_TIMEOUT 300 /* When idle IP connections should be timed out */ #define ASSET_TIMEOUT 86400 /* Time befor an asset is deleted if no updates */