root / tea4cups / trunk / NEWS @ 659

Revision 659, 2.2 kB (checked in by jerome, 19 years ago)

Added filters.
Added the onfail directive to tea4cups.conf

  • Property svn:keywords set to Author Date Rev Id
Line 
1# $Id$
2
3Tea4CUPS : Tee for CUPS
4
5(c) 2005 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.03 :
26 
27    - Added filters.
28   
29  * 3.02 :
30 
31    - Fixed some problems thanks to pychecker.
32   
33  * 3.01 :
34 
35    - Fixed an IPP parsing bug in some situations.
36   
37  * 3.00 :
38 
39    - Tees don't exist anymore. Only prehooks and posthooks remain.
40     
41    - Prehooks can now send datas to Posthooks through pipes.
42   
43    - Major rewrite of the subprocess management code, thanks to Peter Stuge.
44   
45  * 2.12alpha :
46
47    - Greatly improved the IPP parser.
48
49    - When printing test pages from CUPS' web interface, the empty username
50      is now overwritten with the username CUPS is running as.
51
52  * 2.11 :
53
54    - Now works with old releases of Python (>= 2.1)
55
56    - More powerful error handling at startup time.
57
58    - Ignores errors in posthooks because the job was probably
59      successfully printed so no need to stop the print queue.
60      We log a warning instead in this case.
61
62  * 2.10 :
63
64    - Makes the IPP message filename and the Job's billing code available.
65
66  * 2.00 :
67
68    - Introduces the notions of pre and post hooks.
69
70    - Prehooks can decide to entirely cancel the print job if needed.
71
72    - Original CUPS backend's exit code is available in posthooks.
73
74    - prehooks, posthooks and tees are now launched in alphabetical order.
75
76  * 1.00 :
77
78    - First Official release.
Note: See TracBrowser for help on using the browser.