root / pykota / trunk / NEWS @ 1021

Revision 1021, 12.5 kB (checked in by jalet, 21 years ago)

Deletion of the second user which is not needed anymore.
Added a debug configuration field in /etc/pykota.conf
All queries can now be sent to the logger in debug mode, this will
greatly help improve performance when time for this will come.

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