summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-05-02 16:23:23 +0200
committerGergely Nagy <algernon@balabit.hu>2012-05-02 16:23:23 +0200
commite5faea1d639252017cc8321e9c2cb5d17b061e97 (patch)
treeb82676e5468a02d792c4c891f56c9d893d04c89d
parentefd6c9c02b432ae56715f6d1da0f0ac2d1bb72e5 (diff)
downloadlibumberlog-0.2.1.tar.gz
libumberlog-0.2.1.tar.xz
libumberlog-0.2.1.zip
NEWS: Finalise for 0.2.1libumberlog-0.2.1
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a37cf19..14311e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
#+STARTUP: indent showall -*- org -*-
-* 0.2.1
+* 0.2.1 - <2012-05-02 Wed>
** Fixed JSON formatting for syslog() messages
@@ -25,6 +25,12 @@ closelog() was called.
Closing the log should return us to the default state, so we now wrap
closelog() too, and the library resets its settings to their default.
+** Noticable performance increase
+
+The library was changed to try and do less memory allocations, and
+reuse memory instead of a malloc/free cycle. This results in a
+noticable performance increase under heavy load.
+
* 0.2.0 - <2012-04-16 Mon>
** Remove the json-c dependency