root / pykota / trunk / NEWS @ 1360

Revision 1360, 28.7 kB (checked in by jalet, 20 years ago)

Preliminary snmpprinterstatus command added.

  • 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-2004 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.18alpha9 :
25   
26        - Preliminary version of the snmpprinterstatus command added.
27       
28    - 1.18alpha8 :
29   
30        - Don't retrieve data when not needed.
31          This avoids many database queries.
32       
33    - 1.18alpha7 :
34   
35        - New experimental ldapcache directive to improve
36          LDAP caching.
37         
38    - 1.18alpha6 :
39       
40        - New configuration directive added : maildomain
41          to specify the domain to send mail to when user
42          email address is not set in PyKota database.
43         
44        - More complete email message headers. 
45         
46    - 1.18alpha5 :
47   
48        - Debian packaging specific files, contributed by
49          Peter Hawkins are now included in the project's tree.
50         
51        - Preliminary work on future low-level LDAP caching to speed
52          up modifications (at least).
53         
54    - 1.18alpha4 :
55   
56        - Applied some of the modifications suggested by
57          Peter Hawkins, for better Debian integration.
58          Most notably cupspykota, pykota, and the shell
59          scripts are now installed into /usr/share/pykota
60          instead of into /usr/bin
61          BEWARE : double check that your symbolic link
62          to cupspykota is correct, and that your pykota.conf
63          file use correct path for the shell scripts like
64          waitprinter.sh and al.
65         
66        - pkhint command added, to help in configuring correct
67          accounting method for PyKota.
68         
69    - 1.18alpha3 :
70   
71        - Fixed a rare bug in cupspykota backend which gave
72          incorrect "CUPS backend died abnormally" messages.
73       
74    - 1.18alpha2 :
75   
76        - Added the pkprinters command line tool to manage printers
77          exclusively.
78       
79    - 1.18alpha1 :
80   
81        - Preliminary work on Relationnal Database Independance.
82       
83        - Sample report made from OpenOffice.org added as PDF and SXC.
84       
85    - 1.17 :
86   
87        - Finalized release.
88       
89    - 1.17alpha2 :
90   
91        - Fix stupid software accounting bug in the CUPS backend.
92       
93    - 1.17alpha1 :
94   
95        - User/Group deletion code in edpykota rewritten.
96       
97    - 1.16 :
98   
99        - Preliminary documentation on how to use OpenOffice.org
100          to create personnalized reports for PyKota + PostgreSQL.
101         
102        - Spanish installation guide for CUPS+PyKota+PostgreSQL
103          added to the documentation. Doesn't yet document v1.16
104          though.
105       
106        - Portuguese Portuguese translation replaces Brasilian
107          Portuguese Translation. Brasilian portuguese
108          translation is still available under the 'br' locale.
109       
110    - 1.16beta3 :
111   
112        - Swedish translation added.
113       
114        - Small fix in documentation.
115       
116    - 1.16beta2 :
117   
118        - Small fix for job cancelling code while job already
119          printing in CUPS backend.
120         
121        - Big fix wrt printing policies for unknown users. 
122       
123    - 1.16beta1 :
124   
125        - Manpages upgraded.
126       
127    - 1.16alpha26 :
128   
129        - Job price is now computed like this :
130       
131          SUM((NbPages * PricePerPage) + PricePerJob)
132         
133          For current printer and all the printers groups it is
134          a member of, if any.
135         
136          This may be difficult to grasp, but offers unprecedented
137          flexibility.
138         
139    - 1.16alpha25 :
140   
141        - Email address can be set at user creation time,
142          using the following syntax :
143         
144            $ edpykota --add username/email@yourdomain.com
145       
146    - 1.16alpha24 :
147   
148        - CGI script now can show the printing history.
149       
150        - Bug wrt number of copies should be fixed.
151       
152        - Major code refactoring => It is now possible to
153          automatically add printers on first print.
154       
155    - 1.16alpha23 :
156   
157        - Fixed potential accuracy problem if a user printed on
158          several printers at the very same time.
159       
160    - 1.16alpha22 :
161   
162        - edpykota now allows adding printers to printer groups
163       
164    - 1.16alpha21 :
165   
166        - Allows the dot in user and printer names.
167       
168        - Printer groups are now cached too.
169       
170    - 1.16alpha20 :
171   
172        - Fixed several small bugs with the help of PyChecker.
173       
174    - 1.16alpha19 :
175     
176        - Fixed a bug in PostgreSQL backend's code.
177       
178    - 1.16alpha18 :
179   
180        - Initial code for printer groups support. Printer groups have
181          to be added with external tools like psql or gq for example.
182          Printer groups seems to work fine with users. Untested with user
183          groups for now.
184
185        - Several minor visual problems fixed in reports.
186       
187        - Fixed a bug in LDAP date handling.
188       
189        - Fix for LDAP problem with some combination of OpenLDAP + Python-LDAP
190          + some particular settings.
191         
192        - mailandpopup.sh shell script added. See sample configuration file
193          for details.
194       
195        - Several environment variables are now exported when executing
196          external commands (accounters, requesters, mailers) :
197           
198            PYKOTAUSERNAME => user who is printing
199            PYKOTAPRINTERNAME => printer on which the job is being sent
200            PYKOTATITLE => Job's title
201            PYKOTAFILENAME => Job's filename
202            PYKOTACOPIES => number of copies asked
203            PYKOTAOPTIONS => print command options (-o with CUPS)
204         
205    - 1.16alpha17 :
206   
207        - Added portugues translation.
208       
209        - Major code refactoring in accounters.
210       
211    - 1.16alpha16 :
212   
213        - Code refactoring, and addition of a real HTML reporter, to
214          have nice looking and useful web based reports (in the future).
215       
216        - Added utolower configuration option to convert all usernames
217          to lowercase during printing.
218         
219    - 1.15alpha15 :
220   
221        - Now includes the papwaitprinter.sh shell script to wait for
222          AppleTalk enabled printers.
223         
224    - 1.16alpha14 :
225   
226        - Now printing on a printer not defined in the Quota Storage,
227          results in the job being cancelled or stopped, depending
228          on the printing system.
229         
230    - 1.16alpha13 :
231   
232        - Small bugfix wrt Python v2.1
233       
234        - If username is an empty string, user root is assumed.
235       
236        - 'postgresql' is not recognized anymore as a storage backend,
237          you have to use 'pgstorage' instead. 'postgresql' used to
238          be supported for compatibility with very old PyKota versions,
239          this is not the case anymore.
240         
241    - 1.16alpha12 :
242   
243        - Job price added to job history, to keep accounting correct
244          if a printer price per page or per job is modified and the
245          history is not reset : the history would have given a false
246          amount of money charged before the printer's prices were
247          modified, this addition solves the problem.
248         
249    - 1.16alpha11 :
250   
251        - Some preliminary modifications to the database structure for
252          PostgreSQL and OpenLDAP. A script to upgrade a PostgreSQL
253          database is now provided. LDAP attributes now support
254          eq, pres and sub indexes.
255         
256        - Job history now contains additional informations : 
257          number of copies, filename, title and print options.
258         
259    - 1.16alpha10 :
260       
261        - Some modifications done to external policy handling.
262          See sample configuration file for details.
263   
264        - Spanish translation added.
265       
266    - 1.16alpha9 :
267   
268        - mailto can be set to external(...) to warn users above
269          quota with any command of your choice (e.g. linpopup).
270          Several parameters are available, see sample configuration
271          file for details.
272         
273    - 1.16alpha8 :
274   
275        - Now cupspykota transmits SIGTERMS to the original 
276          backend when the user deletes a job being processed.
277         
278        - The documentation is now licensed under the terms of the
279          GNU GPL too.
280         
281    - 1.16alpha7 :
282   
283        - The CUPS backend is now fully functionnal (it seems).
284       
285        - From now on, the use of the pykota filter with CUPS
286          is deprecated. The pykota filter still has to be
287          used with LPRng though.
288       
289    - 1.16alpha6 :
290   
291        - Bug fixed : when edpykota was used to add a printer
292          with no user or group name, a bad user/group name "*" was
293          added to the database.
294         
295    - 1.16alpha5 :
296   
297        - New CUPS backend supports device enumeration !
298          This means that NO manual CUPS configuration has to
299          be done. All can now be done from CUPS web interface.
300       
301    - 1.16alpha4 :
302   
303        - New CUPS backend added.
304       
305    - 1.16alpha3 :
306       
307        - Minimal FAQ document added.
308       
309    - 1.16alpha2 :
310   
311        - CGI script now partially supports browser's language preference
312       
313    - 1.16alpha1 :
314   
315        - Ensures that the LDAP connection is really closed at end.
316       
317        - More complete error messages in case of LDAP operation failure.
318       
319    - 1.15 :
320     
321        - Documentation improved.
322       
323    - 1.15beta :
324   
325        - Command line tools now accept multiple printer
326          names or wildcards, separated with commas.
327         
328    - 1.15alpha9 :
329   
330        - External policy can be used to auto-add unknown users
331          and any other interesting things you may want to do.
332          WARNING : You can't auto-add printers for now.
333          They have to be created manually before.
334          Look at sample configuration file for examples.
335         
336    - 1.15alpha8 :
337   
338        - Job history can be disabled if needed.
339          This feature may be useful for people who use the LDAP
340          backend and don't want their LDAP tree to grow out of
341          control.
342       
343    - 1.15alpha7 :
344   
345        - More work done on caching wrt groups.
346       
347    - 1.15alpha6 :
348   
349        - Performance bottleneck with LDAP solved.
350       
351    - 1.15alpha5 :
352   
353        - Caching mechanism for all database queries.
354
355    - 1.15alpha4 :
356   
357        - Problem with Python 2.3 fixed. Needs some definitive
358          modification.
359         
360    - 1.15alpha3 :
361   
362        - CGI script now tries to restrict view when the
363          REMOTE_USER environment variable is set. This allows
364          people to protect its use with .htaccess files.
365          When unprotected, or if REMOTE_USER is 'root', then
366          unrestricted access is granted.
367          NB : REMOTE_USER is automatically set by the web server
368          (e.g. Apache) when a page with restricted access is viewed.
369         
370    - 1.15alpha2 :
371   
372        - Better detection of LPRng.
373       
374        - Outputs a warning if printing system is unknown.
375       
376    - 1.15alpha1 :
377   
378        - Bug fix in SQL code.
379       
380    - 1.14 :
381   
382        - The PostgreSQL database connection is now always closed before
383          exit. The LDAP database connection too, but it didn't suffer
384          from the problem anyway, AFAICT.
385       
386    - 1.14beta2 :
387   
388        - An LDAP-specific configuration field was introduced, usermail.
389          Use it to specify which LDAP attribute contains a valid email
390          address for the user. See sample configuration file for
391          details.
392       
393    - 1.14beta :
394   
395        - Two new LDAP-specific configuration fields were introduced,
396          newuser and newgroup. Use them to specify if you want to add
397          quota information to existing entries or elsewhere.
398          See sample configuration file for details.
399         
400    - 1.14alpha9 :
401   
402        - Documentation improved.
403       
404        - pykotme now also prints the user's account balance value
405          if the user is registered in the Quota Storage and his
406          limiting factor is "balance".
407         
408    - 1.14alpha8 :
409   
410        - bin/waitprinter.sh is now included to wait for
411          SNMP enabled printers to be idle again before
412          asking for their internal page counter.
413          See sample configuration file for details.
414         
415    - 1.14alpha7 :
416   
417        - edpykota now doesn't check if the user/group is above
418          quota. The check is only done at print time. This
419          prevents the sending of email messages when creating
420          user quotas if quota is already reached at creation
421          time.
422         
423    - 1.14alpha6 :
424   
425        - Configuration file split and moved to /etc/pykota/pykota.conf
426          and /etc/pykota/pykotadmin.conf to prevent simple users to
427          have Read/Write access to the Quota Database.
428          Don't forget to :
429         
430                $ chmod 640 /etc/pykota/pykotadmin.conf
431               
432        - storageuser and storageuserpw configuration fields reintroduced
433          for the same reason.
434         
435        - Code cleaning for future implementation of email addresses
436          support in the PostgreSQL and LDAP backends.
437         
438    - 1.14alpha5 :
439       
440        - Big bug fixed when changing the prices for a printer
441       
442    - 1.14alpha4 :
443   
444        - When adding an user, the user itself and its account balance
445          are now added in the same LDAP entry. Before they were added
446          as two different LDAP entries.
447         
448    - 1.14alpha3 :
449   
450        - Email field added to PostgreSQL database. An upgrade script
451          is included in initscripts/postgresql.
452       
453    - 1.14alpha2 :
454   
455        - Typo fixed when using the --prototype option to edpykota
456       
457    - 1.14alpha1 :
458   
459        - Poor man's treshold included : users with a low account
460          balance (below 1.0 by default, configurable) are sent
461          a warning message.
462         
463        - All warning messages to users are now configurable. 
464          NB : Warning messages to the administrator are not.
465       
466    - 1.13 :
467   
468        - Some small fixes wrt group handling.
469       
470        - The whole module code was passed through PyChecker and
471          several small code inconsistencies were fixed,
472          as well as a bug in the groups code.
473         
474    - 1.13alpha1 :
475   
476        - Bug fix wrt LDAP.
477       
478    - 1.12 :
479   
480        - More complete test added in edpykota.
481       
482    - 1.12alpha2 :
483   
484        - The previous bug fix was incomplete. This is corrected.
485       
486    - 1.12alpha1 :
487   
488        - Small bug fix.
489       
490    - 1.11 :
491   
492        - Now includes the pykotme command line tool, to produce
493          printing quotes for users.
494         
495    - 1.10 :
496   
497        - Bug fixed wrt quota reports when print limiting is by
498          account balance.
499         
500    - 1.09 :
501   
502        - Translations finalized.
503       
504        - Manpages updated.
505       
506        - Installation documentation improved wrt LDAP support.
507       
508    - 1.09beta2 :
509   
510        - The CGI script for quota reports works again, and
511          is much more powerful.
512       
513    - 1.09beta :
514   
515        - edpykota finalized
516       
517    - 1.09alpha2 :
518   
519        - LDAP schema modified a bit. Please upgrade.
520       
521        - LDAP backend works !
522       
523        - repykota and warnpykota allow the root user to pass
524          users or groups names on the command line. Users
525          and groups names may contain wildcards.
526         
527        - repykota and warnpykota only reports or warns the
528          current user when launched by non-root users.
529         
530        - Minor bug fixes. 
531   
532    - 1.09alpha1 :
533   
534        - More work on LDAP storage backend. Many options
535          were added to /etc/pykota.conf to give some
536          hints to the LDAP storage backend.
537         
538        - Severe database access optimizations were done by
539          rewriting most of the Quota Storage backends drivers.
540     
541    - 1.08 :
542   
543        - Major bug fix wrt LPRng support for remote jobs.
544       
545        - Major bug fix wrt increase/decrease account balances.
546       
547    - 1.08alpha8 :
548   
549        - Code refactoring.
550       
551        - A single user/password pair is used to connect
552          to the database backend. The storageuser configuration
553          field, and its associated passwords storageuserpw, are
554          not used anymore.
555         
556        - You can now set PyKota in debug mode, see sample configuration 
557          file for details.
558          WARNING : only Quota Storage backend queries are logged in
559          debug mode, for now.
560       
561    - 1.08alpha7 :
562   
563        - Very latest LDAP schema.
564       
565        - Code enhancement wrt easy pluggability of PyKota attributes
566          and object classes into an existing LDAP directory.
567       
568    - 1.08alpha6 :
569   
570        - Minor bug corrections
571       
572        - More work on LDAP : new schema
573       
574    - 1.08alpha5 :
575   
576        - More good work on LDAP storage.
577          repykota now works reasonably well with the sample LDAP directory.
578       
579    - 1.08alpha4 :
580   
581        - LDAP schema included.
582          THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS.
583          LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA
584          MAY CHANGE IN THE FUTURE. PLEASE TELL US
585          WHAT YOU THINK ABOUT THIS SCHEMA ON THE
586          MAILING LIST.
587         
588    - 1.08alpha3 :
589   
590        - External accounting methods were partly rewritten :
591         
592          - No more "broken pipe" should happen.
593         
594          - They now take care of the number of copies
595            This may be unneeded though, if the postscript
596            file already does this, because this would
597            overcharge users (number of copies counted
598            two times). NEEDS MORE TESTING.
599           
600          - The sample configuration file now contains 
601            an external accounting method example which should
602            work with all DSC compliant Postscript files.
603           
604        - Some small bugs were fixed.   
605       
606    - 1.08alpha2 :
607   
608        - Now works with net-snmp v5.0 and above.
609          It already worked, but the sample configuration
610          file didn't contain appropriate values...
611       
612    - 1.07 : Release of the Shame !
613   
614        - The external accounting methods driver was left out of
615          the CVS tree. Nobody could use it since it wasn't included !
616         
617    - 1.06 :
618   
619        - Severe bug fixed : if you had a printer in
620          power saving state which couldn't answer immediately,
621          a bug was triggered.
622          It was caused by a bad copy/paste which
623          forgot to import a Python module at run time.
624         
625    - 1.05 :
626   
627        - External accounters are finally available !
628          This means that you can plug any page accounting
629          method you like by setting the appropriate
630          'accounter' field in /etc/pykota.conf
631          See the sample conf/pykota.conf.sample to
632          learn how to do.
633         
634          NB : Both 'external' and 'stupid' accounting methods
635               account a job size just before *this* job is
636               sent to the printer.
637               The original 'querying' method accounts a job
638               size just before *the next* job is sent to
639               the printer.
640       
641    - 1.05alpha3 :
642   
643        - A 'stupid' and unreliable accounting method was
644          implemented to serve as an example on how to
645          do this sort of things. This method only counts
646          the 'showpage' statements in the input data.
647          See sample configuration file for details.
648          Pluggable accounting methods work, but I advise
649          you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE.
650          It is not reliable enough to be used.
651          Use the 'querying' accounting method instead.
652         
653    - 1.05alpha2 :
654   
655        - Pluggable accounting methods.
656       
657        - Better error handling.
658       
659    - 1.05alpha1 :
660   
661        - SECURITY file added to help improve PyKota's security.
662       
663        - Extracting the printer's internal page counter is now
664          tried several times, waiting several seconds between
665          two tries. This lets the time to warm up for some printers
666          which don't answer when they are sleeping (my Apple
667          LaserWriter 16/600 PS is in this case, maybe others too)
668         
669        - Small display bug fixed in repykota
670         
671    - 1.04 :
672   
673        - Default print policy for users/groups unknown from
674          the print quota system is now DENY instead of ALLOW,
675          since ALLOW can generate inaccurate results
676          (incorrect job sizes charged to the wrong persons)
677         
678        - LPRng support works !
679       
680        - A bug was introduced some time ago wrt printers' default
681          policy for unknown users. It is now corrected.
682       
683        - repykota now displays prices per job and per page for each
684          printer, if they are defined.
685         
686        - Minor display bug fixed in repykota.
687       
688        - Problem when running repykota with an empty database was fixed.
689       
690    - 1.03 :
691   
692        - Upgrade script included for earlier versions.
693          Please look inside the initscripts subdirectory.
694          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
695         
696        - repykota now reports account balances too.
697       
698        - PyKota now has a nice logo, see the logos
699          subdirectory.
700       
701        - Manual pages were finally updated.
702       
703        - Group quotas seem to work now !
704       
705        - The new database schema allows to keep an history of all
706          jobs as well as charge users per page and/or per job,
707          and track users' account balance.
708         
709        - edpykota now accepts much more command line options to 
710          use the new functionnalities. See edpykota --help for
711          details.
712         
713        - The installation script now allows to install the sample
714          configuration file during first installation.
715         
716        - More group quota code works, but still not finished. 
717       
718        - The CGI script displays a link to PyKota's website.
719       
720        - The job history is now kept, this will allow per-period
721          reports in the future.
722         
723        - After having modified the quota for an user with edpykota,
724          a quota check is done to eventually warn the user/admin about
725          a quota which is too low to print.
726         
727        - A workaround is provided for HP Printers : their internal
728          page counter is only saved to NVRAM in a 10 increment, so
729          if you switch them off and then on, the reported page counter
730          may be lower than the real number of pages printed.
731          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
732          We unconditionnally set the last job's page count to
733          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
734          in this case.
735          For a more accurate accounting, never switch your HP printers
736          off.
737         
738        - A fix is provided for printers which only have a volatile 
739          page counter (reset to 0 every time you switch the printer on)
740          This should allow PyKota to work reasonably fine with HP Laserjet
741          4L/5L/6L, not perfect, but better than nothing.
742          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
743          For a more accurate accounting, never switch your HP printers
744          off. This is untested, please report any problem.
745         
746        - A bug was fixed when edpykota --add was used with users who already
747          had a quota on the specified printer.
748         
749        - A small display bug in repykota was introduced in preliminary
750          1.03 versions, and fixed later on.
751         
752        - Some minor bugs which happened in rare situations were fixed.
753       
754        - Support for AppleTalk printers was added, see sample configuration
755          file for details.
756         
757        - Users and group printing can now be controlled (limited) either by 
758          print quota or by account balance.
759       
760    - 1.02 :
761   
762        - The installation script now checks for software availability
763          and in case a software is missing asks the user if he
764          wants to continue with the installation or abort it.
765         
766        - The configuration file pykota.conf is now expected to be
767          found in /etc instead of in /etc/cups
768          The installation script prompts the user to see if he
769          wants to move an old configuration file to the new location
770          if needed.
771         
772        - Improved documentation.
773       
774        - You can now set the tcp/ip port on which the Quota Storage
775          Server is listening, see sample configuration file for details.
776       
777        - Better general error handling.
778       
779        - Upgrade script for pre 1.01 PostgreSQL database schema is now
780          included as well.
781       
782    - 1.01 :
783   
784        - The configuration file now accepts an option   
785          to choose the recipient(s) of the email messages :
786         
787            - DevNull means no one will receive them.
788            - User means only the user will receive them.
789            - Admin means only the admin will receive them.
790            - Both means the User and the Admin will receive them.
791           
792        - The configuration file now uses hard-coded default values
793          when an option is not set. See sample configuration file
794          for details.
795         
796        - Manual pages are included since 1.00, but I forgot to   
797          add this information to this file.
798         
799        - Redistribution terms for the official package have 
800          softened and are now fully GPL compatible :
801          unrestricted modification is now allowed even for
802          the version number.
803         
804    - 1.00 :
805   
806        - edpykota now accepts a --noquota option. This
807          disable quota checking while still doing page
808          accounting. This is really useful for people
809          who don't want to limit their users but want
810          to know how much pages they print.
811         
812        - Some untested scripts were added to retrieve
813          the life time page counter of non-SNMP printers.
814         
815        - Every directory now has a specific README file. 
816       
817    - 0.99 :
818   
819        - Under some circumstances while the user wasn't allowed
820          to print, he didn't receive any email message. It is
821          now fixed.
822         
823        - When an user wasn't allowed to print, the quota for
824          the previous user wasn't updated. This is now fixed.
825         
826    - 0.98 :
827   
828        - Correctly handle the case where the printer is switched off.
829       
830        - Small bug wrt syslog fixed.
831       
832    - 0.97 :
833   
834        - edpykota accepts wildcards on its command line for users/groups too
835          if the --add option is not set, e.g. :
836         
837              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
838             
839        - If no user name is passed at all, then a default wildcard of "*"
840          which means apply the command on ALL users for this printer is used.
841         
842        - Small bug fixes.
843       
844    - 0.96 :
845
846        - Options requester, policy, admin, adminmail and gracedelay can now
847          be set either globally or per printer. The printer option has
848          priority if both are defined.
849
850        - More powerful configuration parser.
851       
852        - If all options are defined globally, there's no need to
853          define a section for each printer in the configuration
854          file anymore. Just define a [global] section and it's ok.
855
856    - 0.95 :
857
858        - External requesters for printers finally added.
859
860        - Full internationalization (english and french are supported)
861 
862        - More complete quota usage report
863
864        - CGI script to access to the quota usage report
865
866        - Several bugs fixed.
867
868
869    - 0.9 :
870
871        - First public version
Note: See TracBrowser for help on using the browser.