Skip to content

Releases: Changaco/python-libarchive-c

2.5

23 Jul 18:44
Compare
Choose a tag to compare
2.5

Changes to the library:

  • don't hardcode errno constants (#33)

Packaging:

  • set umask to 022 in setup.py (36859c9)

Tests:

  • fix a test to be compatible with libarchive 3.2 (#35)

2.4

29 May 16:57
Compare
Choose a tag to compare
2.4

This is a fix release that doesn't change the library code. Details:

  • fixed file permissions in PyPI archives (#30)
  • fixed Travis CI builds (#32)

2.3

04 Apr 08:06
Compare
Choose a tag to compare
2.3

This release only changes the license: it was LGPL, it's now CC0 (#25).

2.2

24 Nov 10:19
Compare
Choose a tag to compare
2.2
  • adds support for reading rdevmajor and rdevminor (a5e968c)
  • fixes building from git archives (#23)

2.1

28 May 09:32
Compare
Choose a tag to compare
2.1

Better support of links (#20).

2.0

28 Apr 09:16
Compare
Choose a tag to compare
2.0
  • improves portability (#4)
  • fixes the auto-detection of libarchive's location
  • adds possibility to pass libarchive's location in the LIBARCHIVE environment variable (#3)
  • adds more convenience properties for file types (#5)

1.1

06 Feb 12:18
Compare
Choose a tag to compare
1.1

This release adds the .mode and .strmode properties to ArchiveEntry (#1).