From 1c1acd9f639074e2cb7d9eef1c36f3e1c4efff24 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 30 Apr 2015 22:20:17 +0200 Subject: [PATCH] Bump version for 0.5.3 release --- NEWS | 11 +++++++++++ README | 4 ++-- doc/conf.py | 6 +++--- setup.py | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 95bdd6d..7f9108f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ News ==== +Version 0.5.3 +------------- + +FreeBSD fixes: + +- Enable all FreeBSD versions after 7.x at level 2 (thanks to Garrett + Cooper). +- Make test suite pass under FreeBSD, which has a stricter behaviour + with regards to invalid ACLs (which we do exercise in the test suite), + thanks again to Garret for the bug reports. + Version 0.5.2 ------------- diff --git a/README b/README index cbfc4c5..7d1934f 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ POSIX.1e Access Control Lists present in some OS/file-systems combinations. Downloads: go to http://pylibacl.k1024.org/downloads. Latest -version is 0.5.2. The source repository is either +version is 0.5.3. The source repository is either at ``_ or at https://github.com/iustin/pylibacl. @@ -33,7 +33,7 @@ Solaris does, but I can't test it. License ------- -pylibacl is Copyright (C) 2002-2009, 2012, 2014 Iustin Pop. +pylibacl is Copyright (C) 2002-2009, 2012, 2014, 2015 Iustin Pop. pylibacl is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free diff --git a/doc/conf.py b/doc/conf.py index e8299c1..5861a43 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'pylibacl' -copyright = u'2002-2009, 2012, 2014, Iustin Pop' +copyright = u'2002-2009, 2012, 2014, 2015, Iustin Pop' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.5.2' +version = '0.5.3' # The full version, including alpha/beta/rc tags. -release = '0.5.2' +release = '0.5.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 8f97588..aaaee63 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.2" +version = "0.5.3" setup(name="pylibacl", version=version, -- 2.39.2