root / pykota / trunk / NEWS @ 828

Revision 828, 1.8 kB (checked in by jalet, 21 years ago)

Forgotten a change.

  • 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    - 0.98 :
19   
20        - Correctly handle the case where the printer is switched off.
21       
22        - Small bug wrt syslog fixed.
23       
24    - 0.97 :
25   
26        - edpykota accepts wildcards on its command line for users/groups too
27          if the --add option is not set, e.g. :
28         
29              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
30             
31        - If no user name is passed at all, then a default wildcard of "*"
32          which means apply the command on ALL users for this printer is used.
33         
34        - Small bug fixes.
35       
36    - 0.96 :
37
38        - Options requester, policy, admin, adminmail and gracedelay can now
39          be set either globally or per printer. The printer option has
40          priority if both are defined.
41
42        - More powerful configuration parser.
43       
44        - If all options are defined globally, there's no need to
45          define a section for each printer in the configuration
46          file anymore. Just define a [global] section and it's ok.
47
48    - 0.95 :
49
50        - External requesters for printers finally added.
51
52        - Full internationalization (english and french are supported)
53 
54        - More complete quota usage report
55
56        - CGI script to access to the quota usage report
57
58        - Several bugs fixed.
59
60
61    - 0.9 :
62
63        - First public version
Note: See TracBrowser for help on using the browser.