From e5faea1d639252017cc8321e9c2cb5d17b061e97 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 2 May 2012 16:23:23 +0200 Subject: NEWS: Finalise for 0.2.1 Signed-off-by: Gergely Nagy --- NEWS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit