root / pykota / trunk / NEWS @ 1043

Revision 1043, 13.6 kB (checked in by jalet, 21 years ago)

Should be ready for testing :-)

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