root / tea4cups / trunk / NEWS @ 662

Revision 662, 2.3 kB (checked in by jerome, 19 years ago)

Fixed an incompatibility with Python 2.1, thx to
Frank Koormann from Intevation.

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