summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/tiff/ChangeLog
blob: a1014884df22ceb4baa9b00dd9e9e038520023bb (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
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

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-03-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* tiff.test: Added testsuite for the package, and example images.
	* testimages/IMG_7898.tiff:
	* testimages/IMG_7917.tiff:
	* testimages/IMG_7950.tiff:

	* tiff.man: Small formatting change in section LIMITATIONS,
	  putting the information into a proper enumerated list. Put type
	  codes for 'addEntry' into a list as well, and removed bad para
	  in an example.

	* tiff.tcl (::tiff::byteOrder): Fixed bad access to variable
	  byteOrder.
	* tiff.tcl (::tiff::dimensions): Fixed result of command
	  'dimensions' to be the documented list of horizontal and
	  vertical pixel counts instead of a tagged dictionary.
	* tiff.tcl (::tiff::addEntry): Fixed use of bad variable name.
	* tiff.man: Bumped version to 0.2.1
	* pkgIndex.tcl:

2008-02-29  Andreas Kupries  <andreask@activestate.com>

	* tiff.tcl (::tiff::_unformat): Fixed missing closing bracket.
	* tiff.man: Version bumped to 0.2
	* pkgIndex.tcl:

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>

	* tiff.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-7-20 Aaron Faupell <afaupell@users.sourceforge.net>

	* tiff.tcl: added nametotag and tagtoname, some other
	small changes. Didnt increment version since module
	hasnt yet appeared in a release
	* tiff.man: Added variables section and documented
	new procedures

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

	* tiff.man: Fixed bad syntax in manpage.

2006-1-31 Aaron Faupell <afaupell@users.sourceforge.net>

	* tiff.tcl: typo in numImages, fix in _ifds

2006-1-31 Aaron Faupell <afaupell@users.sourceforge.net>

	* Typos in man page

2005-1-28 Aaron Faupell <afaupell@users.sourceforge.net>

	* New module for manipulating TIFF images