Changeset 684 for tea4cups/trunk

Show
Ignore:
Timestamp:
08/10/06 23:42:16 (18 years ago)
Author:
jerome
Message:

v3.12 is now out.

Location:
tea4cups/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • tea4cups/trunk/NEWS

    r674 r684  
    2323Tea4CUPS News : 
    2424 
     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     
    2538  * 3.11 :  
    2639   
  • tea4cups/trunk/tea4cups

    r683 r684  
    8686from struct import pack, unpack 
    8787 
    88 __version__ = "3.12alpha_unofficial" 
     88__version__ = "3.12_unofficial" 
    8989 
    9090class TeeError(Exception): 
  • tea4cups/trunk/tea4cups.conf

    r682 r684  
    187187# 
    188188# 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. 
    190191# 
    191192# posthook_rawpdf : /bin/cat >/tmp/log_of_pdf_creation_for_job_$TEAJOBID