root / pykota / trunk / NEWS @ 873

Revision 873, 4.6 kB (checked in by jalet, 21 years ago)

GPL paragraphs were incorrectly (from memory) copied into the sources.
Two README files were added.
Upgrade script for PostgreSQL pre 1.01 schema was added.

  • 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>
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19
20============================================================
21
22PyKota NEWS :
23
24    - 1.02alpha :
25   
26        - The installation script now checks for software availability
27          and in case a software is missing asks the user if he
28          wants to continue with the installation or abort it.
29         
30        - The configuration file pykota.conf is now expected to be
31          found in /etc instead of in /etc/cups
32          The installation script prompts the user to see if he
33          wants to move an old configuration file to the new location
34          if needed.
35         
36        - Improved documentation.
37       
38        - You can now set the tcp/ip port on which the Quota Storage
39          Server is listening, see sample configuration file for details.
40       
41        - Better general error handling.
42       
43    - 1.01 :
44   
45        - The configuration file now accepts an option   
46          to choose the recipient(s) of the email messages :
47         
48            - DevNull means no one will receive them.
49            - User means only the user will receive them.
50            - Admin means only the admin will receive them.
51            - Both means the User and the Admin will receive them.
52           
53        - The configuration file now uses hard-coded default values
54          when an option is not set. See sample configuration file
55          for details.
56         
57        - Manual pages are included since 1.00, but I forgot to   
58          add this information to this file.
59         
60        - Redistribution terms for the official package have 
61          softened and are now fully GPL compatible :
62          unrestricted modification is now allowed even for
63          the version number.
64         
65    - 1.00 :
66   
67        - edpykota now accepts a --noquota option. This
68          disable quota checking while still doing page
69          accounting. This is really useful for people
70          who don't want to limit their users but want
71          to know how much pages they print.
72         
73        - Some untested scripts were added to retrieve
74          the life time page counter of non-SNMP printers.
75         
76        - Every directory now has a specific README file. 
77       
78    - 0.99 :
79   
80        - Under some circumstances while the user wasn't allowed
81          to print, he didn't receive any email message. It is
82          now fixed.
83         
84        - When an user wasn't allowed to print, the quota for
85          the previous user wasn't updated. This is now fixed.
86         
87    - 0.98 :
88   
89        - Correctly handle the case where the printer is switched off.
90       
91        - Small bug wrt syslog fixed.
92       
93    - 0.97 :
94   
95        - edpykota accepts wildcards on its command line for users/groups too
96          if the --add option is not set, e.g. :
97         
98              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
99             
100        - If no user name is passed at all, then a default wildcard of "*"
101          which means apply the command on ALL users for this printer is used.
102         
103        - Small bug fixes.
104       
105    - 0.96 :
106
107        - Options requester, policy, admin, adminmail and gracedelay can now
108          be set either globally or per printer. The printer option has
109          priority if both are defined.
110
111        - More powerful configuration parser.
112       
113        - If all options are defined globally, there's no need to
114          define a section for each printer in the configuration
115          file anymore. Just define a [global] section and it's ok.
116
117    - 0.95 :
118
119        - External requesters for printers finally added.
120
121        - Full internationalization (english and french are supported)
122 
123        - More complete quota usage report
124
125        - CGI script to access to the quota usage report
126
127        - Several bugs fixed.
128
129
130    - 0.9 :
131
132        - First public version
Note: See TracBrowser for help on using the browser.