root / pykota / trunk / NEWS @ 1017

Revision 1017, 12.0 kB (checked in by jalet, 21 years ago)

New LDAP schema.
Small bug fixes.

  • 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.08alpha6 :
25   
26        - Minor bug corrections
27        - More work on LDAP : new schema
28       
29    - 1.08alpha5 :
30   
31        - More good work on LDAP storage.
32          repykota now works reasonably well with the sample LDAP directory.
33       
34    - 1.08alpha4 :
35   
36        - LDAP schema included.
37          THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS.
38          LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA
39          MAY CHANGE IN THE FUTURE. PLEASE TELL US
40          WHAT YOU THINK ABOUT THIS SCHEMA ON THE
41          MAILING LIST.
42         
43    - 1.08alpha3 :
44   
45        - External accounting methods were partly rewritten :
46         
47          - No more "broken pipe" should happen.
48         
49          - They now take care of the number of copies
50            This may be unneeded though, if the postscript
51            file already does this, because this would
52            overcharge users (number of copies counted
53            two times). NEEDS MORE TESTING.
54           
55          - The sample configuration file now contains 
56            an external accounting method example which should
57            work with all DSC compliant Postscript files.
58           
59        - Some small bugs were fixed.   
60       
61    - 1.08alpha2 :
62   
63        - Now works with net-snmp v5.0 and above.
64          It already worked, but the sample configuration
65          file didn't contain appropriate values...
66       
67    - 1.07 : Release of the Shame !
68   
69        - The external accounting methods driver was left out of
70          the CVS tree. Nobody could use it since it wasn't included !
71         
72    - 1.06 :
73   
74        - Severe bug fixed : if you had a printer in
75          power saving state which couldn't answer immediately,
76          a bug was triggered.
77          It was caused by a bad copy/paste which
78          forgot to import a Python module at run time.
79         
80    - 1.05 :
81   
82        - External accounters are finally available !
83          This means that you can plug any page accounting
84          method you like by setting the appropriate
85          'accounter' field in /etc/pykota.conf
86          See the sample conf/pykota.conf.sample to
87          learn how to do.
88         
89          NB : Both 'external' and 'stupid' accounting methods
90               account a job size just before *this* job is
91               sent to the printer.
92               The original 'querying' method accounts a job
93               size just before *the next* job is sent to
94               the printer.
95       
96    - 1.05alpha3 :
97   
98        - A 'stupid' and unreliable accounting method was
99          implemented to serve as an example on how to
100          do this sort of things. This method only counts
101          the 'showpage' statements in the input data.
102          See sample configuration file for details.
103          Pluggable accounting methods work, but I advise
104          you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE.
105          It is not reliable enough to be used.
106          Use the 'querying' accounting method instead.
107         
108    - 1.05alpha2 :
109   
110        - Pluggable accounting methods.
111       
112        - Better error handling.
113       
114    - 1.05alpha1 :
115   
116        - SECURITY file added to help improve PyKota's security.
117       
118        - Extracting the printer's internal page counter is now
119          tried several times, waiting several seconds between
120          two tries. This lets the time to warm up for some printers
121          which don't answer when they are sleeping (my Apple
122          LaserWriter 16/600 PS is in this case, maybe others too)
123         
124        - Small display bug fixed in repykota
125         
126    - 1.04 :
127   
128        - Default print policy for users/groups unknown from
129          the print quota system is now DENY instead of ALLOW,
130          since ALLOW can generate inaccurate results
131          (incorrect job sizes charged to the wrong persons)
132         
133        - LPRng support works !
134       
135        - A bug was introduced some time ago wrt printers' default
136          policy for unknown users. It is now corrected.
137       
138        - repykota now displays prices per job and per page for each
139          printer, if they are defined.
140         
141        - Minor display bug fixed in repykota.
142       
143        - Problem when running repykota with an empty database was fixed.
144       
145    - 1.03 :
146   
147        - Upgrade script included for earlier versions.
148          Please look inside the initscripts subdirectory.
149          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
150         
151        - repykota now reports account balances too.
152       
153        - PyKota now has a nice logo, see the logos
154          subdirectory.
155       
156        - Manual pages were finally updated.
157       
158        - Group quotas seem to work now !
159       
160        - The new database schema allows to keep an history of all
161          jobs as well as charge users per page and/or per job,
162          and track users' account balance.
163         
164        - edpykota now accepts much more command line options to 
165          use the new functionnalities. See edpykota --help for
166          details.
167         
168        - The installation script now allows to install the sample
169          configuration file during first installation.
170         
171        - More group quota code works, but still not finished. 
172       
173        - The CGI script displays a link to PyKota's website.
174       
175        - The job history is now kept, this will allow per-period
176          reports in the future.
177         
178        - After having modified the quota for an user with edpykota,
179          a quota check is done to eventually warn the user/admin about
180          a quota which is too low to print.
181         
182        - A workaround is provided for HP Printers : their internal
183          page counter is only saved to NVRAM in a 10 increment, so
184          if you switch them off and then on, the reported page counter
185          may be lower than the real number of pages printed.
186          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
187          We unconditionnally set the last job's page count to
188          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
189          in this case.
190          For a more accurate accounting, never switch your HP printers
191          off.
192         
193        - A fix is provided for printers which only have a volatile 
194          page counter (reset to 0 every time you switch the printer on)
195          This should allow PyKota to work reasonably fine with HP Laserjet
196          4L/5L/6L, not perfect, but better than nothing.
197          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
198          For a more accurate accounting, never switch your HP printers
199          off. This is untested, please report any problem.
200         
201        - A bug was fixed when edpykota --add was used with users who already
202          had a quota on the specified printer.
203         
204        - A small display bug in repykota was introduced in preliminary
205          1.03 versions, and fixed later on.
206         
207        - Some minor bugs which happened in rare situations were fixed.
208       
209        - Support for AppleTalk printers was added, see sample configuration
210          file for details.
211         
212        - Users and group printing can now be controlled (limited) either by 
213          print quota or by account balance.
214       
215    - 1.02 :
216   
217        - The installation script now checks for software availability
218          and in case a software is missing asks the user if he
219          wants to continue with the installation or abort it.
220         
221        - The configuration file pykota.conf is now expected to be
222          found in /etc instead of in /etc/cups
223          The installation script prompts the user to see if he
224          wants to move an old configuration file to the new location
225          if needed.
226         
227        - Improved documentation.
228       
229        - You can now set the tcp/ip port on which the Quota Storage
230          Server is listening, see sample configuration file for details.
231       
232        - Better general error handling.
233       
234        - Upgrade script for pre 1.01 PostgreSQL database schema is now
235          included as well.
236       
237    - 1.01 :
238   
239        - The configuration file now accepts an option   
240          to choose the recipient(s) of the email messages :
241         
242            - DevNull means no one will receive them.
243            - User means only the user will receive them.
244            - Admin means only the admin will receive them.
245            - Both means the User and the Admin will receive them.
246           
247        - The configuration file now uses hard-coded default values
248          when an option is not set. See sample configuration file
249          for details.
250         
251        - Manual pages are included since 1.00, but I forgot to   
252          add this information to this file.
253         
254        - Redistribution terms for the official package have 
255          softened and are now fully GPL compatible :
256          unrestricted modification is now allowed even for
257          the version number.
258         
259    - 1.00 :
260   
261        - edpykota now accepts a --noquota option. This
262          disable quota checking while still doing page
263          accounting. This is really useful for people
264          who don't want to limit their users but want
265          to know how much pages they print.
266         
267        - Some untested scripts were added to retrieve
268          the life time page counter of non-SNMP printers.
269         
270        - Every directory now has a specific README file. 
271       
272    - 0.99 :
273   
274        - Under some circumstances while the user wasn't allowed
275          to print, he didn't receive any email message. It is
276          now fixed.
277         
278        - When an user wasn't allowed to print, the quota for
279          the previous user wasn't updated. This is now fixed.
280         
281    - 0.98 :
282   
283        - Correctly handle the case where the printer is switched off.
284       
285        - Small bug wrt syslog fixed.
286       
287    - 0.97 :
288   
289        - edpykota accepts wildcards on its command line for users/groups too
290          if the --add option is not set, e.g. :
291         
292              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
293             
294        - If no user name is passed at all, then a default wildcard of "*"
295          which means apply the command on ALL users for this printer is used.
296         
297        - Small bug fixes.
298       
299    - 0.96 :
300
301        - Options requester, policy, admin, adminmail and gracedelay can now
302          be set either globally or per printer. The printer option has
303          priority if both are defined.
304
305        - More powerful configuration parser.
306       
307        - If all options are defined globally, there's no need to
308          define a section for each printer in the configuration
309          file anymore. Just define a [global] section and it's ok.
310
311    - 0.95 :
312
313        - External requesters for printers finally added.
314
315        - Full internationalization (english and french are supported)
316 
317        - More complete quota usage report
318
319        - CGI script to access to the quota usage report
320
321        - Several bugs fixed.
322
323
324    - 0.9 :
325
326        - First public version
Note: See TracBrowser for help on using the browser.