-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
107 lines (62 loc) · 2.83 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# $Id$
Tea4CUPS : Tee for CUPS
(c) 2005-2013 Jerome Alet <[email protected]>
(c) 2005 Peter Stuge <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
=============================================================================
Tea4CUPS News :
* 3.13alpha (2006-11-07) :
- Backported locking mechanism from PyKota.
* 3.12 (2006-08-11) :
- Serializes accesses to the same device from different queues
or print servers through file locking facilities (works over
NFS).
- Improved support for CUPS 1.2.x and higher.
- Allows the administrator to cleanly stop tea4cups with SIGINT.
- Added a configurable retry directive to the configuration file.
- Fixed several minor bugs.
- Improved the installation instructions and the sample configuration
file.
* 3.11 :
- Fixed an incompatibility with Python 2.1, thanks to Frank
Koormann.
* 3.10 :
- Added filters.
- Added the "onfail" directive to tea4cups.conf
* 3.02 :
- Fixed some problems thanks to pychecker.
* 3.01 :
- Fixed an IPP parsing bug in some situations.
* 3.00 :
- Tees don't exist anymore. Only prehooks and posthooks remain.
- Prehooks can now send datas to Posthooks through pipes.
- Major rewrite of the subprocess management code, thanks to Peter Stuge.
* 2.12alpha :
- Greatly improved the IPP parser.
- When printing test pages from CUPS' web interface, the empty username
is now overwritten with the username CUPS is running as.
* 2.11 :
- Now works with old releases of Python (>= 2.1)
- More powerful error handling at startup time.
- Ignores errors in posthooks because the job was probably
successfully printed so no need to stop the print queue.
We log a warning instead in this case.
* 2.10 :
- Makes the IPP message filename and the Job's billing code available.
* 2.00 :
- Introduces the notions of pre and post hooks.
- Prehooks can decide to entirely cancel the print job if needed.
- Original CUPS backend's exit code is available in posthooks.
- prehooks, posthooks and tees are now launched in alphabetical order.
* 1.00 :
- First Official release.