root / tea4cups / trunk / NEWS @ 627

Revision 627, 1.5 kB (checked in by jerome, 19 years ago)

Fix for Python 2.1

  • 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>
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19
20=============================================================================
21
22Tea4CUPS News :
23   
24  * 2.11 :
25 
26    - Now works with old releases of Python (>= 2.1)
27   
28    - More powerful error handling at startup time.
29   
30    - Ignores errors in posthooks because the job was probably
31      successfully printed so no need to stop the print queue.
32      We log a warning instead in this case.
33     
34  * 2.10 :
35 
36    - Makes the IPP message filename and the Job's billing code available.
37   
38  * 2.00 :
39
40    - Introduces the notions of pre and post hooks.
41   
42    - Prehooks can decide to entirely cancel the print job if needed.
43
44    - Original CUPS backend's exit code is available in posthooks.
45
46    - prehooks, posthooks and tees are now launched in alphabetical order.
47
48  * 1.00 :
49
50    - First Official release.
Note: See TracBrowser for help on using the browser.