summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTill Kamppeter <till.kamppeter@gmail.com>2011-02-18 16:28:29 +0100
committerTill Kamppeter <till.kamppeter@gmail.com>2011-02-18 16:28:29 +0100
commitb3b5b8a3c63ccb3646c48bf63a6353130771fc46 (patch)
treeed5c7feb38768fd38cc896fb78e75985b869de04 /ChangeLog
parent8b67196bb13016099f50e877b1cf403e6923fa49 (diff)
foomatic-filters 4.0.7-0ubuntu1ubuntu/4.0.7-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4180489..0e3daac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
+2011-02-18 Till Kamppeter <till.kamppeter@gmail.com>
+
+ * Tagged branch for release 4.0.7.
+
+ * VERSION, README, USAGE, configure.ac: Updated for release 4.0.7.
+
+2011-01-04 Till Kamppeter <till.kamppeter@gmail.com>
+
+ * acinclude.m4, configure.ac: General cleanup (as in bugs #609,
+ #610).
+
+2010-12-23 Till Kamppeter <till.kamppeter@gmail.com>
+
+ * README: Corrected several typos. Thanks to Christopher Yeleighton
+ (giecrilj at stegny dot 2a dot pl) for the patch (bug #598).
+
+2010-12-16 Till Kamppeter <till.kamppeter@gmail.com>
+
+ * README: Corrected e-mail address of Helge Bliscke.
+
2010-12-15 Till Kamppeter <till.kamppeter@gmail.com>
+ * foomaticrip.c: Run strtok() on a copy of the list of input files
+ for the first check, as strtok() modifies the string it parses,
+ overwriting the delimiters with zeros. Before, the list of input
+ files only showed its first entry when being parsed again for
+ actually printing the files (Ubuntu bug #676680).
+
* Tagged branch for release 4.0.6.
* VERSION, README, USAGE, configure.ac: Updated for release 4.0.6.
@@ -866,7 +892,7 @@
page accounting PostScript code in foomatic-rip overriding
already exisiting /EndPage procedures. Added output of error
code when foomatic-rip dies. Thanks to Helge Blischke
- (h dot blischke at srz dot de) for all these fixes and
+ (h dot blischke at acm dot org) for all these fixes and
enhancements.
2004-09-14 Till Kamppeter <till.kamppeter@gmx.net>