root / pykota / trunk / NEWS @ 1041

Revision 1041, 13.5 kB (checked in by jalet, 21 years ago)

Hey, it may work (edpykota --reset excepted) !

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