root / pykota / trunk / NEWS @ 949

Revision 948, 8.2 kB (checked in by jalet, 21 years ago)

Bad version number

  • 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.04pre0 :
25   
26        - Minor display bug fixed in repykota.
27       
28        - Problem when running repykota with an empty database was fixed.
29       
30    - 1.03 :
31   
32        - Upgrade script included for earlier versions.
33          Please look inside the initscripts subdirectory.
34         
35    - 1.03beta2 :
36   
37        - repykota now reports account balances too.
38       
39        - PyKota now has a nice logo, see the logos
40          subdirectory.
41       
42        - Manual pages were finally updated.
43       
44    - 1.03beta :
45   
46        - Group quotas seem to work now !
47       
48    - 1.03alpha :
49   
50        - IMPORTANT : DataBase schema has changed.
51          DON'T TRY TO UPGRADE AN EXISTING PYKOTA INSTALLATION !
52          The upgrade script will be finalized ASAP, be patient,
53          or drop your old quota database to start anew.
54          Upgrade script will be provided when 1.03final will
55          be out.
56         
57        - The new database schema allows to keep an history of all
58          jobs as well as charge users per page and/or per job,
59          and track users' account balance.
60         
61        - edpykota now accepts much more command line options to 
62          use the new functionnalities. See edpykota --help for
63          details.
64         
65        - The installation script now allows to install the sample
66          configuration file during first installation.
67         
68        - More group quota code works, but still not finished. 
69       
70        - The CGI script displays a link to PyKota's website.
71       
72        - The job history is now kept, this will allow per-period
73          reports in the future.
74         
75        - After having modified the quota for an user with edpykota,
76          a quota check is done to eventually warn the user/admin about
77          a quota which is too low to print.
78         
79        - A workaround is provided for HP Printers : their internal
80          page counter is only saved to NVRAM in a 10 increment, so
81          if you switch them off and then on, the reported page counter
82          may be lower than the real number of pages printed.
83          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
84          We unconditionnally set the last job's page count to
85          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
86          in this case.
87          For a more accurate accounting, never switch your HP printers
88          off.
89         
90        - A fix is provided for printers which only have a volatile 
91          page counter (reset to 0 every time you switch the printer on)
92          This should allow PyKota to work reasonably fine with HP Laserjet
93          4L/5L/6L, not perfect, but better than nothing.
94          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
95          For a more accurate accounting, never switch your HP printers
96          off. This is untested, please report any problem.
97         
98        - A bug was fixed when edpykota --add was used with users who already
99          had a quota on the specified printer.
100         
101        - A small display bug in repykota was introduced in preliminary
102          1.03 versions, and fixed later on.
103         
104        - Some minor bugs which happened in rare situations were fixed.
105       
106        - Support for AppleTalk printers was added, see sample configuration
107          file for details.
108         
109        - Users and group printing can now be controlled (limited) either by 
110          print quota or by account balance.
111       
112    - 1.02 :
113   
114        - The installation script now checks for software availability
115          and in case a software is missing asks the user if he
116          wants to continue with the installation or abort it.
117         
118        - The configuration file pykota.conf is now expected to be
119          found in /etc instead of in /etc/cups
120          The installation script prompts the user to see if he
121          wants to move an old configuration file to the new location
122          if needed.
123         
124        - Improved documentation.
125       
126        - You can now set the tcp/ip port on which the Quota Storage
127          Server is listening, see sample configuration file for details.
128       
129        - Better general error handling.
130       
131        - Upgrade script for pre 1.01 PostgreSQL database schema is now
132          included as well.
133       
134    - 1.01 :
135   
136        - The configuration file now accepts an option   
137          to choose the recipient(s) of the email messages :
138         
139            - DevNull means no one will receive them.
140            - User means only the user will receive them.
141            - Admin means only the admin will receive them.
142            - Both means the User and the Admin will receive them.
143           
144        - The configuration file now uses hard-coded default values
145          when an option is not set. See sample configuration file
146          for details.
147         
148        - Manual pages are included since 1.00, but I forgot to   
149          add this information to this file.
150         
151        - Redistribution terms for the official package have 
152          softened and are now fully GPL compatible :
153          unrestricted modification is now allowed even for
154          the version number.
155         
156    - 1.00 :
157   
158        - edpykota now accepts a --noquota option. This
159          disable quota checking while still doing page
160          accounting. This is really useful for people
161          who don't want to limit their users but want
162          to know how much pages they print.
163         
164        - Some untested scripts were added to retrieve
165          the life time page counter of non-SNMP printers.
166         
167        - Every directory now has a specific README file. 
168       
169    - 0.99 :
170   
171        - Under some circumstances while the user wasn't allowed
172          to print, he didn't receive any email message. It is
173          now fixed.
174         
175        - When an user wasn't allowed to print, the quota for
176          the previous user wasn't updated. This is now fixed.
177         
178    - 0.98 :
179   
180        - Correctly handle the case where the printer is switched off.
181       
182        - Small bug wrt syslog fixed.
183       
184    - 0.97 :
185   
186        - edpykota accepts wildcards on its command line for users/groups too
187          if the --add option is not set, e.g. :
188         
189              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
190             
191        - If no user name is passed at all, then a default wildcard of "*"
192          which means apply the command on ALL users for this printer is used.
193         
194        - Small bug fixes.
195       
196    - 0.96 :
197
198        - Options requester, policy, admin, adminmail and gracedelay can now
199          be set either globally or per printer. The printer option has
200          priority if both are defined.
201
202        - More powerful configuration parser.
203       
204        - If all options are defined globally, there's no need to
205          define a section for each printer in the configuration
206          file anymore. Just define a [global] section and it's ok.
207
208    - 0.95 :
209
210        - External requesters for printers finally added.
211
212        - Full internationalization (english and french are supported)
213 
214        - More complete quota usage report
215
216        - CGI script to access to the quota usage report
217
218        - Several bugs fixed.
219
220
221    - 0.9 :
222
223        - First public version
Note: See TracBrowser for help on using the browser.