From d87d73ff86da77a453afbba4307827f3af6a0d58 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 13 May 2012 06:14:57 +0200 Subject: [PATCH] Update NEWS and bump version number for 0.5.1 release --- NEWS | 16 ++++++++++++++++ setup.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index baa6468..a84e674 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,22 @@ News ==== +Version 0.5.1 +------------- + +A bug-fix only release. Critical bugs (memory leaks and possible +segmentation faults) have been fixed thanks to Dave Malcolm and his +``cpychecker`` tool. Additionally, some compatibility issues with Python +3.x have been fixed (str() methods returning bytes). + +The documentation has been improved and changed from epydoc to sphinx; +note however that the documentation is still auto-generated from the +docstrings. + +Project reorganisation: the project home page has been moved from +SourceForge to GitHub. + + Version 0.5 ----------- diff --git a/setup.py b/setup.py index 8cf37a2..dbb5f56 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ long_desc = """This is a C extension module for Python which implements POSIX ACLs manipulation. It is a wrapper on top of the systems's acl C library - see acl(5).""" -version = "0.5.0" +version = "0.5.1" setup(name="pylibacl", version=version, -- 2.39.2