root / pykota / trunk / NEWS @ 852

Revision 852, 3.1 kB (checked in by jalet, 21 years ago)

New mailto option in configuration file added.
No time to test this tonight (although it should work).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
2
3PyKota - Print Quota for CUPS
4
5(c) 2003 Jerome Alet <alet@librelogiciel.com>
6You're welcome to redistribute this software under the
7terms of the GNU General Public Licence version 2.0
8or, at your option, any higher version.
9
10You can read the complete GNU GPL in the file COPYING
11which should come along with this software, or visit
12the Free Software Foundation's WEB site http://www.fsf.org
13
14============================================================
15
16PyKota NEWS :
17
18    - 1.01 :
19   
20        - The configuration file now accepts an option   
21          to choose the recipient(s) of the email messages :
22         
23            - DevNull means no one will receive them.
24            - User means only the user will receive them.
25            - Admin means only the admin will receive them.
26            - Both means the User and the Admin will receive them.
27           
28        - Manual pages are included since 1.00, but I forgot to   
29          add this information to this file.
30         
31    - 1.00 :
32   
33        - edpykota now accepts a --noquota option. This
34          disable quota checking while still doing page
35          accounting. This is really useful for people
36          who don't want to limit their users but want
37          to know how much pages they print.
38         
39        - Some untested scripts were added to retrieve
40          the life time page counter of non-SNMP printers.
41         
42        - Every directory now has a specific README file. 
43       
44    - 0.99 :
45   
46        - Under some circumstances while the user wasn't allowed
47          to print, he didn't receive any email message. It is
48          now fixed.
49         
50        - When an user wasn't allowed to print, the quota for
51          the previous user wasn't updated. This is now fixed.
52         
53    - 0.98 :
54   
55        - Correctly handle the case where the printer is switched off.
56       
57        - Small bug wrt syslog fixed.
58       
59    - 0.97 :
60   
61        - edpykota accepts wildcards on its command line for users/groups too
62          if the --add option is not set, e.g. :
63         
64              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
65             
66        - If no user name is passed at all, then a default wildcard of "*"
67          which means apply the command on ALL users for this printer is used.
68         
69        - Small bug fixes.
70       
71    - 0.96 :
72
73        - Options requester, policy, admin, adminmail and gracedelay can now
74          be set either globally or per printer. The printer option has
75          priority if both are defined.
76
77        - More powerful configuration parser.
78       
79        - If all options are defined globally, there's no need to
80          define a section for each printer in the configuration
81          file anymore. Just define a [global] section and it's ok.
82
83    - 0.95 :
84
85        - External requesters for printers finally added.
86
87        - Full internationalization (english and french are supported)
88 
89        - More complete quota usage report
90
91        - CGI script to access to the quota usage report
92
93        - Several bugs fixed.
94
95
96    - 0.9 :
97
98        - First public version
Note: See TracBrowser for help on using the browser.