~ubuntu-branches/ubuntu/utopic/python-lzma/utopic

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Richard Darst
  • Date: 2010-04-19 14:16:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100419141648-qwz3nm7shemqp37n
Tags: 0.5.3-1
* New upstream version
* Upgrade to 3.0 (quilt) just to be able to use .orig.tar.bz2
* Bump standards-version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 0.5.3 - 13 Apr 2010, by Per Øyvind Karlsen <peroyvind@mandriva.org>
 
2
- update compression option names in API documentation.
 
3
- fix segfault with LZMACompressor (#521975).
 
4
- fix compress() & LZMACompressor.flush() finishing when there's still data left.
 
5
  (#521975 & #537199)
 
6
- Synchronize code with bz2module.c from python upstream:
 
7
        o Issue #7205: Fix a possible deadlock when using a LZMAFile object from
 
8
          several threads at once.
1
9
Version 0.5.2 - 26 Feb 2009, by Per Øyvind Karlsen <peroyvind@mandriva.org>
2
10
 
3
 
- Synchronize code with bz2module.c from python upstream.
 
11
- Synchronize code with bz2module.c from python upstream:
4
12
        o fixes various minor issues and bugs.
5
13
        o support the context manager protocol (adds __enter__() & __enter__()).
6
14
        o use Py_buffer.