Skip to content

Commit 4480180

Browse files
committed
1.18 Versioning
1 parent 7b7d6c1 commit 4480180

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
Version 1.18, 2013-08-19
2+
---------------------------
3+
4+
- Fixed a bug where older verions of objects were incorrectly added to the
5+
cache, resulting in outdated or missing pages, images, and other objects
6+
(from speedplane)
7+
8+
- Fixed a bug in parsing the xref table where new xref values were
9+
overwritten; also cleaned up code (from speedplane)
10+
11+
- New method mergeRotatedAroundPointPage which merges a page while rotating
12+
it around a point (from speedplane)
13+
14+
- Updated Destination syntax to respect PDF 1.6 specifications (from
15+
jamma313)
16+
17+
- Prevented infinite loop when a PdfFileReader object was instantiated
18+
with an empty file (from Jerome Nexedi)
19+
20+
Other Changes:
21+
22+
- Downloads now available via PyPI
23+
https://pypi.python.org/pypi?:action=display&name=PyPDF2
24+
25+
- Installation through pip library is fixed
26+
27+
128
Version 1.17, 2013-07-25
229
------------------------
330

@@ -7,9 +34,9 @@ Version 1.17, 2013-07-25
734

835
- Corrected and Expanded README file to demonstrate PdfFileMerger
936

10-
- Added filter for LZW encoded PDF files (from Michal Horejsek)
37+
- Added filter for LZW encoded streams (from Michal Horejsek)
1138

12-
- PyPDF2 issue tracker enabled (or soon to be) on Github to allow community
39+
- PyPDF2 issue tracker enabled on Github to allow community
1340
discussion and collaboration
1441

1542

PyPDF2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.17'
1+
__version__ = '1.18'
22

0 commit comments

Comments
 (0)