Changeset 684
- Timestamp:
- 08/10/06 23:42:16 (18 years ago)
- Location:
- tea4cups/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/NEWS
r674 r684 23 23 Tea4CUPS News : 24 24 25 * 3.12 (2006-08-10) : 26 27 - Improved support for CUPS 1.2.x and higher. 28 29 - Allows the administrator to cleanly stop tea4cups with SIGINT. 30 31 - Added a configurable retry directive to the configuration file. 32 33 - Fixed several minor bugs. 34 35 - Improved the installation instructions and the sample configuration 36 file. 37 25 38 * 3.11 : 26 39 -
tea4cups/trunk/tea4cups
r683 r684 86 86 from struct import pack, unpack 87 87 88 __version__ = "3.12 alpha_unofficial"88 __version__ = "3.12_unofficial" 89 89 90 90 class TeeError(Exception): -
tea4cups/trunk/tea4cups.conf
r682 r684 187 187 # 188 188 # The posthook below will log all error or warning messages sent by ps2pdf 189 # to a job specific file in /tmp/ 189 # to a job specific file in /tmp/. See the explanation on how pre and post 190 # hooks can communicate at the end of this sample configuration file. 190 191 # 191 192 # posthook_rawpdf : /bin/cat >/tmp/log_of_pdf_creation_for_job_$TEAJOBID