root / pykota / trunk / NEWS @ 846

Revision 846, 2.6 kB (checked in by jalet, 21 years ago)

Version 1.00 is out.

  • 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.00 :
19   
20        - edpykota now accepts a --noquota option. This
21          disable quota checking while still doing page
22          accounting. This is really useful for people
23          who don't want to limit their users but want
24          to know how much pages they print.
25         
26        - Some untested scripts were added to retrieve
27          the life time page counter of non-SNMP printers.
28         
29        - Every directory now has a specific README file. 
30       
31    - 0.99 :
32   
33        - Under some circumstances while the user wasn't allowed
34          to print, he didn't receive any email message. It is
35          now fixed.
36         
37        - When an user wasn't allowed to print, the quota for
38          the previous user wasn't updated. This is now fixed.
39         
40    - 0.98 :
41   
42        - Correctly handle the case where the printer is switched off.
43       
44        - Small bug wrt syslog fixed.
45       
46    - 0.97 :
47   
48        - edpykota accepts wildcards on its command line for users/groups too
49          if the --add option is not set, e.g. :
50         
51              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
52             
53        - If no user name is passed at all, then a default wildcard of "*"
54          which means apply the command on ALL users for this printer is used.
55         
56        - Small bug fixes.
57       
58    - 0.96 :
59
60        - Options requester, policy, admin, adminmail and gracedelay can now
61          be set either globally or per printer. The printer option has
62          priority if both are defined.
63
64        - More powerful configuration parser.
65       
66        - If all options are defined globally, there's no need to
67          define a section for each printer in the configuration
68          file anymore. Just define a [global] section and it's ok.
69
70    - 0.95 :
71
72        - External requesters for printers finally added.
73
74        - Full internationalization (english and french are supported)
75 
76        - More complete quota usage report
77
78        - CGI script to access to the quota usage report
79
80        - Several bugs fixed.
81
82
83    - 0.9 :
84
85        - First public version
Note: See TracBrowser for help on using the browser.