File: ChangeLog

package info (click to toggle)
tcllib 1.12-dfsg-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 25,336 kB
  • ctags: 7,235
  • sloc: tcl: 126,727; ansic: 10,090; sh: 9,855; xml: 1,766; yacc: 753; makefile: 127; perl: 84; f90: 84; pascal: 74; python: 33; ruby: 13; php: 11
file content (148 lines) | stat: -rw-r--r-- 4,584 bytes parent folder | download
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
146
147
148
2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

2009-06-05  Andreas Kupries  <andreask@activestate.com>

	* jpeg.tcl (::jpeg::exif): Accepted (with slight changes) and
	* pkgIndex.tcl: applied patch by Matt Plumlee <mdplumlee@users.sourceforge.net>
	* jpeg.man: to parse GPS data in the EXIF block. Bumped the
	  package to version 0.3.5. This fixes [Bug 2801896].

	* jpeg.man: Added binary settings to the thumbnail example. This
	  fixes [Bug 2801587].

2009-03-02  Andreas Kupries  <andreask@activestate.com>

	* jpeg.tcl (::jpeg::imageInfo): Accepted and applied patch by
	* pkgIndex.tcl: Mikhail Teterin <kot@users.sourceforge.net> to
	* jpeg.man: have imageInfo open the image only for reading. Bumped
	  to version 0.3.4. This fixes [Bug 2646568].

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>

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

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

	* jpeg.tcl (::jpeg::getExif): Added check to reject bad section
	* jpeg.man: types outside of {main, thumbnail}. Bumped version to
	* pkgIndex.tcl: 0.3.3

	* jpeg.test: Added testsuite and example images for it.
	* testimages/IMG_7898.JPG:
	* testimages/IMG_7898.JPG.thumb:
	* testimages/IMG_7898.exif.txt:
	* testimages/IMG_7898.thumbexif.txt:
	* testimages/IMG_7917.JPG:
	* testimages/IMG_7917.JPG.thumb:
	* testimages/IMG_7917.exif.txt:
	* testimages/IMG_7917.thumbexif.txt:
	* testimages/IMG_7950.JPG:
	* testimages/IMG_7950.JPG.thumb:
	* testimages/IMG_7950.exif.txt:
	* testimages/IMG_7950.thumbexif.txt:

2008-1-10  Aaron Faupell <afaupell@users.sourceforge.net>

	* jpeg.tcl: fix for bug 1868088 "Integer value too large to
	  represent" in MaxAperture arm of formatExif. Bumped version to
	  0.3.2

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

	* jpeg.tcl (::jpeg::stripJPEG): Fixed encoding bug reported by
	* pkgIndex.tcl: Martin Lemburg on news:clt, and solved by Ohtsuka
	* jpeg.man: Yoshio. The output file was not set to binary,
	  breaking the jpeg data written to it. Bumped version to 0.3.1.

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

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

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

	* jpeg.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-09-19  Andreas Kupries  <andreask@activestate.com>

	* jpeg.man: Bumped version to 0.3
	* jpeg.tcl:
	* pkgIndex.tcl:

2005-12-15  Aaron Faupell <afaupell@users.sourceforge.net>

	* jpeg.tcl fixed bug in removeComments and removeExif
	  where file was opened and not configured as binary

2005-11-10  Aaron Faupell <afaupell@users.sourceforge.net>

	* Added support for non-baseline and progressive files by
	accepting c0-3 for SOF marker

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

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

2005-04-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* jpeg.man:     Synchronized indexed vs provided versions.
	* pkgIndex.tcl:

2005-04-01  Aaron Faupell <afaupell@users.sourceforge.net>

	* jpeg.tcl: added comments, bumped version number because of
	potential incompatibility due to inverting the return value
	of isJPEG.

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

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

2004-10-05  Andreas Kupries <andreask@activestate.com>

	* jpeg.tcl: Accepted last-minute fixes from Aaron in the exif
	  decoder code.

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

	* jpeg.tcl: added commands isJPEG, stripJPEG, formatExif, exifKeys
	* jpeg.man: updated for new commands, new examples

2004-05-26  Aaron Faupell <afaupell@users.sourceforge.net>

	* jpeg.tcl: rewritten/factored
	* jpeg.man: updated

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

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