Path to this page:
Subject: CVS commit: wip/py-djvulibre
From: Ryo ONODERA
Date: 2011-02-19 22:54:30
Message id: E1PqulM-0002Of-44@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
Update to 0.3.2.
Changelog:
python-djvulibre (0.3.2) unstable; urgency=low
* Python 2.6: make djvu.sexpr.ListExpression a virtual subclass of
collections.MutableSequence ().
* Add append, count, extend, index, insert, pop, remove and reverse methods
for list expressions.
* Add += and del operators for list expressions.
* Fix compatibility with Cython 0.12.
* Fix compatibility with some non-POSIX operating systems.
* Add work-around for <http://bugs.python.org/issue969718>.
* Improve setup.py:
+ Add work-around for <http://bugs.debian.org/607112>.
+ Make clean --all remove temporary *.pxi and *.c files.
+ Don't import Cython modules; calls the cython binary instead.
+ Allow cross-compilation using MinGW cross compiler.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 15 Dec 2010 21:17:39 +0100
python-djvulibre (0.3.1) unstable; urgency=low
* Add another example program.
* Fix encoding issues with djvu.decode.ErrorMessage. Thanks to Kyrill
Detinov for the bug report.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 19 Nov 2010 17:44:51 +0100
Files: