Changeset 1212

Show
Ignore:
Timestamp:
11/25/03 14:46:08 (20 years ago)
Author:
jalet
Message:

Fixes reported to NEWS file.

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/NEWS

    r1203 r1212  
    2222PyKota NEWS : 
    2323 
     24    - 1.16alpha13 : 
     25     
     26        - Small bugfix wrt Python v2.1 
     27         
     28        - CUPS Test Page are now printed as user 'root' if username 
     29          received is empty. 
     30           
    2431    - 1.16alpha12 : 
    2532     
  • pykota/trunk/pykota/version.py

    r1203 r1212  
    2222# 
    2323 
    24 __version__ = "1.16alpha12_unofficial" 
     24__version__ = "1.16alpha13_unofficial" 
    2525 
    2626__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""