Changeset 700

Show
Ignore:
Timestamp:
01/23/06 12:49:44 (3 years ago)
Author:
laotzu
Message:

Update setup.py and changelog.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pypdf/trunk/CHANGELOG

    r694 r700  
     1Version 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 
    111Version 1.2, 2006-01-23 
    212----------------------- 
  • pypdf/trunk/setup.py

    r694 r700  
    1818setup( 
    1919        name="pyPdf", 
    20         version="1.2", 
     20        version="1.3", 
    2121        description="PDF toolkit", 
    2222        long_description=long_description, 
     
    2424        author_email="mfenniak@pobox.com", 
    2525        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", 
    2727        classifiers = [ 
    2828            "Development Status :: 4 - Beta",