~ubuntu-branches/debian/sid/python-poppler-qt4/sid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Anthony Fok
  • Date: 2015-09-02 02:57:58 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20150902025758-e6hy7jbboeoy1yq2
Tags: 0.24.0-1
* New upstream release. (Closes: #758108)
* Revamp package with py2dsc (python-stdeb), pybuild and friends.
* Add new python3-poppler-qt4 binary package for Python 3.
* Convert debian/copyright to machine-readable format v1.0.
* Bump Standards-Version to 3.9.6, no changes needed.
* Promote "Debian Python Modules Team" as Maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 0.18.3 -- 
 
2
 
 
3
* Added version() function, returning the version of python-poppler-qt4
 
4
  as a tuple of ints e.g. (0, 18, 3)
 
5
* Added poppler_version() function, returning the version of the Poppler-
 
6
  Qt4 library (if the version could be determined on build time), as a
 
7
  tuple of ints, e.g. (0, 24, 5). If on build time the version of
 
8
  Poppler-Qt4 could not be determined and was not specified, an empty
 
9
  tuple might be returned.
 
10
 
 
11
Version 0.18.2 -- January 9th, 2015
 
12
 
 
13
* Tested with Python 2.6, 2.7, 3.2, 3.3, 3.4
 
14
* Support PyQt's new build system, contributed by Philipp Lorenz,
 
15
  fixing issue #6
 
16
 
 
17
Version 0.18.1 -- February 18th, 2014
 
18
 
 
19
* Tested with Python 2.6, 2.7, 3.2, 3.3
 
20
* Fix setup.py error when using Python 2.6 (issue #1)
 
21
 
 
22
Version 0.18.0 -- February 17th, 2014
 
23
 
 
24
* Works with both Python 2 and Python 3 (tested: 2.6, 2.7, 3.2.3)
 
25
* some API updates
 
26
* fixed FormField issue
 
27
* setup.py circumvents sipdistutils < 4.14.2 not working with python 3
 
28
 
1
29
Version 0.16.3 -- November 9th, 2012
2
30
 
3
31
* Enable build with Poppler 0.18 and 0.20 (new api not yet)