root / tea4cups / trunk / NEWS @ 3576

Revision 3576, 2.9 kB (checked in by jerome, 6 years ago)

Fixed copyright strings and added some credits.

  • Property svn:keywords set to Author Date Rev Id
Line 
1# $Id$
2
3Tea4CUPS : Tee for CUPS
4
5(c) 2005-2018 Jerome Alet <alet@librelogiciel.com>
6(c) 2005 Peter Stuge <stuge-tea4cups@cdy.org>
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
21=============================================================================
22
23Tea4CUPS News :
24
25  * 3.14alpha (2018-08-23) :
26
27    - Fixes a problem where the job billing attribute sometimes is an integer.
28   
29  * 3.13alpha (2006-11-07) :
30
31    - Backported locking mechanism from PyKota.
32
33  * 3.12 (2006-08-11) :
34
35    - Serializes accesses to the same device from different queues
36      or print servers through file locking facilities (works over
37      NFS).
38
39    - Improved support for CUPS 1.2.x and higher.
40
41    - Allows the administrator to cleanly stop tea4cups with SIGINT.
42
43    - Added a configurable retry directive to the configuration file.
44
45    - Fixed several minor bugs.
46
47    - Improved the installation instructions and the sample configuration
48      file.
49
50  * 3.11 :
51
52    - Fixed an incompatibility with Python 2.1, thanks to Frank
53      Koormann.
54
55  * 3.10 :
56
57    - Added filters.
58
59    - Added the "onfail" directive to tea4cups.conf
60
61  * 3.02 :
62
63    - Fixed some problems thanks to pychecker.
64
65  * 3.01 :
66
67    - Fixed an IPP parsing bug in some situations.
68
69  * 3.00 :
70
71    - Tees don't exist anymore. Only prehooks and posthooks remain.
72
73    - Prehooks can now send datas to Posthooks through pipes.
74
75    - Major rewrite of the subprocess management code, thanks to Peter Stuge.
76
77  * 2.12alpha :
78
79    - Greatly improved the IPP parser.
80
81    - When printing test pages from CUPS' web interface, the empty username
82      is now overwritten with the username CUPS is running as.
83
84  * 2.11 :
85
86    - Now works with old releases of Python (>= 2.1)
87
88    - More powerful error handling at startup time.
89
90    - Ignores errors in posthooks because the job was probably
91      successfully printed so no need to stop the print queue.
92      We log a warning instead in this case.
93
94  * 2.10 :
95
96    - Makes the IPP message filename and the Job's billing code available.
97
98  * 2.00 :
99
100    - Introduces the notions of pre and post hooks.
101
102    - Prehooks can decide to entirely cancel the print job if needed.
103
104    - Original CUPS backend's exit code is available in posthooks.
105
106    - prehooks, posthooks and tees are now launched in alphabetical order.
107
108  * 1.00 :
109
110    - First Official release.
Note: See TracBrowser for help on using the browser.