pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/py-Pdf



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 15 08:49:00 UTC 2011

Modified Files:
        pkgsrc/print/py-Pdf: Makefile distinfo
Removed Files:
        pkgsrc/print/py-Pdf/patches: patch-aa

Log Message:
Changes 1.13:
* Fixed a typo in code for reading a "\b" escape character in strings.
* Improved __repr__ in FloatObject.
* Fixed a bug in reading octal escape sequences in strings.
* Added getWidth and getHeight methods to the RectangleObject class.
* Fixed compatibility warnings with Python 2.4 and 2.5.
* Added addBlankPage and insertBlankPage methods on PdfFileWriter class.
* Fixed a bug with circular references in page's object trees (typically
  annotations) that prevented correctly writing out a copy of those pages.
* New merge page functions allow application of a transformation matrix.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/py-Pdf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-Pdf/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/print/py-Pdf/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index