root / pykota / trunk / NEWS @ 871

Revision 871, 4.0 kB (checked in by jalet, 21 years ago)

Installation script modification.

  • 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.02alpha :
19   
20        - The installation script now checks for software availability
21          and in case a software is missing asks the user if he
22          wants to continue with the installation or abort it.
23         
24        - Improved documentation.
25       
26        - You can now set the tcp/ip port on which the Quota Storage
27          Server is listening, see sample configuration file for details.
28       
29        - Better error handling if PygreSQL is not installed or not
30          available.
31       
32    - 1.01 :
33   
34        - The configuration file now accepts an option   
35          to choose the recipient(s) of the email messages :
36         
37            - DevNull means no one will receive them.
38            - User means only the user will receive them.
39            - Admin means only the admin will receive them.
40            - Both means the User and the Admin will receive them.
41           
42        - The configuration file now uses hard-coded default values
43          when an option is not set. See sample configuration file
44          for details.
45         
46        - Manual pages are included since 1.00, but I forgot to   
47          add this information to this file.
48         
49        - Redistribution terms for the official package have 
50          softened and are now fully GPL compatible :
51          unrestricted modification is now allowed even for
52          the version number.
53         
54    - 1.00 :
55   
56        - edpykota now accepts a --noquota option. This
57          disable quota checking while still doing page
58          accounting. This is really useful for people
59          who don't want to limit their users but want
60          to know how much pages they print.
61         
62        - Some untested scripts were added to retrieve
63          the life time page counter of non-SNMP printers.
64         
65        - Every directory now has a specific README file. 
66       
67    - 0.99 :
68   
69        - Under some circumstances while the user wasn't allowed
70          to print, he didn't receive any email message. It is
71          now fixed.
72         
73        - When an user wasn't allowed to print, the quota for
74          the previous user wasn't updated. This is now fixed.
75         
76    - 0.98 :
77   
78        - Correctly handle the case where the printer is switched off.
79       
80        - Small bug wrt syslog fixed.
81       
82    - 0.97 :
83   
84        - edpykota accepts wildcards on its command line for users/groups too
85          if the --add option is not set, e.g. :
86         
87              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
88             
89        - If no user name is passed at all, then a default wildcard of "*"
90          which means apply the command on ALL users for this printer is used.
91         
92        - Small bug fixes.
93       
94    - 0.96 :
95
96        - Options requester, policy, admin, adminmail and gracedelay can now
97          be set either globally or per printer. The printer option has
98          priority if both are defined.
99
100        - More powerful configuration parser.
101       
102        - If all options are defined globally, there's no need to
103          define a section for each printer in the configuration
104          file anymore. Just define a [global] section and it's ok.
105
106    - 0.95 :
107
108        - External requesters for printers finally added.
109
110        - Full internationalization (english and french are supported)
111 
112        - More complete quota usage report
113
114        - CGI script to access to the quota usage report
115
116        - Several bugs fixed.
117
118
119    - 0.9 :
120
121        - First public version
Note: See TracBrowser for help on using the browser.