Changeset 2121
- Timestamp:
- 03/02/05 18:00:03 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/lprngpykota
r2066 r2121 24 24 # 25 25 # $Log$ 26 # Revision 1.18 2005/03/02 17:00:03 jalet 27 # Fixed a bad copy&paste 28 # 26 29 # Revision 1.17 2005/02/16 00:29:33 jalet 27 30 # Fixed the maxdenybanners directive. … … 218 221 action, filename=self.preserveinputfile, title=self.title, \ 219 222 copies=self.copies, options=self.options, clienthost=clienthost, \ 220 jobsizebytes=self.jobSizeBytes, self.checksum)223 jobsizebytes=self.jobSizeBytes, jobmd5sum=self.checksum) 221 224 self.logdebug("Job added to history during first pass : Job's size and price are still unknown.") 222 225 -
pykota/trunk/NEWS
r2119 r2121 22 22 PyKota NEWS : 23 23 24 - 1.21beta2 : 25 26 - Fixed an LPRng specific bug. 27 28 - Several improvements on stability issues with manually modified 29 LDAP trees. 30 31 - Documentation improvements. 32 24 33 - 1.21beta : 25 34 -
pykota/trunk/pykota/version.py
r2087 r2121 22 22 # 23 23 24 __version__ = "1.21beta _unofficial"24 __version__ = "1.21beta2_unofficial" 25 25 26 26 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""