Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Dec 27, 2016
1 parent 9b7a080 commit 3e54b22
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ rarfile history

.. py:currentmodule:: rarfile
Version 3.0 (unreleased)
Version 3.0 (2016-12-27)
------------------------

New features:
New feature:

* Support RAR5 archive format. It is actually completely different
archive format from RAR3 one, only is uses same file extension
Expand All @@ -18,7 +18,7 @@ New features:
values (eg. :attr:`RarInfo.host_os`). RAR5-specific values will use
new fields.

Incompatibilities:
Incompatibilities between rarfile v2.x and 3.x:

* Default :data:`PATH_SEP` is now '/' instead '\\'.

Expand All @@ -30,6 +30,10 @@ Incompatibilities:
:attr:`RarInfo.mtime`, :attr:`RarInfo.atime`, :attr:`RarInfo.ctime` and
:attr:`RarInfo.arctime` are always :class:`datetime.datetime` objects.

Fixes:

* Fixed bug when calling rarfp.open() on a RarInfo structure.

Cleanups:

* Code refactor to allow 2 different file format parsers.
Expand All @@ -38,6 +42,8 @@ Cleanups:

* New testing and linting setup based on Tox_.

* Use setuptools instead distutils for install.

.. _Tox: https://tox.readthedocs.io/en/latest/

Version 2.8 (2016-06-07)
Expand Down

0 comments on commit 3e54b22

Please sign in to comment.