root / pykota / trunk / NEWS @ 819

Revision 819, 1.7 kB (checked in by jalet, 21 years ago)

Reflects the 0.97 changes.

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