Skip to content

Commit

Permalink
Bump version to 0.5.5 for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed May 1, 2015
1 parent 8623d89 commit f4afadf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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 = "[email protected]"
macros = [
Expand Down

0 comments on commit f4afadf

Please sign in to comment.