root / tea4cups / trunk / NEWS @ 684

Revision 684, 2.7 kB (checked in by jerome, 18 years ago)

v3.12 is now out.

  • Property svn:keywords set to Author Date Rev Id
RevLine 
[606]1# $Id$
2
3Tea4CUPS : Tee for CUPS
4
[674]5(c) 2005, 2006 Jerome Alet <alet@librelogiciel.com>
[648]6(c) 2005 Peter Stuge <stuge-tea4cups@cdy.org>
[606]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
[644]19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
[606]20
21=============================================================================
22
23Tea4CUPS News :
[645]24
[684]25  * 3.12 (2006-08-10) :
26 
27    - Improved support for CUPS 1.2.x and higher.
28   
29    - Allows the administrator to cleanly stop tea4cups with SIGINT.
30   
31    - Added a configurable retry directive to the configuration file.
32   
33    - Fixed several minor bugs.
34   
35    - Improved the installation instructions and the sample configuration
36      file.
37   
[662]38  * 3.11 :
39 
40    - Fixed an incompatibility with Python 2.1, thanks to Frank
41      Koormann.
42     
[660]43  * 3.10 :
[659]44 
45    - Added filters.
46   
[660]47    - Added the "onfail" directive to tea4cups.conf
48   
[653]49  * 3.02 :
50 
51    - Fixed some problems thanks to pychecker.
52   
[652]53  * 3.01 :
54 
55    - Fixed an IPP parsing bug in some situations.
56   
[648]57  * 3.00 :
58 
59    - Tees don't exist anymore. Only prehooks and posthooks remain.
60     
61    - Prehooks can now send datas to Posthooks through pipes.
62   
63    - Major rewrite of the subprocess management code, thanks to Peter Stuge.
64   
[630]65  * 2.12alpha :
[645]66
[631]67    - Greatly improved the IPP parser.
[645]68
[630]69    - When printing test pages from CUPS' web interface, the empty username
70      is now overwritten with the username CUPS is running as.
[645]71
[625]72  * 2.11 :
[645]73
[627]74    - Now works with old releases of Python (>= 2.1)
[645]75
[626]76    - More powerful error handling at startup time.
[645]77
78    - Ignores errors in posthooks because the job was probably
[625]79      successfully printed so no need to stop the print queue.
80      We log a warning instead in this case.
[645]81
82  * 2.10 :
83
[615]84    - Makes the IPP message filename and the Job's billing code available.
[645]85
[606]86  * 2.00 :
87
88    - Introduces the notions of pre and post hooks.
[645]89
[606]90    - Prehooks can decide to entirely cancel the print job if needed.
91
92    - Original CUPS backend's exit code is available in posthooks.
93
94    - prehooks, posthooks and tees are now launched in alphabetical order.
95
96  * 1.00 :
97
98    - First Official release.
Note: See TracBrowser for help on using the browser.