Skip to content

Commit

Permalink
bump to 0.3.3 loud lemur, and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
comotion committed Feb 4, 2014
1 parent a8e26ca commit 3abe977
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -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
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-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 */
Expand Down

0 comments on commit 3abe977

Please sign in to comment.