Changeset 2121

Show
Ignore:
Timestamp:
03/02/05 18:00:03 (19 years ago)
Author:
jalet
Message:

Fixed a bad copy&paste

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/lprngpykota

    r2066 r2121  
    2424# 
    2525# $Log$ 
     26# Revision 1.18  2005/03/02 17:00:03  jalet 
     27# Fixed a bad copy&paste 
     28# 
    2629# Revision 1.17  2005/02/16 00:29:33  jalet 
    2730# Fixed the maxdenybanners directive. 
     
    218221                                    action, filename=self.preserveinputfile, title=self.title, \ 
    219222                                    copies=self.copies, options=self.options, clienthost=clienthost, \ 
    220                                     jobsizebytes=self.jobSizeBytes, self.checksum) 
     223                                    jobsizebytes=self.jobSizeBytes, jobmd5sum=self.checksum) 
    221224            self.logdebug("Job added to history during first pass : Job's size and price are still unknown.") 
    222225             
  • pykota/trunk/NEWS

    r2119 r2121  
    2222PyKota NEWS : 
    2323        
     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         
    2433    - 1.21beta : 
    2534     
  • pykota/trunk/pykota/version.py

    r2087 r2121  
    2222# 
    2323 
    24 __version__ = "1.21beta_unofficial" 
     24__version__ = "1.21beta2_unofficial" 
    2525 
    2626__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""