2009-12-07 Andreas Kupries * * Released and tagged Tcllib 1.12 ======================== * 2008-12-12 Andreas Kupries * * Released and tagged Tcllib 1.11.1 ======================== * 2008-10-16 Andreas Kupries * * Released and tagged Tcllib 1.11 ======================== * 2008-06-14 Andreas Kupries * png.pcx: New file. Syntax definitions for the public commands of the png package. 2007-09-12 Andreas Kupries * * Released and tagged Tcllib 1.10 ======================== * 2007-08-20 Andreas Kupries * png.tcl: Bumped version of package to 0.1.2. * png.man: * pkgIndex.tcl: 2007-04-30 Andreas Kupries * png.test: Added tests for removeComments, also converted to use of 'TestFilesGlob'. 2004-04-28 Aaron Faupell * png.tcl: fixed output file encoding in removeComments 2007-03-21 Andreas Kupries * png.man: Fixed all warnings due to use of now deprecated commands. Added a section about how to give feedback. 2006-10-03 Andreas Kupries * * Released and tagged Tcllib 1.9 ======================== * 2006-01-23 Andreas Kupries * png.test: More boilerplate simplified via use of test support. 2006-01-19 Andreas Kupries * png.test: Hooked into the new common test support code. 2006-01-10 Andreas Kupries * png.test: Fixed [SF Tcllib Bug 1316055]. Uncluttering test output. 2005-10-06 Andreas Kupries * * Released and tagged Tcllib 1.8 ======================== * 2005-08-25 Andreas Kupries * png.tcl (::png::validate): Added forced truncation to 32bit when * png.tcl (::png::imageInfo): reformatting a read negative crc to unsigned. Otherwise this is becomes a 64bit unsigned, causing bogus crc checksum failures. This fixes [Tcllib SF Bug 1042420]. 2004-10-05 Andreas Kupries * * Released and tagged Tcllib 1.7 ======================== * 2004-09-22 Aaron Faupell * png.test: updated timestamp test to use gmt 2004-08-25 Aaron Faupell * png.tcl bug fix in getTimestamp, made times be interpreted as gmt. 2004-08-09 Andreas Kupries * png.man: Spelling police. * png.test: 2004-05-22 Andreas Kupries * png.tcl: Fixed a problem with the reading of crc data from png files. The 'binary scan' may return a negative integer, but the check is against unsigned data. Added code to check for this and compute the proper unsigned number for correct comparison. * png.test: New file. A testsuite for the module. Incomplete. Tests the validation, signature, retrieval of image information, and of timestamps. The image files used are from the official PNG testsuite. 2004-05-20 Aaron Faupell * png.tcl: moved file opening and signature validation to a seperate proc. added isPNG command. * png.man: updated to include isPNG command 2004-05-07 Andreas Kupries * New module for querying PNG images, and manipulating their comments, and timestamp.