From 2457431a0067d87b977eed942fc1098502dbdf85 Mon Sep 17 00:00:00 2001 From: Kacper Wysocki Date: Wed, 5 Dec 2012 03:23:40 +0100 Subject: [PATCH] bump to 0.3.2-rc3 and update changelog --- changelog | 8 ++++++-- src/prads.h | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index b29a767..653312c 100644 --- a/changelog +++ b/changelog @@ -1,8 +1,12 @@ -2012-11-05 0.3.2: ya skipped dat one +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 + * bugfix: sancp output (github #30, #31, #32) + +2012-11-05 0.3.2-rc2: ya skipped dat one * bugfixes (github #17, #19, #20, #21 * bpf_file config param to read BPF filters from file * ever more beautiful code - * shared-memory ringbuffer output 2012-08-16 0.3.1-rc1: shut your pie * ever more beautiful code diff --git a/src/prads.h b/src/prads.h index e1f8f97..bc8c6c2 100644 --- a/src/prads.h +++ b/src/prads.h @@ -33,7 +33,7 @@ #ifndef RELEASE #define RELEASE #endif -#define VERSION "0.3.2-rc1"RELEASE +#define VERSION "0.3.2-rc3"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 */