Changeset 989

Show
Ignore:
Timestamp:
05/06/03 17:00:54 (21 years ago)
Author:
jalet
Message:

Severe bug fixed. See NEWS.

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/NEWS

    r980 r989  
    2222PyKota NEWS : 
    2323 
     24    - 1.06 : 
     25     
     26        - Severe bug fixed : if you had a printer in  
     27          power saving state which couldn't answer immediately,  
     28          a bug was triggered. 
     29          It was caused by a bad copy/paste which 
     30          forgot to import a Python module at run time. 
     31           
    2432    - 1.05 : 
    2533     
  • pykota/trunk/pykota/version.py

    r980 r989  
    2121# 
    2222 
    23 __version__ = "1.05-unofficial" 
     23__version__ = "1.06_unofficial" 
    2424 
    2525__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""