Changeset 1240 for pykota/trunk/NEWS

Show
Ignore:
Timestamp:
12/27/03 17:49:25 (20 years ago)
Author:
uid67467
Message:

Should be ok now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/NEWS

    r1239 r1240  
    2222PyKota NEWS : 
    2323 
     24    - 1.16alpha20 : 
     25     
     26        - Fixed several small bugs with the help of PyChecker. 
     27         
     28    - 1.16alpha19 : 
     29      
     30        - Fixed a bug in PostgreSQL backend's code. 
     31         
     32    - 1.16alpha18 : 
     33     
     34        - Initial code for printer groups support. Printer groups have 
     35          to be added with external tools like psql or gq for example. 
     36          Printer groups seems to work fine with users. Untested with user  
     37          groups for now. 
     38 
     39        - Several minor visual problems fixed in reports. 
     40         
     41        - Fixed a bug in LDAP date handling. 
     42         
     43        - Fix for LDAP problem with some combination of OpenLDAP + Python-LDAP 
     44          + some particular settings. 
     45           
     46        - mailandpopup.sh shell script added. See sample configuration file 
     47          for details. 
     48         
     49        - Several environment variables are now exported when executing  
     50          external commands (accounters, requesters, mailers) : 
     51            
     52            PYKOTAUSERNAME => user who is printing 
     53            PYKOTAPRINTERNAME => printer on which the job is being sent 
     54            PYKOTATITLE => Job's title 
     55            PYKOTAFILENAME => Job's filename 
     56            PYKOTACOPIES => number of copies asked 
     57            PYKOTAOPTIONS => print command options (-o with CUPS) 
     58           
    2459    - 1.16alpha17 : 
    2560