Changeset 2167

Show
Ignore:
Timestamp:
03/13/05 17:31:02 (19 years ago)
Author:
jerome
Message:

Reported some recent fixes in changelog

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/NEWS

    r2146 r2167  
    2222PyKota NEWS : 
    2323        
     24    - 1.22alpha2 : 
     25     
     26        - Fixed a potential race condition when several backend 
     27          wrappers were present in CUPS' backend directory. 
     28           
     29        - Fixed dumpykota's output in CUPS' page_log format to better 
     30          match CUPS format. 
     31           
    2432    - 1.22alpha1 : 
    2533     
  • pykota/trunk/pykota/version.py

    r2146 r2167  
    2222# 
    2323 
    24 __version__ = "1.22alpha1_unofficial" 
     24__version__ = "1.22alpha2_unofficial" 
    2525 
    2626__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""