root / tea4cups / trunk / NEWS @ 626

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

Improved error handling

  • 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    - More powerful error handling at startup time.
27   
28    - Ignores errors in posthooks because the job was probably
29      successfully printed so no need to stop the print queue.
30      We log a warning instead in this case.
31     
32  * 2.10 :
33 
34    - Makes the IPP message filename and the Job's billing code available.
35   
36  * 2.00 :
37
38    - Introduces the notions of pre and post hooks.
39   
40    - Prehooks can decide to entirely cancel the print job if needed.
41
42    - Original CUPS backend's exit code is available in posthooks.
43
44    - prehooks, posthooks and tees are now launched in alphabetical order.
45
46  * 1.00 :
47
48    - First Official release.
Note: See TracBrowser for help on using the browser.