* Ensure that all S-expression output is 7-bit. This is work-around for <https://bugs.debian.org/664626>.
-- Jakub Wilk <jwilkjwilk.net> Mon, 19 Mar 2012 20:41:53 +0100
0.3.8
* Ensure that S-expression input/output functions are always initialized. This is work-around for <https://bugs.debian.org/664442>.
-- Jakub Wilk <jwilkjwilk.net> Sun, 18 Mar 2012 23:44:55 +0100
0.3.7
* Use floor division operator instead of relying on “classic” division semantics.
-- Jakub Wilk <jwilkjwilk.net> Wed, 14 Mar 2012 08:32:35 +0100
0.3.6
* Improve test suite: + Fix compatibility with Python 3.X (broken in 0.3.5). + Test expression parsing again. + Capture stderr output for tests which produce unhandled exceptions. * Fix compatibility with Python 2.5 (broken since 0.3.0).
-- Jakub Wilk <jwilkjwilk.net> Tue, 06 Mar 2012 00:14:57 +0100
0.3.5
* Improve setup.py: + Fix error message when pkg-config is not found (a regression introduced in 0.3.4). * Improve test suite: + Verify that LANGUAGE environment variable is unset before running tests sensitive to locale settings. Thanks to Daniel Stender for the bug report. + Skip some tests (instead of making them fail) when they are run in an unsuitable environment. Note that it's still recommended to use --no-skip when running the test suite.
-- Jakub Wilk <jwilkjwilk.net> Sat, 18 Feb 2012 21:05:41 +0100
0.3.4
* Optimize DocumentPages.__len__() and DocumentFiles.__len__(). * Fix compatibility with Python 3.X (broken in 0.3.3). * Update various external documentation URLs. https://bugs.debian.org/627290 * Improve test suite: + Normalize whitespace in ps2ascii output. https://bugs.debian.org/646177 * Improve setup.py: + Print a more meaningful error message if pkg-config fails. + build_sphinx is now available even without setuptools. + build_sphinx can now import extension modules from the build directory.
-- Jakub Wilk <jwilkjwilk.net> Sat, 22 Oct 2011 01:36:38 +0200