Skip to content

Commit

Permalink
bump to 0.3.2-rc3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
comotion committed Dec 5, 2012
1 parent 28406c3 commit 2457431
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/prads.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 2457431

Please sign in to comment.