root / pykota / trunk / NEWS @ 887

Revision 887, 5.1 kB (checked in by jalet, 21 years ago)

The last job Id is saved now for each printer, this will probably
allow other accounting methods in the future.

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