root / pykota / trunk / NEWS @ 835

Revision 835, 2.1 kB (checked in by jalet, 21 years ago)

Typo

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