root / tea4cups / trunk / NEWS @ 630

Revision 630, 1.7 kB (checked in by jerome, 19 years ago)

Fix for empty username (test pages launched from CUPS' web interface)

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