From a2913ad006ce54cc2d0eb8d234c2512df4556b40 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 16 May 2012 00:07:07 +0200 Subject: [PATCH] Convert NEWS file This allows it to be included in the doc nicely. --- NEWS | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 1b933d7..ba9c883 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,17 @@ +News +==== + Version 0.5 -=========== +----------- Implemented support for python 3. This required a significant change to the C module, hence the new version number. Version 0.4 -=========== +----------- API ---- +~~~ The old functions ({get,set,list,remove}xattr) are deprecated and replaced with a new API that is namespace-aware and hopefully will allow other OSes (e.g. @@ -18,38 +21,43 @@ Both the old and the new API are supported in the 0.4 versions, however users are encouraged to migrate to the new API. New features ------------- +~~~~~~~~~~~~ A new bulk get function called get_all() has been added that should be somewhat faster in case of querying files which have many attributes. License -------- +~~~~~~~ Since LGPLv3 is not compatible with GPLv2 (which unfortunately I didn't realize before), the license was changed to LGPLv2.1 or later. Internals ---------- +~~~~~~~~~ Unittest coverage was improved. Version 0.3 -=========== +----------- * 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 -============= +------------- * fixed listing symlink xattrs Version 0.2.1 -============= +------------- * 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 failed but the call to get the length of the EA didn't + +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: -- 2.39.2