forked from frescobaldi/python-poppler-qt4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
67 lines (46 loc) · 2.1 KB
/
ChangeLog
File metadata and controls
67 lines (46 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Version 0.24.1 --
* Added __len__, __getitem__ and __bool__ methods to Poppler.Document.
The __bool__ method always returns True, even if a document has 0 pages.
Version 0.24.0 -- February 18th, 2015
* Added version() function, returning the version of python-poppler-qt4
as a tuple of ints e.g. (0, 18, 3)
* Added poppler_version() function, returning the version of the Poppler-
Qt4 library (if the version could be determined on build time), as a
tuple of ints, e.g. (0, 24, 5). If on build time the version of
Poppler-Qt4 could not be determined and was not specified, an empty
tuple might be returned.
Version 0.18.2 -- January 9th, 2015
* Tested with Python 2.6, 2.7, 3.2, 3.3, 3.4
* Support PyQt's new build system, contributed by Philipp Lorenz,
fixing issue #6
Version 0.18.1 -- February 18th, 2014
* Tested with Python 2.6, 2.7, 3.2, 3.3
* Fix setup.py error when using Python 2.6 (issue #1)
Version 0.18.0 -- February 17th, 2014
* Works with both Python 2 and Python 3 (tested: 2.6, 2.7, 3.2.3)
* some API updates
* fixed FormField issue
* setup.py circumvents sipdistutils < 4.14.2 not working with python 3
Version 0.16.3 -- November 9th, 2012
* Enable build with Poppler 0.18 and 0.20 (new api not yet)
(contributed by Marek Kašík, thanks!)
* A simple demo file, inspired by a demo by Csaba Szepesvari
* Better building on Windows by lorenzph
* Fix for compile with Python 3.2.2 thanks to Csaba Szepesvari
Version 0.16.2 -- May 20th, 2011
* Fix gcc-4.6 compile (issue #4)
Version 0.16.1 -- March 21th, 2011
* Installation: fix 'sys not defined' error (issue #3)
* Poppler version can now be set with build_ext --poppler-version
Version 0.16.0 -- February 8th, 2011
* API updated for Poppler-0.16.0
* Version numbering on par with Poppler
* Release the GIL on time-consuming calls
* Poppler::FontIterator() is now also a Python iterable
Version 0.1.1 -- October 28th, 2010
* poppler-qt4 API coverage complete
* Add distutils-based setup.py script
* Remove configure.py script
* Support older poppler-qt4 versions by disabling methods not present
Version 0.1.0 -- October 14th, 2010
* Initial release