From f4afadf5e496fb3b1aa58174e93cf48ad87c4157 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@k1024.org>
Date: Fri, 1 May 2015 21:40:38 +0200
Subject: [PATCH] Bump version to 0.5.5 for a new release

---
 NEWS        | 18 ++++++++++++++++++
 README      |  2 +-
 doc/conf.py |  4 ++--
 setup.py    |  2 +-
 4 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 888546a..b4a099b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
 News
 ====
 
+Version 0.5.5
+-------------
+
+*released Fri, 01 May 2015*
+
+Bugfix release:
+
+* fixes some more memory leaks when handling out-of-memory in get_all()
+  function
+* improve error reporting when an attribute disappears after we asked
+  for its length but before we managed to read it
+* fix int/size_t issues found by RedHat/Fedora,
+  https://bugzilla.redhat.com/show_bug.cgi?id=1127310; the fix is
+  different than their fix, but it should accomplish the same thing
+* convert all code to only do explicit casts after checking boundaries,
+  making the code `-Wconversion`-clean (although that warning is not
+  enabled by default)
+
 Version 0.5.4
 -------------
 
diff --git a/README b/README
index bf1472c..4d6aa5b 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ to the extended attributes for filesystem objects available in some
 operating systems.
 
 Downloads: go to http://pyxattr.k1024.org/downloads/. Latest
-version is 0.5.4. The source repository is either at
+version is 0.5.5. The source repository is either at
 http://git.k1024.org/pyxattr.git or at
 https://github.com/iustin/pyxattr.
 
diff --git a/doc/conf.py b/doc/conf.py
index 060ab2a..fd9d7c0 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2002, 2003, 2006, 2008, 2012, 2013, 2014, 2015, Iustin Pop'
 # built documents.
 #
 # The short X.Y version.
-version = '0.5.4'
+version = '0.5.5'
 # The full version, including alpha/beta/rc tags.
-release = '0.5.4'
+release = '0.5.5'
 
 # 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 e9bca09..edcf5ae 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except ImportError:
 long_desc = """This is a C extension module for Python which
 implements extended attributes manipulation. It is a wrapper on top
 of the attr C library - see attr(5)."""
-version = "0.5.4"
+version = "0.5.5"
 author = "Iustin Pop"
 author_email = "iustin@k1024.org"
 macros = [
-- 
2.39.5