root / pykota / trunk / NEWS @ 827

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

0.98 is finally out with support for printers which are OFF.

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