summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/png/ChangeLog
blob: 91a83c0701eb1930173ebb401f5bf1e9a4bf8517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.15 ========================
	* 

2012-07-09  Aaron Faupell <afaupell@users.sourceforge.net>

	* png.tcl: add capability to read and write images from color lists
        * png.tcl: make crc package optional in imageInfo

2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.14 ========================
	* 

2011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2008-06-14  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* png.pcx: New file. Syntax definitions for the public commands of
	  the png package.

2007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-08-20  Andreas Kupries  <andreask@activestate.com>

	* png.tcl: Bumped version of package to 0.1.2.
	* png.man:
	* pkgIndex.tcl:

2007-04-30  Andreas Kupries  <andreask@activestate.com>

	* png.test: Added tests for removeComments, also converted to use
	  of 'TestFilesGlob'.

2004-04-28  Aaron Faupell <afaupell@users.sourceforge.net>

	* png.tcl: fixed output file encoding in removeComments

2007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* 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  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2006-01-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* png.test: More boilerplate simplified via use of test support.

2006-01-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* png.test: Hooked into the new common test support code.

2006-01-10  Andreas Kupries <andreask@activestate.com>

	* png.test: Fixed [SF Tcllib Bug 1316055]. Uncluttering test
	  output.

2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.8 ========================
	* 

2005-08-25  Andreas Kupries <andreask@activestate.com>

	* 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  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.7 ========================
	* 

2004-09-22  Aaron Faupell <afaupell@users.sourceforge.net>

	* png.test: updated timestamp test to use gmt

2004-08-25  Aaron Faupell <afaupell@users.sourceforge.net>

	* png.tcl bug fix in getTimestamp, made times be interpreted as gmt.

2004-08-09  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* png.man: Spelling police.
	* png.test:

2004-05-22  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* 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 <afaupell@users.sourceforge.net>

	* 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 <andreas_kupries@users.sourceforge.net>

	* New module for querying PNG images, and manipulating their
	  comments, and timestamp.