root / tea4cups / trunk / NEWS @ 631

Revision 631, 1.8 kB (checked in by jerome, 19 years ago)

Improved the IPP parser

  • 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.12alpha :
25 
26    - Greatly improved the IPP parser.
27   
28    - When printing test pages from CUPS' web interface, the empty username
29      is now overwritten with the username CUPS is running as.
30   
31  * 2.11 :
32 
33    - Now works with old releases of Python (>= 2.1)
34   
35    - More powerful error handling at startup time.
36   
37    - Ignores errors in posthooks because the job was probably
38      successfully printed so no need to stop the print queue.
39      We log a warning instead in this case.
40     
41  * 2.10 :
42 
43    - Makes the IPP message filename and the Job's billing code available.
44   
45  * 2.00 :
46
47    - Introduces the notions of pre and post hooks.
48   
49    - Prehooks can decide to entirely cancel the print job if needed.
50
51    - Original CUPS backend's exit code is available in posthooks.
52
53    - prehooks, posthooks and tees are now launched in alphabetical order.
54
55  * 1.00 :
56
57    - First Official release.
Note: See TracBrowser for help on using the browser.