diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-05-02 16:25:04 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-05-02 16:25:04 +0200 |
| commit | ac2a1fdb38057e032b22c4e2ea43d5ab741222b8 (patch) | |
| tree | 52f91b7c65314760932543b8825303e1122954fe /NEWS | |
| parent | b9751e1ca5f96ffdf49e38646709a3de9e25a208 (diff) | |
| parent | e5faea1d639252017cc8321e9c2cb5d17b061e97 (diff) | |
Merge tag 'libumberlog-0.2.1' into debian
libumberlog 0.2.1 release
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 33 |
1 files changed, 32 insertions, 1 deletions
@@ -1,6 +1,37 @@ #+STARTUP: indent showall -*- org -*- -* 0.2.0 +* 0.2.1 - <2012-05-02 Wed> + +** Fixed JSON formatting for syslog() messages + +In version 0.2.0, when converting to formatting the JSON output +ourselves, a bug creeped in that made the library emit invalid JSON +when used as an LD_PRELOAD-ed library. + +This has been corrected. + +** Facility and priority values are handled properly + +In all versions of the library the facility and priority handling was +broken for all but the most trivial cases. This version fixes this +issue aswell. + +** Previous openlog() settings are cleared at closelog() time + +In all former versions of the library, openlog() collected a set of +information that was then used by all other functions, even after +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 |
