From 8623d896ac749b110116744ed321b0456eea8c75 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 1 May 2015 20:31:39 +0200 Subject: [PATCH] Add release dates to NEWS file --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 5dfdf0a..888546a 100644 --- a/NEWS +++ b/NEWS @@ -4,12 +4,16 @@ News Version 0.5.4 ------------- +*released Thu, 30 Apr 2015* + Fix memory leaks on some of the error-handling paths of the `get()` function. Version 0.5.3 ------------- +*released Fri, 23 May 2014* + Small optimisations release: * ari edelkind contributed a speed-up optimisation for handling of files @@ -27,6 +31,8 @@ Small optimisations release: Version 0.5.2 ------------- +*released Thu, 03 Jan 2013* + Bug-fix release. Thanks to Michał Górny, it looked like the library had problem running under pypy, but actually there was a bug in the PyArg_ParseTuple use of et# (signed vs. unsigned, and lack of compiler @@ -36,6 +42,8 @@ CPython versions and PyPy (version 1.9). Version 0.5.1 ------------- +*released Wed, 16 May 2012* + Bug-fix release. Thanks to Dave Malcolm and his cpychecker tool, a number of significant bugs (refcount leaks and potential NULL-pointer dereferences) have been fixed. @@ -53,12 +61,16 @@ the documentation has been converted from epydoc-based to sphinx. Version 0.5 ----------- +*released Sun, 27 Dec 2009* + Implemented support for Python 3. This required a significant change to the C module, hence the new version number. Version 0.4 ----------- +*released Mon, 30 Jun 2008* + API ~~~ @@ -89,6 +101,8 @@ Unittest coverage was improved. Version 0.3 ----------- +*released Sun, 09 Mar 2008* + * changed licence from GPL to LGPL (3 or later) * changed listxattr return type from tuple to a list * developer-related: added unittests @@ -96,11 +110,15 @@ Version 0.3 Version 0.2.2 ------------- +*released Sun, 01 Jul 2007* + * fixed listing symlink xattrs Version 0.2.1 ------------- +*released Sat, 11 Feb 2006* + * fixed a bug when reading symlink EAs (you weren't able to do it, actually) * fixed a possible memory leak when the actual read of the EA -- 2.39.2