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
|
2006-05-14 Henning Makholm <henning@makholm.net>
* Version 1.0.4
* Work around bug in certain older Gimp releases that would
save the wrong length word of a Colormap property.
2006-04-17 Henning Makholm <henning@makholm.net>
* Version 1.0.3
* Also look for color name database in other locations than
/usr/lib/X11, in an attempty to be X11R7 friendly
2006-02-22 Henning Makholm <henning@makholm.net>
* Version 1.0.2
* Don't ship aclocal.m4 in tarball; it will be re-assembled
whenever needed anyway.
* Add option -C to autocrop to visible layers, suggested
by Anthony DeRobertis (Debian bug #353883).
* Change metavariable for -Z option argument from "cmd"
to "command", following suggestion by Anthony DeRobertis
(Debian bug #353872).
2006-02-20 Henning Makholm <henning@makholm.net>
* Version 1.0.1
* Make sure that -b with an unknown color actually leads to
a fatal error when the X11 color name database is not found.
* Version 1.0
* xcfview added
* Support for translated manpages added
2006-02-13 Henning Makholm <henning@makholm.net>
* Version 0.9.1
* Experimental l10n support added
2006-02-12 Henning Makholm <henning@makholm.net>
* Version 0.9
* Add layer mode Color. Now all of the Gimp's layer modes are
supported. :-)
* Revamp the test suite inputs once again (they did not cover all
combinations of colored pixels vs fully white or blacK).
* Version 0.8.1
* Add layer modes Hue, Value, Saturation and tests for same.
2006-02-11 Henning Makholm <henning@makholm.net>
* Version 0.8
* Add tests of various error diagnostics to the test suite
* Revamp some of the test suite inputs such that HSV space
layer modes can be tested with the same files.
* Version 0.7.2
* Do not precompute the big multiplication table by default,
it is quick enough to do it at run-time as needed (which
lets the binaries shrink significantly).
2006-02-07 Henning Makholm <henning@makholm.net>
* Respect -A option when generating indexed PNG (that is,
create a tRNS chunk even if it's trivial); add test of
-A in xcf2png to the test suite.
2006-01-29 Henning Makholm <henning@makholm.net>
* Update FSF address in GPL blurbs
* Version 0.7.1
* A few cosmetic changes done during debianization
* The code now passes the testsuite on several Debian
architectures (powerpc, alpha, ia64, amd64, hppa,
sparc, mipsel, m68k). Unfortunately I lack the
access to test on non-Debian platforms.
2006-01-28 Henning Makholm <henning@makholm.net>
* Version 0.7
* xcf2png added
* Test suite added
* Various bug fixes
2006-01-24 Henning Makholm <henning@makholm.net>
* Version 0.6
* Allow X11 color names with -b option
2006-01-22 Henning Makholm <henning@makholm.net>
* Version 0.5
* First public release
- xcfinfo
- xcf2pnm
|