Skip to content

Commit 3076948

Browse files
finish docs for 1.12
1 parent bf2cb2c commit 3076948

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
Version 1.12, 2008...
2-
---------------------
1+
Version 1.12, 2008-09-02
2+
------------------------
33

44
- Added support for XMP metadata.
55

66
- Fix reading files with xref streams with multiple /Index values.
77

8+
- Fix extracting content streams that use graphics operators longer than 2
9+
characters. Affects merging PDF files.
10+
811

912
Version 1.11, 2008-05-09
1013
------------------------

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
setup(
2222
name="pyPdf",
23-
version="1.12-prerelease-C",
23+
version="1.12",
2424
description="PDF toolkit",
2525
long_description=long_description,
2626
author="Mathieu Fenniak",
2727
author_email="[email protected]",
2828
url="http://pybrary.net/pyPdf/",
29-
download_url="http://pybrary.net/pyPdf/pyPdf-1.11.tar.gz",
29+
download_url="http://pybrary.net/pyPdf/pyPdf-1.12.tar.gz",
3030
classifiers = [
3131
"Development Status :: 5 - Production/Stable",
3232
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)