Changeset 700
- Timestamp:
- 01/23/06 12:49:44 (3 years ago)
- Files:
-
- pypdf/trunk/CHANGELOG (modified) (1 diff)
- pypdf/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pypdf/trunk/CHANGELOG
r694 r700 1 Version 1.3, 2006-01-23 2 ----------------------- 3 4 - Fix new bug introduced in 1.2 where PDF files with \r line endings did not 5 work properly anymore. A new test suite developed with various PDF files 6 should prevent regression bugs from now on. 7 8 - Fix a bug where inheriting attributes from page nodes did not work. 9 10 1 11 Version 1.2, 2006-01-23 2 12 ----------------------- pypdf/trunk/setup.py
r694 r700 18 18 setup( 19 19 name="pyPdf", 20 version="1. 2",20 version="1.3", 21 21 description="PDF toolkit", 22 22 long_description=long_description, … … 24 24 author_email="mfenniak@pobox.com", 25 25 url="http://stompstompstomp.com/pyPdf/", 26 download_url="http://stompstompstomp.com/pyPdf/pyPdf-1. 2.tar.gz",26 download_url="http://stompstompstomp.com/pyPdf/pyPdf-1.3.tar.gz", 27 27 classifiers = [ 28 28 "Development Status :: 4 - Beta",
