Changeset 3007
- Timestamp:
- 09/03/06 18:00:57 (18 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/NEWS
r2983 r3007 22 22 PyKota NEWS : 23 23 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 24 32 - 1.25alpha9 (2006-08-10) : 25 33 -
pykota/trunk/pykota/version.py
r2983 r3007 22 22 # 23 23 24 __version__ = "1.25alpha 9_unofficial"24 __version__ = "1.25alpha10_unofficial" 25 25 26 26 __doc__ = "PyKota : a complete Printing Quota Solution for CUPS."