root / pykota / trunk / NEWS @ 1067

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

Bug fix due to a typo in LDAP code

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