Changeset 720
- Timestamp:
- 01/28/06 16:52:11 (3 years ago)
- Files:
-
- pypdf/trunk/CHANGELOG (modified) (1 diff)
- pypdf/trunk/MANIFEST (deleted)
- pypdf/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pypdf/trunk/CHANGELOG
r713 r720 1 Version 1.5, 2006-01-28 2 ----------------------- 3 4 - Fix a bug where merging pages did not work in "no-rename" cases when the 5 second page has an array of content streams. 6 7 - Remove some debugging output that should not have been present. 8 9 1 10 Version 1.4, 2006-01-27 2 11 ----------------------- pypdf/trunk/setup.py
r715 r720 19 19 setup( 20 20 name="pyPdf", 21 version="1. 4",21 version="1.5", 22 22 description="PDF toolkit", 23 23 long_description=long_description, … … 25 25 author_email="mfenniak@pobox.com", 26 26 url="http://pybrary.net/pyPdf/", 27 download_url="http://pybrary.net/pyPdf/pyPdf-1. 4.tar.gz",27 download_url="http://pybrary.net/pyPdf/pyPdf-1.5.tar.gz", 28 28 classifiers = [ 29 29 "Development Status :: 4 - Beta",
