root / pykota / trunk / NEWS @ 1065

Revision 1065, 14.5 kB (checked in by jalet, 21 years ago)

1.12 is out

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