Changeset 2389

Show
Ignore:
Timestamp:
07/27/05 15:22:22 (19 years ago)
Author:
jerome
Message:

Added a debug message.
Changed version.

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2388 r2389  
    276276            # Now handle the billing code 
    277277            if bcode is not None : 
     278                self.logdebug("Checking billing code [%s]." % bcode) 
    278279                billingcode = self.storage.getBillingCode(bcode) 
    279280                if billingcode.Exists : 
  • pykota/trunk/NEWS

    r2383 r2389  
    2222PyKota NEWS : 
    2323        
     24    - 1.23alpha19 : 
     25     
     26        - Fixed an LDAP filtering problems when managing billing codes. 
     27         
     28        - Added the unknown_billingcode directive. See pykota.conf.sample 
     29          for how to use it. 
     30         
    2431    - 1.23alpha18 : 
    2532      
  • pykota/trunk/pykota/version.py

    r2365 r2389  
    2222# 
    2323 
    24 __version__ = "1.23alpha18_unofficial" 
     24__version__ = "1.23alpha19_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS and LPRng."