Skip to content

Commit

Permalink
Add release dates to NEWS file
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed May 1, 2015
1 parent 0da2c5a commit 8623d89
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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
~~~

Expand Down Expand Up @@ -89,18 +101,24 @@ 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

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
Expand Down

0 comments on commit 8623d89

Please sign in to comment.