]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 181
authorRuss Combs <rucombs@cisco.com>
Fri, 4 Dec 2015 16:05:46 +0000 (11:05 -0500)
committerRuss Combs <rucombs@cisco.com>
Fri, 4 Dec 2015 16:05:46 +0000 (11:05 -0500)
ChangeLog
src/file_api/file_policy.h
src/main/build.h

index 6c41c38feb5606bf881190e010bd5bfce32837f4..c92c7e81f993a38f035ebe0df3603774c46390c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+15/12/04 - build 181
+
+-- perf profiling enhancements
+-- fixed build issues and memory leaks
+-- continued pattern match refactoring
+-- fix spurious sip_method matching
+
 15/11/25 - build 180
 
 -- ported dnp3 preprocessor and rule options from 2.X
index 456e422318b80ebb6bc8299a460d3bea9e46fb04..fa8d94f3fa2700a23e41bf3a4d0dd193992bf724 100644 (file)
@@ -48,7 +48,6 @@ public:
     void clear();
 };
 
-class Packet;
 class FileInfo;
 
 class FilePolicy
index 7425198c64ef199801f54005d7b04ab169435ef0..f06b918d473cfb7e6e365d723d2976ff9b52665a 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "180"
+#define BUILD "181"
 
 #endif