Changeset 3007

Show
Ignore:
Timestamp:
09/03/06 18:00:57 (18 years ago)
Author:
jerome
Message:

Version + log.

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/NEWS

    r2983 r3007  
    2222PyKota NEWS : 
    2323        
     24    - 1.25alpha10 (2006-09-03) : 
     25     
     26        - Permissions on cupspykota are now correctly set after 
     27          installation. 
     28           
     29        - Added a workaround to incorrect charset through the add 
     30          of the python-chardet module as a dependency. 
     31           
    2432    - 1.25alpha9 (2006-08-10) : 
    2533     
  • pykota/trunk/pykota/version.py

    r2983 r3007  
    2222# 
    2323 
    24 __version__ = "1.25alpha9_unofficial" 
     24__version__ = "1.25alpha10_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS."