Changeset 2399
- Timestamp:
- 08/18/05 16:40:53 (19 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/NEWS
r2393 r2399 22 22 PyKota NEWS : 23 23 24 - 1.23alpha21 : 25 26 - Fix for IPP requests which contain more than a single 27 job-originating-host-name attribute. 28 24 29 - 1.23alpha20 : 25 30 -
pykota/trunk/pykota/version.py
r2393 r2399 22 22 # 23 23 24 __version__ = "1.23alpha2 0_unofficial"24 __version__ = "1.23alpha21_unofficial" 25 25 26 26 __doc__ = "PyKota : a complete Printing Quota Solution for CUPS and LPRng."