From 6f718f9d4022f3a1d2cf0004590e4163a7232b55 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Thu, 22 Feb 2018 12:05:41 -0300 Subject: [PATCH] Updates on CHANGES --- CHANGES | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index b7e3fba6..bd4a863c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,13 +1,26 @@ v3.0.x - YYYY-MMM-DD (To be released) ------------------------------------- + - Fixed examples compilation while using disable-shared + [#1670 - @zimmerle, @ivanbaldo] + - Fixed compilation issue while xml is disabled + [0x243028 - @zimmerle] + - Having LDADD and LDFLAGS organized on Makefile.am + [0xd0e85e - @zimmerle] + - Checking std::deque size before use it + [0x217cbf - @zimmerle, Yaron Dayagi] + - perf improvement: Added the concept of RunTimeString and removed + all run time parser. + [0x3eae51 0x0320e0 0xb5688f 0xfe47a9 0xfa9842 0x1affc3 0x079de4 + 0xc7c04f 0x5262ea 0x01974a 0xd5ee1e - @zimmerle] - perf improvement: Checks debuglog level before format debug msg - [0x068f7 - @zimmerle] + [0x42ee9 - @zimmerle] - perf. improvement/rx: Only compute dynamic regex in case of macro - [0xab78d - @zimmerle] + [0x91ff3 - @zimmerle] - Fix uri on the benchmark utility - [0xc1cd6 - @zimmerle] - + [0x63bec - @zimmerle] + - disable Lua on systems with liblua5.1 + [Issue #1639 - @victorhora, @defanator] v3.0.0 - 2017-Dec-13 --------------------