root / pykota / trunk / NEWS @ 3007

Revision 3007, 80.0 kB (checked in by jerome, 18 years ago)

Version + log.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
2
3PyKota - Print Quotas for CUPS and LPRng
4
5(c) 2003, 2004, 2005, 2006 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20============================================================
21
22PyKota NEWS :
23       
24    - 1.25alpha10 (2006-09-03) :
25   
26        - Permissions on cupspykota are now correctly set after
27          installation.
28         
29        - Added a workaround to incorrect charset through the add
30          of the python-chardet module as a dependency.
31         
32    - 1.25alpha9 (2006-08-10) :
33   
34        - Fixed a problem when an SMTP error occured and the recovery
35          routine failed to handle it correctly.
36         
37    - 1.25alpha8 (2006-07-11) :
38   
39        - Fixed a problem in the MySQL schema.
40       
41    - 1.25alpha7 (2006-06-20) :
42   
43        - Fixed some date formatting problems when retrieving the
44          printing history with MySQL.
45         
46        - Began code cleaning. 
47         
48    - 1.25alpha6 (2006-06-13) :
49   
50        - pkusers now supports the --email command line switch.
51          The old method to set the email address is still supported,
52          but the new one allows the email address to be modified
53          as well.
54         
55    - 1.25alpha6 (2006-06-09) :
56   
57        - Fixed the incorrect overwriting of the original billing
58          code if the overwrite_jobticket directive was used.
59         
60    - 1.25alpha5 (2006-06-03) :
61   
62        - Fixed minor issues with pkipplib's usage.
63       
64        - Fixed MySQL schema to workaround some "features"...
65       
66    - 1.25alpha4 (2006-05-23) :
67   
68        - Introduced the 'askconfirmation' directive to interact with
69          the end user through any script (pknotify is recommended)
70          and see if he really wants to print when knowing the cost
71          of the job.
72         
73        - Now uses pkipplib if present to directly retrieve the job
74          information from the CUPS server over IPP.
75         
76    - 1.25alpha3 (2006-05-11) :
77   
78        - Added a lock to ensure that a single cupspykota backend
79          is processing datas for a particular print queue at any
80          given time.
81         
82        - Now exports more environment variables for the subprocesses.
83         
84    - 1.25alpha2 (2006-05-03) :
85   
86        - Fixed some problems with DateTime objects.
87       
88        - Added support for PySNMP v4.x in addition to 3.4.x.
89       
90    - 1.25alpha1 (2006-04-14) :
91   
92        - Make the MySQL schema work with old releases of MySQL.
93       
94        - Fixed several character encoding problems.
95         
96        - Ensures that the denied banners counter is properly initialized
97          with relationnal databases.
98         
99    - 1.24 (2006-04-08) :
100   
101        - Improved documentation and packaging stuff.
102       
103    - 1.24beta (2006-03-26) :
104   
105        - Finalized the pknotify command.
106       
107        - Updated the messages catalogs for translations.
108       
109    - 1.24alpha18 (2006-03-15) :
110   
111        - Now uses MIME encapsulation for email messages to avoid
112          some problems with 8 bits messages being rejected.
113         
114    - 1.24alpha17 (2006-03-06) :
115   
116        - Fixed a major problem in the PostgreSQL backend.
117       
118        - pknotify can now check a remote user's name and password.
119       
120    - 1.24alpha16 (2006-03-02) :
121   
122        - Introduced the pknotify command line tool to dialog
123          with remote PyKotIcon applications.
124         
125    - 1.24alpha15 (2006-03-02) :
126       
127        - optimized pkbcodes, pkprinters and pkusers using edpykota as
128          the model.
129       
130        - 'edpykota --list' and 'pkusers --list' are now authorized
131          to mere mortal users, but the list is restricted to informations
132          about the current user.
133       
134        - Extended the functionnality of the 'onbackenderror' directive to
135          allow for configurable retries.
136         
137    - 1.24alpha14 :
138   
139        - Finished optimizations in edpykota and fixed some minor
140          problems with LDAP.
141         
142    - 1.24alpha13 :
143   
144        - Introduced the pkusers command line tool to manage users and 
145          users groups. This command doesn't deal with print quota entries,
146          which continue to be managed through the edpykota command line
147          tool.
148         
149        - Major rewrite and incompatible changes to command line options
150          in edpykota. This command now only deals with print quota
151          entries. Printers, users (or users groups) now have to be created
152          first using pkprinters or pkusers.
153         
154    - 1.24alpha12 :
155   
156        - Introduced the 'duplicatesdelay' directive to specify after
157          which duration two duplicate jobs are not considered duplicate
158          jobs anymore.
159         
160        - Introduced the 'balancezero' directive to specify any value 
161          as the balance limit instead of 0.0. This can allow admins to
162          give a few free credits to users, for example.
163         
164    - 1.24alpha11 :
165   
166        - Huge speed improvements when modifying billing codes and
167          printers.
168       
169        - Both pkbcodes and pkprinters now display the percent done
170          for all actions.
171         
172        - The pkinvoice invoice generator command line utility is now
173          included.
174         
175    - 1.24alpha10 :   
176   
177        - Huge speed improvements when deleting users, printers, and
178          billing codes.
179         
180    - 1.24alpha9 :
181   
182        - Preliminary support for MySQL, thanks to Matt Hyclak.
183       
184    - 1.24alpha8 :
185   
186        - The 'preaccounter' configuration directive was introduced to control
187          which parser to use for precomputation of the job's size. When unset,
188          the internal parser is used just like it was previously. See
189          conf/pykota.conf.sample for more details.
190         
191        - Now subprocesses launched through the overwrite_jobticket directive
192          can also output 'CANCEL', to represent the user's own choice to
193          cancel the print job.
194         
195    - 1.24alpha7 :
196     
197        - pkbanner now handles new print limiting modes correctly.
198       
199        - The cupspykota backend wrapper now accepts to be interrupted
200          with a kill -INT. This causes an immediate and clean abort
201          of the current print job.
202         
203        - Matt Hyclak contributed the possibility to store the printing
204          history in a MySQL database. See the contributed/ directory
205          for details.
206         
207        - Added 2006 to the copyright's years.
208       
209    - 1.24alpha6 :
210   
211        - Fixed internal SNMP and PJL handling code for very fast
212          printers : PyKota didn't see them going from 'idle'
213          to 'printing' to 'idle' again.
214         
215        - Now waitprinter.sh accepts SNMP version number and
216          community name as arguments, thanks to Brandon
217          Holbrook.
218         
219        - Now command line errors and Ctrl+C repectively cause
220          PyKota commands to exit with status -2 and -3.
221         
222    - 1.24alpha5 :
223   
224        - All command line tools now accept -A | --arguments filename.args
225          as a way to bypass the shell's maximal command line size :
226          just put each argument on a line by itself in a file, and
227          pass the file's name as the -A | --arguments command line
228          option's argument. For now this won't be documented in
229          commands' helps.
230         
231        - dumpykota can now dump the complete database in XML
232          format.
233         
234    - 1.24alpha4 :
235   
236        - Added support for the SQLite3 backend.
237          See pykota/initscripts/sqlite/README.sqlite
238       
239    - 1.24alpha3 :
240   
241        - Fix for mailandpopup.sh : smbstatus can't be run setuid,
242          so we regain priviledges before running an external
243          mailto directive.
244       
245    - 1.24alpha2 :
246   
247        - Introduce the "onbackenderror" directive in pykota.conf, to
248          control if the user must be charged or not whenever a real
249          CUPS backend fails. The default value is 'nocharge'.
250          Set it to 'charge' if you think your users can cause a CUPS
251          backend to fail.
252         
253        - Now mark original backends related problems as such in the
254          printing history. Modified printquota.cgi and pykota.css
255          to make them be more visible.
256         
257    - 1.24alpha1 :
258   
259        - Fixed a problem which caused backend errors to be ignored.
260       
261        - The sample LDIF file now contains the two necessary user
262          entries to have an LDAP PyKota Admin and an LDAP PyKota
263          ReadOnly user. The sample configuration files were updated
264          to contain the default passwords used in the LDIF file.
265         
266        - dumpykota is now more strict when checking arguments.   
267       
268    - 1.23 :
269   
270        - Many minor bug fixes and code cleaning.
271       
272        - Improved documentation.
273       
274        - Added Polish translation.
275       
276        - Improved French and Swedish translations.
277       
278    - 1.23beta :
279   
280        - Now the mailto directive is honored in all cases where the job is
281          denied or a warning has to be issued, and the correct reason
282          can be sent back to the user.
283         
284        - The PYKOTAREASON environment variable, if defined, contains the 
285          textual reason why the job was denied or a warning has to be
286          issued.
287       
288    - 1.23alpha31 :
289   
290        - Added support for --maxjobsize, --passthrough and --nopassthrough
291          in pkprinters. These modes are now also honored when printing.
292         
293        - Allows the admin to restrict the number of print queues which will
294          be treated by pkturnkey by passing queues' names as additionnal
295          arguments on pkturnkey's command line.
296         
297        - pkturnkey now supersedes pkhint with the help of the -c | --doconf
298          command line option.   
299         
300    - 1.23alpha30 :
301   
302        - Database changes : you MUST use upgrade-to-1.23.sql again if you
303          use PostgreSQL, or copy the new schema and restart your LDAP
304          server if you use LDAP.
305         
306        - The -C | --comment command line switch was added to edpykota to 
307          attach textual information to modifications done to a user's
308          account balance.
309         
310        - The -l | --limitby command line switch to edpykota was modified 
311          to allow 'noquota', 'nochange', and 'noprint'. See the edpykota
312          command's help or manual page for details.
313         
314        - The -i | --ingroups command line switch to repykota allows 
315          PyKota Administrators to only lists members of the specified
316          group or groups (separated with commas).
317         
318        - The -I | --increase command line switch to edpykota allows
319          to increase or decrease page limits.
320         
321        - Added the precomputed job's size and price to the history
322          for controlling purpose.
323       
324    - 1.23alpha29 :
325   
326        - Fixed a small problem with billing codes.
327       
328        - Exports some environment variables earlier, to render the script
329          launched by the overwrite_jobticket directive more powerful.
330         
331        - Now autopykota also creates print quota entries for the user on the
332          printers groups the current printer is a member of.
333         
334    - 1.23alpha28 :
335   
336        - Added users groups management to pkturnkey.
337       
338        - Fixed umask in setup script.
339       
340    - 1.23alpha27 :
341   
342        - Replaced the --dryrun command line option by the --force
343          command line option in pkturnkey, with exactly the opposite
344          effect (for security reasons).
345         
346    - 1.23alpha26 :
347   
348        - Allows parametrized pjl and snmp hardware accounting methods,
349          to be able to respectively set the TCP port and the SNMP
350          community.
351         
352    - 1.23alpha25 :
353   
354        - Added a --dryrun command line switch to pkturnkey.
355       
356        - Improved pkturnkey's general usability.
357       
358        - Added a manpage for pkturnkey.
359       
360    - 1.23alpha24 :
361   
362        - Allows different databases to be used depending on the
363          user's rights. This allows PyKota admins to directly
364          use a master LDAP server for read+write, while letting
365          normal users using the replicas for readonly access.
366          NB : using different storage backends is also possible,
367          but you're on your own there.
368         
369    - 1.23alpha23 :
370   
371        - Fixed a problem with banner accounting.
372   
373        - Introduction of the new 'pkturnkey' command line tool.
374       
375    - 1.23alpha22 :
376   
377        - The cupspykota backend was almost entirely rewritten from scratch.
378          It's now much more readable, maintainable, etc...
379         
380        - LPRng support is OFFICIALLY dropped for now. LPRng users are 
381          advised to download earlier releases or purchase the
382          PyKota v1.22HotFix1 Official release. LPRng support
383          MIGHT be re-added later.
384       
385    - 1.23alpha21 :
386     
387        - Fix for IPP requests which contain more than a single
388          job-originating-host-name attribute.
389         
390    - 1.23alpha20 :
391   
392        - Added the overwrite_jobticket directive. See pykota.conf.sample
393          for how to use it.
394         
395    - 1.23alpha19 :
396   
397        - Fixed an LDAP filtering problem when managing billing codes.
398       
399        - Added the unknown_billingcode directive. See pykota.conf.sample
400          for how to use it.
401       
402    - 1.23alpha18 :
403     
404        - Added the dump_bfd.php contribution.
405       
406        - Several fixes in the internal PJL accounter.
407       
408        - Now autopykota doesn't create unneeded print quota entries anymore.
409       
410        - Increased the timeout in the PJL hardware accounting code to
411          accomodate some printers (HP5000 at least).
412         
413    - 1.23alpha17 :
414   
415        - pkpgcounter is now distributed separately only. This
416          means that people must now download and install pkpgcounter
417          v1.56 or higher prior to being able to run PyKota.
418         
419        - Removed all the autoconf/automake stuff which was outdated 
420          and confusing.
421         
422    - 1.23alpha16 :
423     
424        - Extracted the GPL blurb from all commands' help, and use
425          a static version only once. This saves space big time, and
426          eases future translations.
427         
428    - 1.23alpha15 :
429   
430        - pkbcodes now works with the PostgreSQL backend.
431          NB : PLEASE RUN upgrade-to-1.23.sql AGAIN !!!
432       
433    - 1.23alpha14 :
434   
435        - Logs a warning when the user/group doesn't exist when running
436          edpykota.
437         
438    - 1.23alpha13 :
439   
440        - Minor fix for user groups because of latest database changes.
441       
442    - 1.23alpha12 :
443   
444        - Big database changes, use the migration scripts !
445       
446    - 1.23alpha11 :
447   
448        - Small fix to the PCL3/4/5 parser for some drivers.
449       
450    - 1.23alpha10 :
451   
452        - Fixed a bad exception name in cupspykota when parsing IPP messages.
453       
454        - Improved the IPP messages module : it can now generate IPP messages
455          in addition to parsing them.
456       
457    - 1.23alpha9 :   
458   
459        - The denyduplicates directive now accepts a command line as an
460          argument beside yes/no. The command is launched and must
461          print either ALLOW or DENY to its standard output. Then the
462          job gets allowed or denied by PyKota.
463          This will allow user interaction in the near future.
464         
465        - Introduced the new 'striptitle' directive to remove ugly prefixes
466          from print job's titles whenever a new print job is submitted.
467         
468        - Fixed internal SNMP accounter for printers which only have a life time
469          page counter, and not a volatile page counter.
470         
471    - 1.23alpha8 :
472   
473        - The data dumper can now summarize payments and history with the
474          help of the --sum command line option (or checkbox in the CGI).
475         
476        - The message used when the job's filename, title and options are
477          hidden because of the privacy directive is now translated at
478          retrieval time, instead of at saving time.
479         
480        - Minor fix in the LDAP backend code. 
481         
482    - 1.23alpha7 :
483   
484        - Improvements to the internal PJL and SNMP accounter : now should
485          support more printers and waste less time.
486         
487    - 1.23alpha6 :
488   
489        - The data dumper's start= and end= date filtering options now
490          accept a positive or negative offset to be added to the special
491          keywords 'yesterday', 'today', 'now', 'tomorrow'.
492          e.g. : dumpykota --data history start=yesterday-5 end=today
493         
494    - 1.23alpha5 :
495   
496        - The data dumper's start= and end= date filtering options now accept
497          the special keywords 'yesterday', 'today', 'now' and 'tomorrow'.
498         
499    - 1.23alpha4 :
500   
501        - The data dumper now accept start= and end= to specify the starting
502          and ending dates to dump the history.
503         
504    - 1.23alpha3 :
505   
506        - The destination link for the logo used in CGI scripts is
507          configurable.
508         
509        - Data dumper improved : it's faster and now datas are correctly
510          escaped.
511       
512        - The URL to the logo displayed in the CGI scripts is configurable.
513       
514    - 1.23alpha2 :
515   
516        - Fixed edpykota --prototype with balance.
517       
518        - Major rewrite of the IPP message parsing code to definitely
519          fix the job-originating-hostname IPP attribute problem.
520       
521    - 1.23alpha1 :   
522   
523        - Sets current username to the user CUPS runs as instead of "root"
524          when printing test pages from CUPS' web interface (because
525          the username is empty in this case).
526         
527        - Fix for strange values in job-originating-hostname
528       
529    - 1.22 :
530   
531        - Big improvements to the documentation.
532       
533    - 1.22beta :
534   
535        - Improved stability in pykotme and pykotme.cgi.
536       
537        - Fixed a permission problem in pykotme and pykosd.
538       
539        - Fixed an inconsitency between SQL and LDAP backends'
540          behavior in edpykota.
541         
542        - Improved stability and allowed tracebacks in CGI scripts.
543       
544        - Improved pykotme.cgi
545         
546    - 1.22alpha8 :
547   
548        - Fixed history retrieval for nonexisting printers or users.
549       
550        - Clicking on the billing code in printquota.cgi's job history
551          now shows all jobs matching this billing code.
552         
553        - Fixed the dump in CUPS' page_log format which didn't
554          dump the oldest entry.
555         
556        - The data dumper now accepts billingcode= and hostname= as
557          filters when dumping the job history.
558         
559        - The job billing code if present is now saved into the database,
560          and exported to subprocesses as the PYKOTAJOBBILLING environment
561          variable.
562         
563        - Ctrl+C now makes PyKota commands exit without a traceback.
564       
565        - Fixed an i18n problem with Python 2.1
566       
567    - 1.22alpha7 :
568   
569        - Fixed some problems with the retrieval of the history from LDAP.
570       
571    - 1.22alpha6 :
572   
573        - Early errors now produce meaningful error messages (finally !)
574       
575    - 1.22alpha5 :
576       
577        - SNMP and PJL improvements with regard to PowerSave / StandBy.
578       
579    - 1.22alpha4 :
580   
581        - Fixed charset problem under MacOSX.
582       
583        - Allows pkbanner to accept more info to display on its
584          command line.
585         
586    - 1.22alpha3 :
587   
588        - Fixes some case related problems with some LDAP backends.
589       
590        - Fixes some problem for printers which directly go from
591          "idle" to "warmup" and never to "printing" before
592          returning to "idle".
593         
594        - Some permissions settings may have prevented cupspykota
595          from parsing cupsd.conf, this is now fixed.
596         
597    - 1.22alpha2 :
598   
599        - Introduction of the web enabled print quote generator.
600       
601        - Fixed a potential race condition when several backend
602          wrappers were present in CUPS' backend directory.
603         
604        - Fixed dumpykota's output in CUPS' page_log format to better
605          match CUPS format.
606         
607    - 1.22alpha1 :
608   
609        - Import into Subversion.
610       
611    - 1.21 :
612   
613        - Improved documentation.
614       
615        - Improved dependencies checker.
616       
617        - Updated some translation files.
618       
619    - 1.21beta2 :
620   
621        - Fixed an LPRng specific bug.
622       
623        - Several improvements on stability issues with manually modified
624          LDAP trees.
625         
626        - Documentation improvements. 
627       
628    - 1.21beta :
629   
630        - Prepared translation files for next release.
631       
632    - 1.21alpha27 :
633   
634        - Allows software() (no arguments) to the software accounting
635          directive. This saves a lot of CPU since the job is not
636          parsed again : the precomputed size is used directly in this
637          case.
638         
639        - epykota's --prototype option now works fine with accounts
640          limited by balance.
641         
642    - 1.21alpha26 :
643   
644        - Fixed the handling of the 'maxdenybanners' directive.
645       
646        - Introduced the 'denyduplicates' directive.
647       
648        - Fixed some database related glitches.
649       
650    - 1.21alpha25 :
651   
652        - The job's size is now always precomputed, even when
653          'enforcement' is not set to 'strict'.
654         
655        - Introduction of the new 'trustjobsize' configuration directive
656          to workaround some problematic printers. See the sample
657          configuration file for details.
658         
659    - 1.21alpha24 :
660   
661        - Big database structure changes. An upgrade script
662          is now included for PostgreSQL. LDAP users may just
663          want to copy the new schema in place.
664         
665        - edpykota now recognizes the -o | --overcharge command line
666          option to set an overcharging or undercharging factor
667          on each print job's cost for a particular user.
668         
669        - repykota's output format has changed an is not limited to 
670          80 characters wide anymore. People who used to parse
671          repykota's output in their own tools are strongly advised
672          to parse dumpykota's output instead.
673         
674        - Introduction of the new 'maxdenybanners' configuration directive
675          to allow up to N (the directive's value) deny banners to be
676          printed even if the print account is forbidden to print.
677         
678        - Better detection of the number of copies in the PostScript parser.
679       
680    - 1.21alpha23 :
681   
682        - Traditional Chinese translation added.
683   
684        - Several fixes and performance improvements with the LDAP backend.
685       
686    - 1.21alpha22 :
687   
688        - edpykota's --delete command line option doesn't consider
689          '*' to be the default argument anymore :-)
690         
691    - 1.21alpha21 :
692   
693        - dumpykota.cgi can now be run as a normal user as opposed to
694          a PyKota administrator. No read access to pykotadmin.conf is
695          necessary anymore. This CGI scripts now honors the REMOTE_USER
696          environment variable just like printquota.cgi does, see
697          the file cgi-bin/README for details.
698          The command line tool dumpykota must still be run by a PyKota
699          administrator.
700         
701        - Fix exception's name error due to a change in recent versions
702          of PygreSQL.   
703         
704    - 1.21alpha20 :
705         
706        - Big bug fix wrt the datelimit field which was never reset.
707         
708    - 1.21alpha19 :
709   
710        - Introduction of the new dumpykota.cgi CGI script, which
711          allows third party tools like phpPrintAnalyzer to be
712          interfaced in real time with PyKota. To use it you
713          may have to change your web server's configuration,
714          please see pykota/cgi-bin/README
715         
716    - 1.21alpha18 :
717   
718        - Now dumpykota can dump the job history into CUPS' page_log
719          format (even when the printing system is LPRng). This allows
720          people to use tools like PrintAnalyzer or phpPrintAnalyzer
721          (two completely different beasts) with PyKota.
722         
723    - 1.21alpha17 :
724     
725        - Fixed field type's name in XML dumps.
726       
727        - Now drops priviledges to user 'pykota' when launched as root
728          (directly or as a CUPS backend), if such an user exists.
729         
730        - Fixed PCL3/4/5 parser for some drivers' output.
731       
732    - 1.21alpha16 :
733   
734        - fixed several recently introduced bugs in LDAP backend code,
735          thanks to Matt Hyclak.
736         
737    - 1.21alpha15 :
738     
739        - Normalized field names between LDAP and PostgreSQL backends
740          in dumpykota's output.
741         
742        - dumpykota filtering capabilities are now supported within
743          the LDAP backend too.
744         
745    - 1.21alpha14 :
746   
747        - dumpykota now supports extended filtering possibilities
748          with the PostgreSQL backend (LDAP support will come soon).
749         
750    - 1.21alpha13 :
751   
752        - Added a --debug command line option to pkpgcounter, so
753          that people may see what really happens, and what will
754          be available in the future :-)
755         
756    - 1.21alpha12 :
757   
758        - Fixed a bug with non standard pkbanner command lines.
759       
760        - Now logs as errors the differences between precomputed and
761          computed job sizes. **CUPS only for now**
762         
763    - 1.21alpha11 :
764   
765        - Now user and group print quota entries can be stored directly
766          below the user or group with the LDAP backend, using them
767          as branches. Thanks to Stefan Wold for the patch.
768          See the sample configuration file for details.
769         
770        - TLS is now supported with the LDAP backend. Thanks to Stefan
771          Wold for the patch.
772          See the sample configuration file for details.
773         
774        - edpkota now accepts the -U | --used value command line argument
775          to preset the page counters to an initial value. Thanks to
776          Wilson Roberto Afonso and Matt Hyclak for the patch.
777         
778    - 1.21alpha10 :
779   
780        - Now automatically reconnects up to three times if the LDAP server
781          returned an error, possibly due to a timeout.
782         
783    - 1.21alpha9 :
784   
785        - Now searches the configuration files in 'pykota' system user's
786          home directory. The 'pykota' system user and group have
787          to be created by the system administrator, and given
788          sufficient permissions to PyKota's configuration files.
789         
790    - 1.21alpha8 :
791   
792        - Added the new reject_unknown directive to reject the
793          creation of user or groups which are unknown to the system.
794         
795    - 1.21alpha7 :
796   
797        - Introduction of the pkmail email gateway.
798       
799    - 1.21alpha6 :
800   
801        - Fix for LPRng filenames.
802       
803        - Added Turkish translation thanks to Baris Cicek.
804       
805    - 1.21alpha5 :
806   
807        - Improved ESC/P2 miniparser for Stylus Photo printers.
808       
809        - Implemented the --savetoner command line option to pkbanner.
810       
811        - Improved pkbanner's help and messages.
812       
813    - 1.21alpha4 :
814   
815        - Fixed job's data file detection code for LPRng.
816       
817        - Fixed a problem with PJL and PowerSave mode,
818          thanks to Wilson Roberto Afonso.
819       
820    - 1.21alpha3 :
821   
822        - PyKota can now generate its own banners, and either account
823          for them or not, depending on newly introduced directives
824          in pykota.conf
825          Thanks to Matt Hyclak for the patch.
826         
827    - 1.21alpha2 :
828   
829        - Installation script is now non interactive again, as it should
830          have stayed from the beginning. Dependencies checking can
831          be done by launching the checkdeps.py command.
832         
833    - 1.21alpha1 :
834   
835        - added an IPP messages miniparser. Extraction of the client
836          hostname is now considered to be fiable, at least until
837          the CUPS developpers change something...
838       
839    - 1.20 :
840   
841        - Version number changed.
842       
843    - 1.20beta :
844   
845        - Norwegian (Bokm� preliminary translation added.
846       
847        - German translation was finalized.
848       
849        - Greek translation was finalized.
850       
851        - For urgent legal reasons, a "privacy" directive has been added
852          to pykota.conf, to hide jobs' title, filename and options
853          in the history.
854         
855        - Minor changes in the debian directory.
856       
857    - 1.20alpha27 :
858   
859        - Fixed many problems with translation files. In particular
860          the Brazilian Portuguese translation file was incorrectly
861          installed into the french "breton" locale directory.
862         
863        - Finished French translation. 
864         
865    - 1.20alpha26 :
866   
867        - LPRng support code should now better detect network
868          printers' hostnames or IP addresses.
869         
870        - Fix for recently introduced bug in LPRng support.
871       
872        - Fix for incorrect locale setting when starting.
873       
874    - 1.20alpha25 :
875   
876        - pkprinters allows --list to normal users, but require user
877          to be a PyKota administrator when another command line
878          option is used.
879         
880        - pkhint doesn't use absolute path to search for helper commands
881          anymore.
882         
883        - Spanish translation ready for 1.20.   
884       
885    - 1.20alpha24 :
886   
887        - Now warnpykota only warns users limited by balance once.
888       
889        - Now warnpykota only warns users who have ever printed,
890          to not cause confusion to users who have just opened
891          their account.
892       
893        - Prepared help messages for translations.
894       
895    - 1.20alpha23 :
896   
897        - Add workaround for locale problem.
898       
899    - 1.20alpha22 :
900   
901        - Hopefully final fix for data encoding charset.
902       
903        - edpykota now refuse to work if the user is not a PyKota admin.
904       
905        - Fixes a recently introduced bug with users groups and PostgreSQL.
906       
907    - 1.20alpha21 :
908   
909        - Now dumpykota refuses to launch if the current user is not
910          a PyKota administrator (a PyKota administrator is an user
911          allowed to read the pykotadmin.conf file).
912         
913        - Now any PyKota administrator can use repykota and warnpykota
914          with additionnal arguments, not only the root user.
915         
916        - Improved documentation a bit.
917       
918    - 1.20alpha20 :
919   
920        - Reduced delay in internal SNMP and PJL_over_TCP handlers
921          from 2 to 1 second.
922       
923        - dumpykota can now output XML.
924       
925    - 1.20alpha19 :
926   
927        - Improved user groups and user groups quotas dumps in dumpykota.
928       
929        - Finished implementation of LDAP support in dumpykota.
930       
931        - The md5 sum of the job's datas is now available as an
932          hexadecimal digest in the PYKOTAMD5SUM environment variable.
933         
934        - The description, filename, title, and options fields
935          are now stored as UTF-8 strings in both LDAP and PostgreSQL.
936          Proper charset is used during extraction from the database.
937         
938    - 1.20alpha18 :
939   
940        - Experimental autopykota command to initialize user
941          account and quota entries on first print while not
942          resetting the balance value if not needed.
943         
944        - Added the new "winbind_separator" directive to strip
945          out the Samba/Winbind domain name while printing if
946          needed (Off by default).
947         
948    - 1.20alpha17 :
949   
950        - Added --hardreset command line option to edpykota.
951       
952        - Fixed problem with accented chars in title, filename
953          or options and LDAP backend.
954         
955    - 1.20alpha16 :
956   
957        - Internal handling of socket based PJL queries over
958          port tcp/9100 is now available with the magic
959          'pjl' value in the hardware accounter.
960         
961    - 1.20alpha15 :
962   
963        - LDAP pykotaAccountBalance objects were always created
964          attached to the pykotaUser objects. This is now
965          fixed and the value of balancebase in pykota.conf
966          is now correctly used.
967         
968    - 1.20alpha14 :
969   
970        - Belgian translations added (copy of the french ones).
971       
972        - External hardware accounter now loops until
973          a result can be read correctly.
974         
975        - pkhint now suggest the internal snmp handling instead
976          of the external one.
977         
978    - 1.20alpha13 :
979     
980        - Hardware accounter now accepts the special
981          'snmp' value, meaning ALL is done from main code
982          without launching any subprocess.
983          You need the http://pysnmp.sf.net Python module
984          for this to work (tested with v3.4.2)
985         
986        - Increased delay between two loops iterations 
987          to 2 seconds in waitprinter.sh to diminish
988          CPU load.
989         
990    - 1.20alpha12 :
991   
992        - waitprinter.sh rewritten from scratch to wait
993          for printer status stabilization.
994       
995    - 1.20alpha11 :
996   
997        - Generic data dumper 'dumpykota' introduced.
998          Works only with PostgreSQL backend for now.
999         
1000    - 1.20alpha10 :
1001   
1002        - Added fix for incorrect job's size computation when
1003          hardware accounting fails.
1004         
1005    - 1.20alpha9 :
1006   
1007        - Small fixes wrt subprocesses.
1008       
1009    - 1.20alpha8 :
1010   
1011        - Added full support of PCL3 : HP Deskjet printers are now
1012          supported.
1013       
1014    - 1.20alpha7 :
1015   
1016        - First draft of PCL3GUI (Deskjet 640C for example) analyzer.
1017          Needs more work, but no documentation is available.
1018       
1019    - 1.20alpha6 :
1020     
1021        - Improved mailandpopup.sh script.
1022       
1023        - Small fixes for LPRng.
1024       
1025        - Now exports PYKOTAPRINTERHOSTNAME for network printers'
1026          hostname or IP address. Set to 'localhost' when not
1027          meaningful.
1028         
1029        - Fixed issue with how mod_auth_ldap Apache modules
1030          fills the REMOTE_USER environment variable.
1031         
1032        - Fixed a bug in LDAP user deletion code.
1033       
1034    - 1.20alpha5 :
1035     
1036        - Introduces the new configuration directive 'onaccountererror'
1037          to specify what must be done whenever the software or
1038          hardware accounter fails. Allowed values are 'continue' and
1039          'stop' (default).
1040         
1041        - Minor fix in software accounter for a recently introduced
1042          problem.
1043         
1044    - 1.20alpha4 :
1045   
1046        - Added support for more ghostscript devices in ESC/P2
1047          analyzer : stcolor, st800, escp, escpc are now supported.
1048         
1049    - 1.20alpha3 :
1050       
1051        - Small improvement in PostScript parser to avoid being
1052          fooled by a change in number of copies :
1053          The user can't ask for 200 copies of page 1 and 1 copy
1054          of page 2 to fool PyKota anymore :
1055          this would have been accounted for as 1 copy only, but
1056          now the maximum value seen is used.
1057         
1058        - Relax checks for PCL5 header to accomodate some strange
1059          printer drivers.
1060         
1061        - Now hardware accounting method works like software
1062          accounting method wrt the subprocess' output.
1063         
1064        - Hardware and Software accounting stop the print queue 
1065          when the accounting subprocess didn't work. This will
1066          be configurable in the near future.
1067         
1068    - 1.20alpha2 :
1069   
1070        - Now software accounting method reads accounter's
1071          answer until a line with a single integer is
1072          obtained or until all of its output has been read.
1073          This should fix the problem some people have
1074          when strange locale related messages are sent
1075          when running subprocesses (Solaris only ?).
1076         
1077        - First version of ESC/P2 analyzer. Seems to work
1078          ok at least with 'epson', 'epsonc', 'eps9mid'
1079          and 'esp9high' ghostscript devices. Needs more
1080          work to correctly analyze other devices.
1081       
1082    - 1.20alpha1 :
1083   
1084        - Fixed problem with number of copies in PCLXL parser.
1085       
1086        - Fixed problem with number of copies in PCL5 parser,
1087          when number of copies was set outside of and before first
1088          page.
1089       
1090        - Added workaround for number of copies directly set in
1091          PostScript code.
1092         
1093        - Added german translation.
1094       
1095        - Fixed problem on first print for user group quota when
1096          "enforcement: strict" is used.
1097       
1098        - Fixed interpolation problem in french translation.
1099       
1100    - 1.19 :
1101   
1102        - Updated existing translations.   
1103       
1104        - Added final Thai and Greek translations.
1105       
1106        - Minor last minute bug fixes.
1107       
1108    - 1.19beta :
1109   
1110        - LPRng support for both software and hardware accounting seems
1111          to be OK.
1112         
1113        - Translation files fixed because of fuzzy matching problem. 
1114       
1115        - Fixed path to Swedish translation: 'sv' instead of 'se'.
1116       
1117        - Added first draft of Thai translation.
1118       
1119        - Fixed some minor bugs with Pychecker.
1120       
1121    - 1.19alpha35 :
1122   
1123        - Generic PDL analyzer now supports Binary PostScript documents
1124          in addition to DSC compliant ones.
1125       
1126    - 1.19alpha34 :
1127   
1128        - LPRng support : software accounting seems to work fine,
1129          but hardware accounting doesn't work yet.
1130   
1131    - 1.19alpha33 :
1132   
1133        - pykosd now accepts command line arguments. Enjoy !
1134          NB : due to a bug in xosd, you need xosd version 2.2.8
1135          or higher if you don't use the default C locale.
1136         
1137    - 1.19alpha32 :
1138   
1139        - Early (not working) version of the LPRng support rewrite.
1140       
1141        - Saner default configuration file.
1142       
1143    - 1.19alpha31 :
1144   
1145        - Fixed a double Python2.1 incompatibility with newer versions,
1146          which prevented the PCL5 and the PCLXL parsers to work with
1147          this older version of Python.
1148         
1149    - 1.19alpha30 :
1150   
1151        - Introduction of preliminary version of the pykosd command
1152       
1153        - Usernames, Groupnames and Printernames can now contain
1154          ANY character, expected '/' and '@'.
1155       
1156        - Integrated most of the Debian work from Sergio
1157          Gonz�z Gonz�z
1158         
1159    - 1.19alpha29 :
1160   
1161        - PCLXL parser should now correctly handle number of
1162          copies set for each page.
1163         
1164        - Added testsuite for generic PDL analyzer.
1165       
1166        - Typo fixed in PCLXL parser.
1167       
1168        - Correctly dispatches error messages depending on the
1169          situation : tools which can be run interactively will
1170          ALWAYS output their logs to stderr, excepted for
1171          their DEBUG messages, for which the "logger:"
1172          directive as set in pykota.conf will be honored.
1173          Tools which can't be run interactively will ALWAYS
1174          honor the "logger:" directive as set in pykota.conf
1175         
1176    - 1.19alpha28 :
1177   
1178        - The description field for printers can now be set,
1179          and is displayed in reports.
1180         
1181        - Fixed a small problem in SQL backend code.
1182         
1183        - Improved pkhint
1184       
1185        - First working PCL6 (aka PCLXL) parser !
1186          Doesn't handle copies yet.
1187       
1188    - 1.19alpha27 :
1189   
1190        - Additionnal 10% speed increase in PCL5 parser for GhostScript
1191          generated files (untested yet with other PCL files).
1192         
1193        - Reintroduced the use of mmap in PCL5 parser : this speedups
1194          PCL5 parsing by almost 4 times.
1195          This 4x with the 3x below give us in fact a twelvefold increase
1196          in performance for PCL5 parsing !
1197         
1198        - The Python accelerator Psyco is now used if available
1199          in the generic PDL parser : it speedups PCL5 parsing by
1200          almost three times automagically.
1201         
1202    - 1.19alpha26 :
1203   
1204        - Fixed PCL5 parser according to the sources of rastertohp.
1205       
1206        - Fixed number of copies handling in PCL5 parser : the number
1207          of copies could vary from page to page.
1208         
1209        - Added more debug information to PCLXL parser. 
1210       
1211    - 1.19alpha25 :
1212   
1213        - Added new "description" field to printers in both
1214          PostgreSQL and LDAP. No code to handle this yet.
1215         
1216        - Reversed the fix for power save mode in printers : 
1217          no paper or tray open would have caused people to
1218          be undercharged.
1219         
1220        - Preliminary version of MySQL initialization script.
1221         
1222    - 1.19alpha24 :
1223   
1224        - Native PDF parsing code now works perfectly with
1225          Python 2.1 and above, and is way faster than before.
1226          GhostScript is not used anymore to convert PDF to PS,
1227          because PDF is parsed directly.
1228         
1229    - 1.19alpha23 :
1230   
1231        - Fixed waitprinter.sh wrt PowerSave mode and some
1232          printers. Thanks to Ryan Suarez.
1233       
1234        - Smart PDL analyzer now recognizes PDF too : two
1235          PDF parsing methods are used : a native one which
1236          is very fast but requires Python 2.3 or above, and
1237          a slower one which uses Ghostscript. PyKota detects
1238          automatically which method to use depending on your
1239          version of Python.
1240       
1241        - All tracebacks now include PyKota's version number.
1242         
1243    - 1.19alpha22 :
1244   
1245        - Ensures that the file pointer for job's data is
1246          reset to the start of the job's datas after the
1247          job's size pre-computation phase.
1248         
1249        - Improved PostScript detection code for bad drivers
1250          which don't correctly switch languages between PJL
1251          and PS.
1252       
1253        - Even better debugging code.
1254       
1255    - 1.19alpha21 :
1256   
1257        - Additionnal check.
1258       
1259    - 1.19alpha20 :
1260   
1261        - More complete logging messages wrt accounters.
1262       
1263        - Now catches early failures occuring when the configuration
1264          files are parsed.
1265       
1266    - 1.19alpha19 :
1267   
1268        - Fixed over-verbose exits when displaying help
1269          or version.
1270         
1271        - Extended some PATH in the shell scripts 
1272       
1273        - Deleting an user now also deletes his payments history.
1274       
1275        - Doesn't explicitely ignore SIGCHLD anymore. This seems to
1276          cause problems.
1277
1278    - 1.19alpha18 :
1279   
1280        - History of payments is now stored in the database, and
1281          updated each time an user's balance is modified with
1282          edpykota --balance. This history represents each time
1283          the user was given some positive or negative credit,
1284          but doesn't reflect price paid for jobs, which appear
1285          in the jobs history instead.
1286         
1287        - Jobs history web reports now include the job's size in
1288          bytes. Also columns were reordered to render the report
1289          more easily readable.
1290         
1291    - 1.19alpha17 :
1292   
1293        - Mysterious bug (program exited unexpectedly without leaving
1294          any log message) which occured once in a while when
1295          cancelling jobs should be fixed now.
1296         
1297        - New 'crashrecipient' directive. Disabled by 
1298          default. See sample configuration file to see how
1299          to activate it. It is suggested that you activate it.
1300         
1301        - New PYKOTAJOBSIZEBYTES environment variable exported, 
1302          which contains the job's size in bytes. Empty jobs
1303          are now denied. This value is now stored in the job
1304          history (but not yet displayed from the web interface)
1305         
1306        - Preliminary work on payments storage : the PostgreSQL 
1307          and LDAP schemas should be OK now, but no code is written
1308          yet to support this functionnality.
1309         
1310    - 1.19alpha16 :
1311   
1312        - the newuser and newgroup LDAP specific directives now accept
1313          a second parameter to attach(), "fail" or "warn". If no entry
1314          is found to attach PyKota attributes to, and "fail" was used,
1315          then action is aborted and program exits in error. If "warn"
1316          is used, a new entry is created but a warning message is logged.
1317         
1318        - The job's originating hostname is now stored in the database,
1319          and exported as PYKOTAJOBORIGINATINGHOSTNAME in the environment.
1320       
1321    - 1.19alpha15 :
1322   
1323        - The old pykota filter is now removed. This means that
1324          currently PyKota doesn't support LPRng anymore, but
1325          LPRng support will be re-added, improved, in the near future.
1326         
1327    - 1.19alpha14 :
1328   
1329        - PYKOTAPRECOMPUTEDJOBSIZE and PYKOTAPRECOMPUTEDJOBPRICE
1330          are now exported as environment variables.
1331         
1332        - Heavy CPU usage is now completely fixed it seems, by
1333          introducing some 0.01 second sleeping when nothing to do.
1334         
1335        - Pre-computation of the job's size is now only
1336          done when enforcement is "STRICT", this saves
1337          CPU for people who don't want to use this new
1338          feature.
1339         
1340        - New 'enforcement' directive which accepts either
1341          STRICT or LAXIST. See sample configuration file
1342          for details.
1343         
1344    - 1.19alpha13 :
1345   
1346        - Get back to an old version of the polling loop which
1347          worked fine, but non-optimally. Will be optimized
1348          as time permits.
1349         
1350    - 1.19alpha12 :
1351   
1352        - Job's size is now precomputed unconditionnally using
1353          the generic PDL analyzer.
1354          NB : This value is not yet used to pre-allow/deny the
1355          job.
1356       
1357    - 1.19alpha11 :
1358   
1359        - The pykota filter is now completely deprecated and
1360          can't be used anymore. LPRng users MUST download
1361          an older version of PyKota. CUPS users MUST use
1362          cupspykota. Better support for LPRng will come
1363          in the near future.
1364         
1365    - 1.19alpha10 :
1366   
1367        - pykotme now uses generic PDL Analyzer directly instead
1368          of spawning a new process.
1369         
1370        - Improvements to generic PDL Analyzer.
1371       
1372        - 25% Speedup in PCL parser. Getting more of the Python version
1373          will probably be difficult, since the completely table driven
1374          parser I wrote is slower than the original algorithm. Then,
1375          the original algorithm is still used for now.
1376          Probable that more speed could be achieved using mmap, at the
1377          expense of severe memory consumption.
1378       
1379        - configuration simplifications : the "accounter" directive's
1380          'hardware' arguments now accepts what was in the "requester"
1381          directive as it's content. The "requester" directive is not
1382          supported anymore. See sample configuration file for details.
1383       
1384    - 1.19alpha9 :
1385       
1386        - pkpgcounter is now just a wrapper around the PDLAnalyzer class
1387       
1388        - pykotaOptions LDAP attribute now accepts non-ascii characters
1389          too.
1390         
1391        - First try at cupspykota main loop rewrite
1392       
1393    - 1.19alpha8 :
1394   
1395        - 'querying' accounting method is now called 'hardware'
1396       
1397        - 'external' accounting method is now called 'software'
1398       
1399        - 'stupid' accounting method doesn't exist anymore
1400       
1401        - 'snmp' requester doesn't exist anymore
1402       
1403        - code simplifications in external requester
1404       
1405    - 1.19alpha7 :
1406     
1407        - Database schema change (both LDAP and PostgreSQL) to
1408          allow storage of the job-originating-hostname attribute.
1409          An SQL upgrade script is present. The code is not yet
1410          capable of setting/retrieving this attribute. Support
1411          for this functionnality will be added in the future.
1412         
1413    - 1.19alpha6 :
1414   
1415        - problems connecting to SMTP servers are now catched.
1416       
1417        - pykotme now uses pkpgcounter to compute the size of the
1418          job. This modification adds PCL5 and soon PCLXL (PCL6)
1419          support. You can now get quotes for PCL in addition to
1420          PostScript.
1421         
1422        - pkpgcounter now includes first try at PCLXL parser. 
1423          It is currently disabled until it's finished.
1424         
1425    - 1.19alpha5 :
1426   
1427        - cupspykota polling loop fix for MacOSX (at least)
1428       
1429        - logging subsystem now logs PID too, to ease diagnosing
1430          problems under heavy load.
1431         
1432        - pkpgcounter enhancements.
1433       
1434        - pkprinters --skipexisting now tells pkprinters to not
1435          modify existing printers when --add is used.
1436          pkprinters logs a warning message whenever --add is
1437          used and a printer already exists.
1438         
1439        - LDAP schema now allows accented chars in pykotaFileName
1440          and pykotaTitle attributes.
1441       
1442    - 1.19alpha4 :
1443   
1444        - a bad copy&paste prevented pkpgcounter to work at all, this
1445          is now fixed.
1446         
1447        - improved PCL support in pkpgcounter, with the use of
1448          HP PCL/PJL Reference Set
1449          PCL5 Printer Language Technical Quick Reference Guide
1450       
1451        - pkpgcounter now uses mmap to speed things up : duration
1452          is halved with the sample 87 pages PCL document I use for
1453          testing.
1454         
1455    - 1.19alpha3 :
1456   
1457        - pkprinters now accepts the --list command line argument
1458          to list informations about printers.
1459         
1460    - 1.19alpha2 :
1461   
1462        - pkpgcounter is now included as a smart external
1463          accounter which can handle both PostScript and PCL.
1464         
1465    - 1.19alpha1 :
1466   
1467        - PYKOTALIMITBY environment variable is now exported too.
1468       
1469        - Inclusion of Michele Baldessari's work on autotools.
1470       
1471    - 1.18 :
1472   
1473        - Improved documentation
1474       
1475    - 1.18beta2 :
1476     
1477        - Fix for raw jobs with cupspykota
1478       
1479    - 1.18beta :
1480   
1481        - Small fix for new waitprinter.sh script
1482       
1483        - Better tracebacks on error conditions
1484       
1485        - Improved translations
1486       
1487        - Improved documentation
1488       
1489    - 1.18alpha15 :
1490
1491        - waitprinter.sh replaced by a new and possibly faster
1492          and more powerful one.
1493   
1494        - Names can now begin with a digit.
1495       
1496        - Stability improvement for quotas set on printers groups.
1497       
1498    - 1.18alpha14 :
1499   
1500        - Catches more (all ?) problems with SMTP servers instead
1501          of breaking.
1502         
1503        - Italian translation added.
1504       
1505    - 1.18alpha13 :
1506   
1507        - Pre and Post hooks are now available in the pykota
1508          filter as well.
1509         
1510        - The pykota filter doesn't check last user's quota
1511          anymore when delayed hardware accounting is used :
1512          this will be done anyway the next time the last
1513          user will print again. This saves some database
1514          queries which are unneeded.
1515       
1516    - 1.18alpha12 :
1517   
1518        - Pre and Post hooks to external commands with many
1519          many environment variables available are useable
1520          from the cupspykota backend.
1521          See sample configuration file for details and help.
1522         
1523    - 1.18alpha11 :
1524   
1525        - Hopefully final fix wrt groups (users and printers)
1526       
1527    - 1.18alpha10 :
1528   
1529        - Fixed nested printer groups accounting.
1530       
1531        - Fixed user groups + printer groups problem.
1532       
1533    - 1.18alpha9 :
1534   
1535        - Fix for LDAP problem when job price was 0.
1536       
1537        - Fix for empty user groups with LDAP.
1538       
1539        - Preliminary version of the snmpprinterstatus command added.
1540       
1541    - 1.18alpha8 :
1542   
1543        - Don't retrieve data when not needed.
1544          This avoids many database queries.
1545       
1546    - 1.18alpha7 :
1547   
1548        - New experimental ldapcache directive to improve
1549          LDAP caching.
1550         
1551    - 1.18alpha6 :
1552       
1553        - New configuration directive added : maildomain
1554          to specify the domain to send mail to when user
1555          email address is not set in PyKota database.
1556         
1557        - More complete email message headers. 
1558         
1559    - 1.18alpha5 :
1560   
1561        - Debian packaging specific files, contributed by
1562          Peter Hawkins are now included in the project's tree.
1563         
1564        - Preliminary work on future low-level LDAP caching to speed
1565          up modifications (at least).
1566         
1567    - 1.18alpha4 :
1568   
1569        - Applied some of the modifications suggested by
1570          Peter Hawkins, for better Debian integration.
1571          Most notably cupspykota, pykota, and the shell
1572          scripts are now installed into /usr/share/pykota
1573          instead of into /usr/bin
1574          BEWARE : double check that your symbolic link
1575          to cupspykota is correct, and that your pykota.conf
1576          file use correct path for the shell scripts like
1577          waitprinter.sh and al.
1578         
1579        - pkhint command added, to help in configuring correct
1580          accounting method for PyKota.
1581         
1582    - 1.18alpha3 :
1583   
1584        - Fixed a rare bug in cupspykota backend which gave
1585          incorrect "CUPS backend died abnormally" messages.
1586       
1587    - 1.18alpha2 :
1588   
1589        - Added the pkprinters command line tool to manage printers
1590          exclusively.
1591       
1592    - 1.18alpha1 :
1593   
1594        - Preliminary work on Relationnal Database Independance.
1595       
1596        - Sample report made from OpenOffice.org added as PDF and SXC.
1597       
1598    - 1.17 :
1599   
1600        - Finalized release.
1601       
1602    - 1.17alpha2 :
1603   
1604        - Fix stupid software accounting bug in the CUPS backend.
1605       
1606    - 1.17alpha1 :
1607   
1608        - User/Group deletion code in edpykota rewritten.
1609       
1610    - 1.16 :
1611   
1612        - Preliminary documentation on how to use OpenOffice.org
1613          to create personnalized reports for PyKota + PostgreSQL.
1614         
1615        - Spanish installation guide for CUPS+PyKota+PostgreSQL
1616          added to the documentation. Doesn't yet document v1.16
1617          though.
1618       
1619        - Portuguese Portuguese translation replaces Brazilian
1620          Portuguese Translation. Brazilian portuguese
1621          translation is still available under the 'br' locale.
1622       
1623    - 1.16beta3 :
1624   
1625        - Swedish translation added.
1626       
1627        - Small fix in documentation.
1628       
1629    - 1.16beta2 :
1630   
1631        - Small fix for job cancelling code while job already
1632          printing in CUPS backend.
1633         
1634        - Big fix wrt printing policies for unknown users. 
1635       
1636    - 1.16beta1 :
1637   
1638        - Manpages upgraded.
1639       
1640    - 1.16alpha26 :
1641   
1642        - Job price is now computed like this :
1643       
1644          SUM((NbPages * PricePerPage) + PricePerJob)
1645         
1646          For current printer and all the printers groups it is
1647          a member of, if any.
1648         
1649          This may be difficult to grasp, but offers unprecedented
1650          flexibility.
1651         
1652    - 1.16alpha25 :
1653   
1654        - Email address can be set at user creation time,
1655          using the following syntax :
1656         
1657            $ edpykota --add username/email@yourdomain.com
1658       
1659    - 1.16alpha24 :
1660   
1661        - CGI script now can show the printing history.
1662       
1663        - Bug wrt number of copies should be fixed.
1664       
1665        - Major code refactoring => It is now possible to
1666          automatically add printers on first print.
1667       
1668    - 1.16alpha23 :
1669   
1670        - Fixed potential accuracy problem if a user printed on
1671          several printers at the very same time.
1672       
1673    - 1.16alpha22 :
1674   
1675        - edpykota now allows adding printers to printer groups
1676       
1677    - 1.16alpha21 :
1678   
1679        - Allows the dot in user and printer names.
1680       
1681        - Printer groups are now cached too.
1682       
1683    - 1.16alpha20 :
1684   
1685        - Fixed several small bugs with the help of PyChecker.
1686       
1687    - 1.16alpha19 :
1688     
1689        - Fixed a bug in PostgreSQL backend's code.
1690       
1691    - 1.16alpha18 :
1692   
1693        - Initial code for printer groups support. Printer groups have
1694          to be added with external tools like psql or gq for example.
1695          Printer groups seems to work fine with users. Untested with user
1696          groups for now.
1697
1698        - Several minor visual problems fixed in reports.
1699       
1700        - Fixed a bug in LDAP date handling.
1701       
1702        - Fix for LDAP problem with some combination of OpenLDAP + Python-LDAP
1703          + some particular settings.
1704         
1705        - mailandpopup.sh shell script added. See sample configuration file
1706          for details.
1707       
1708        - Several environment variables are now exported when executing
1709          external commands (accounters, requesters, mailers) :
1710           
1711            PYKOTAUSERNAME => user who is printing
1712            PYKOTAPRINTERNAME => printer on which the job is being sent
1713            PYKOTATITLE => Job's title
1714            PYKOTAFILENAME => Job's filename
1715            PYKOTACOPIES => number of copies asked
1716            PYKOTAOPTIONS => print command options (-o with CUPS)
1717         
1718    - 1.16alpha17 :
1719   
1720        - Added portugues translation.
1721       
1722        - Major code refactoring in accounters.
1723       
1724    - 1.16alpha16 :
1725   
1726        - Code refactoring, and addition of a real HTML reporter, to
1727          have nice looking and useful web based reports (in the future).
1728       
1729        - Added utolower configuration option to convert all usernames
1730          to lowercase during printing.
1731         
1732    - 1.15alpha15 :
1733   
1734        - Now includes the papwaitprinter.sh shell script to wait for
1735          AppleTalk enabled printers.
1736         
1737    - 1.16alpha14 :
1738   
1739        - Now printing on a printer not defined in the Quota Storage,
1740          results in the job being cancelled or stopped, depending
1741          on the printing system.
1742         
1743    - 1.16alpha13 :
1744   
1745        - Small bugfix wrt Python v2.1
1746       
1747        - If username is an empty string, user root is assumed.
1748       
1749        - 'postgresql' is not recognized anymore as a storage backend,
1750          you have to use 'pgstorage' instead. 'postgresql' used to
1751          be supported for compatibility with very old PyKota versions,
1752          this is not the case anymore.
1753         
1754    - 1.16alpha12 :
1755   
1756        - Job price added to job history, to keep accounting correct
1757          if a printer price per page or per job is modified and the
1758          history is not reset : the history would have given a false
1759          amount of money charged before the printer's prices were
1760          modified, this addition solves the problem.
1761         
1762    - 1.16alpha11 :
1763   
1764        - Some preliminary modifications to the database structure for
1765          PostgreSQL and OpenLDAP. A script to upgrade a PostgreSQL
1766          database is now provided. LDAP attributes now support
1767          eq, pres and sub indexes.
1768         
1769        - Job history now contains additional informations : 
1770          number of copies, filename, title and print options.
1771         
1772    - 1.16alpha10 :
1773       
1774        - Some modifications done to external policy handling.
1775          See sample configuration file for details.
1776   
1777        - Spanish translation added.
1778       
1779    - 1.16alpha9 :
1780   
1781        - mailto can be set to external(...) to warn users above
1782          quota with any command of your choice (e.g. linpopup).
1783          Several parameters are available, see sample configuration
1784          file for details.
1785         
1786    - 1.16alpha8 :
1787   
1788        - Now cupspykota transmits SIGTERMS to the original 
1789          backend when the user deletes a job being processed.
1790         
1791        - The documentation is now licensed under the terms of the
1792          GNU GPL too.
1793         
1794    - 1.16alpha7 :
1795   
1796        - The CUPS backend is now fully functionnal (it seems).
1797       
1798        - From now on, the use of the pykota filter with CUPS
1799          is deprecated. The pykota filter still has to be
1800          used with LPRng though.
1801       
1802    - 1.16alpha6 :
1803   
1804        - Bug fixed : when edpykota was used to add a printer
1805          with no user or group name, a bad user/group name "*" was
1806          added to the database.
1807         
1808    - 1.16alpha5 :
1809   
1810        - New CUPS backend supports device enumeration !
1811          This means that NO manual CUPS configuration has to
1812          be done. All can now be done from CUPS web interface.
1813       
1814    - 1.16alpha4 :
1815   
1816        - New CUPS backend added.
1817       
1818    - 1.16alpha3 :
1819       
1820        - Minimal FAQ document added.
1821       
1822    - 1.16alpha2 :
1823   
1824        - CGI script now partially supports browser's language preference
1825       
1826    - 1.16alpha1 :
1827   
1828        - Ensures that the LDAP connection is really closed at end.
1829       
1830        - More complete error messages in case of LDAP operation failure.
1831       
1832    - 1.15 :
1833     
1834        - Documentation improved.
1835       
1836    - 1.15beta :
1837   
1838        - Command line tools now accept multiple printer
1839          names or wildcards, separated with commas.
1840         
1841    - 1.15alpha9 :
1842   
1843        - External policy can be used to auto-add unknown users
1844          and any other interesting things you may want to do.
1845          WARNING : You can't auto-add printers for now.
1846          They have to be created manually before.
1847          Look at sample configuration file for examples.
1848         
1849    - 1.15alpha8 :
1850   
1851        - Job history can be disabled if needed.
1852          This feature may be useful for people who use the LDAP
1853          backend and don't want their LDAP tree to grow out of
1854          control.
1855       
1856    - 1.15alpha7 :
1857   
1858        - More work done on caching wrt groups.
1859       
1860    - 1.15alpha6 :
1861   
1862        - Performance bottleneck with LDAP solved.
1863       
1864    - 1.15alpha5 :
1865   
1866        - Caching mechanism for all database queries.
1867
1868    - 1.15alpha4 :
1869   
1870        - Problem with Python 2.3 fixed. Needs some definitive
1871          modification.
1872         
1873    - 1.15alpha3 :
1874   
1875        - CGI script now tries to restrict view when the
1876          REMOTE_USER environment variable is set. This allows
1877          people to protect its use with .htaccess files.
1878          When unprotected, or if REMOTE_USER is 'root', then
1879          unrestricted access is granted.
1880          NB : REMOTE_USER is automatically set by the web server
1881          (e.g. Apache) when a page with restricted access is viewed.
1882         
1883    - 1.15alpha2 :
1884   
1885        - Better detection of LPRng.
1886       
1887        - Outputs a warning if printing system is unknown.
1888       
1889    - 1.15alpha1 :
1890   
1891        - Bug fix in SQL code.
1892       
1893    - 1.14 :
1894   
1895        - The PostgreSQL database connection is now always closed before
1896          exit. The LDAP database connection too, but it didn't suffer
1897          from the problem anyway, AFAICT.
1898       
1899    - 1.14beta2 :
1900   
1901        - An LDAP-specific configuration field was introduced, usermail.
1902          Use it to specify which LDAP attribute contains a valid email
1903          address for the user. See sample configuration file for
1904          details.
1905       
1906    - 1.14beta :
1907   
1908        - Two new LDAP-specific configuration fields were introduced,
1909          newuser and newgroup. Use them to specify if you want to add
1910          quota information to existing entries or elsewhere.
1911          See sample configuration file for details.
1912         
1913    - 1.14alpha9 :
1914   
1915        - Documentation improved.
1916       
1917        - pykotme now also prints the user's account balance value
1918          if the user is registered in the Quota Storage and his
1919          limiting factor is "balance".
1920         
1921    - 1.14alpha8 :
1922   
1923        - bin/waitprinter.sh is now included to wait for
1924          SNMP enabled printers to be idle again before
1925          asking for their internal page counter.
1926          See sample configuration file for details.
1927         
1928    - 1.14alpha7 :
1929   
1930        - edpykota now doesn't check if the user/group is above
1931          quota. The check is only done at print time. This
1932          prevents the sending of email messages when creating
1933          user quotas if quota is already reached at creation
1934          time.
1935         
1936    - 1.14alpha6 :
1937   
1938        - Configuration file split and moved to /etc/pykota/pykota.conf
1939          and /etc/pykota/pykotadmin.conf to prevent simple users to
1940          have Read/Write access to the Quota Database.
1941          Don't forget to :
1942         
1943                $ chmod 640 /etc/pykota/pykotadmin.conf
1944               
1945        - storageuser and storageuserpw configuration fields reintroduced
1946          for the same reason.
1947         
1948        - Code cleaning for future implementation of email addresses
1949          support in the PostgreSQL and LDAP backends.
1950         
1951    - 1.14alpha5 :
1952       
1953        - Big bug fixed when changing the prices for a printer
1954       
1955    - 1.14alpha4 :
1956   
1957        - When adding an user, the user itself and its account balance
1958          are now added in the same LDAP entry. Before they were added
1959          as two different LDAP entries.
1960         
1961    - 1.14alpha3 :
1962   
1963        - Email field added to PostgreSQL database. An upgrade script
1964          is included in initscripts/postgresql.
1965       
1966    - 1.14alpha2 :
1967   
1968        - Typo fixed when using the --prototype option to edpykota
1969       
1970    - 1.14alpha1 :
1971   
1972        - Poor man's treshold included : users with a low account
1973          balance (below 1.0 by default, configurable) are sent
1974          a warning message.
1975         
1976        - All warning messages to users are now configurable. 
1977          NB : Warning messages to the administrator are not.
1978       
1979    - 1.13 :
1980   
1981        - Some small fixes wrt group handling.
1982       
1983        - The whole module code was passed through PyChecker and
1984          several small code inconsistencies were fixed,
1985          as well as a bug in the groups code.
1986         
1987    - 1.13alpha1 :
1988   
1989        - Bug fix wrt LDAP.
1990       
1991    - 1.12 :
1992   
1993        - More complete test added in edpykota.
1994       
1995    - 1.12alpha2 :
1996   
1997        - The previous bug fix was incomplete. This is corrected.
1998       
1999    - 1.12alpha1 :
2000   
2001        - Small bug fix.
2002       
2003    - 1.11 :
2004   
2005        - Now includes the pykotme command line tool, to produce
2006          printing quotes for users.
2007         
2008    - 1.10 :
2009   
2010        - Bug fixed wrt quota reports when print limiting is by
2011          account balance.
2012         
2013    - 1.09 :
2014   
2015        - Translations finalized.
2016       
2017        - Manpages updated.
2018       
2019        - Installation documentation improved wrt LDAP support.
2020       
2021    - 1.09beta2 :
2022   
2023        - The CGI script for quota reports works again, and
2024          is much more powerful.
2025       
2026    - 1.09beta :
2027   
2028        - edpykota finalized
2029       
2030    - 1.09alpha2 :
2031   
2032        - LDAP schema modified a bit. Please upgrade.
2033       
2034        - LDAP backend works !
2035       
2036        - repykota and warnpykota allow the root user to pass
2037          users or groups names on the command line. Users
2038          and groups names may contain wildcards.
2039         
2040        - repykota and warnpykota only reports or warns the
2041          current user when launched by non-root users.
2042         
2043        - Minor bug fixes. 
2044   
2045    - 1.09alpha1 :
2046   
2047        - More work on LDAP storage backend. Many options
2048          were added to /etc/pykota.conf to give some
2049          hints to the LDAP storage backend.
2050         
2051        - Severe database access optimizations were done by
2052          rewriting most of the Quota Storage backends drivers.
2053     
2054    - 1.08 :
2055   
2056        - Major bug fix wrt LPRng support for remote jobs.
2057       
2058        - Major bug fix wrt increase/decrease account balances.
2059       
2060    - 1.08alpha8 :
2061   
2062        - Code refactoring.
2063       
2064        - A single user/password pair is used to connect
2065          to the database backend. The storageuser configuration
2066          field, and its associated passwords storageuserpw, are
2067          not used anymore.
2068         
2069        - You can now set PyKota in debug mode, see sample configuration 
2070          file for details.
2071          WARNING : only Quota Storage backend queries are logged in
2072          debug mode, for now.
2073       
2074    - 1.08alpha7 :
2075   
2076        - Very latest LDAP schema.
2077       
2078        - Code enhancement wrt easy pluggability of PyKota attributes
2079          and object classes into an existing LDAP directory.
2080       
2081    - 1.08alpha6 :
2082   
2083        - Minor bug corrections
2084       
2085        - More work on LDAP : new schema
2086       
2087    - 1.08alpha5 :
2088   
2089        - More good work on LDAP storage.
2090          repykota now works reasonably well with the sample LDAP directory.
2091       
2092    - 1.08alpha4 :
2093   
2094        - LDAP schema included.
2095          THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS.
2096          LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA
2097          MAY CHANGE IN THE FUTURE. PLEASE TELL US
2098          WHAT YOU THINK ABOUT THIS SCHEMA ON THE
2099          MAILING LIST.
2100         
2101    - 1.08alpha3 :
2102   
2103        - External accounting methods were partly rewritten :
2104         
2105          - No more "broken pipe" should happen.
2106         
2107          - They now take care of the number of copies
2108            This may be unneeded though, if the postscript
2109            file already does this, because this would
2110            overcharge users (number of copies counted
2111            two times). NEEDS MORE TESTING.
2112           
2113          - The sample configuration file now contains 
2114            an external accounting method example which should
2115            work with all DSC compliant Postscript files.
2116           
2117        - Some small bugs were fixed.   
2118       
2119    - 1.08alpha2 :
2120   
2121        - Now works with net-snmp v5.0 and above.
2122          It already worked, but the sample configuration
2123          file didn't contain appropriate values...
2124       
2125    - 1.07 : Release of the Shame !
2126   
2127        - The external accounting methods driver was left out of
2128          the CVS tree. Nobody could use it since it wasn't included !
2129         
2130    - 1.06 :
2131   
2132        - Severe bug fixed : if you had a printer in
2133          power saving state which couldn't answer immediately,
2134          a bug was triggered.
2135          It was caused by a bad copy/paste which
2136          forgot to import a Python module at run time.
2137         
2138    - 1.05 :
2139   
2140        - External accounters are finally available !
2141          This means that you can plug any page accounting
2142          method you like by setting the appropriate
2143          'accounter' field in /etc/pykota.conf
2144          See the sample conf/pykota.conf.sample to
2145          learn how to do.
2146         
2147          NB : Both 'external' and 'stupid' accounting methods
2148               account a job size just before *this* job is
2149               sent to the printer.
2150               The original 'querying' method accounts a job
2151               size just before *the next* job is sent to
2152               the printer.
2153       
2154    - 1.05alpha3 :
2155   
2156        - A 'stupid' and unreliable accounting method was
2157          implemented to serve as an example on how to
2158          do this sort of things. This method only counts
2159          the 'showpage' statements in the input data.
2160          See sample configuration file for details.
2161          Pluggable accounting methods work, but I advise
2162          you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE.
2163          It is not reliable enough to be used.
2164          Use the 'querying' accounting method instead.
2165         
2166    - 1.05alpha2 :
2167   
2168        - Pluggable accounting methods.
2169       
2170        - Better error handling.
2171       
2172    - 1.05alpha1 :
2173   
2174        - SECURITY file added to help improve PyKota's security.
2175       
2176        - Extracting the printer's internal page counter is now
2177          tried several times, waiting several seconds between
2178          two tries. This lets the time to warm up for some printers
2179          which don't answer when they are sleeping (my Apple
2180          LaserWriter 16/600 PS is in this case, maybe others too)
2181         
2182        - Small display bug fixed in repykota
2183         
2184    - 1.04 :
2185   
2186        - Default print policy for users/groups unknown from
2187          the print quota system is now DENY instead of ALLOW,
2188          since ALLOW can generate inaccurate results
2189          (incorrect job sizes charged to the wrong persons)
2190         
2191        - LPRng support works !
2192       
2193        - A bug was introduced some time ago wrt printers' default
2194          policy for unknown users. It is now corrected.
2195       
2196        - repykota now displays prices per job and per page for each
2197          printer, if they are defined.
2198         
2199        - Minor display bug fixed in repykota.
2200       
2201        - Problem when running repykota with an empty database was fixed.
2202       
2203    - 1.03 :
2204   
2205        - Upgrade script included for earlier versions.
2206          Please look inside the initscripts subdirectory.
2207          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
2208         
2209        - repykota now reports account balances too.
2210       
2211        - PyKota now has a nice logo, see the logos
2212          subdirectory.
2213       
2214        - Manual pages were finally updated.
2215       
2216        - Group quotas seem to work now !
2217       
2218        - The new database schema allows to keep an history of all
2219          jobs as well as charge users per page and/or per job,
2220          and track users' account balance.
2221         
2222        - edpykota now accepts much more command line options to 
2223          use the new functionnalities. See edpykota --help for
2224          details.
2225         
2226        - The installation script now allows to install the sample
2227          configuration file during first installation.
2228         
2229        - More group quota code works, but still not finished. 
2230       
2231        - The CGI script displays a link to PyKota's website.
2232       
2233        - The job history is now kept, this will allow per-period
2234          reports in the future.
2235         
2236        - After having modified the quota for an user with edpykota,
2237          a quota check is done to eventually warn the user/admin about
2238          a quota which is too low to print.
2239         
2240        - A workaround is provided for HP Printers : their internal
2241          page counter is only saved to NVRAM in a 10 increment, so
2242          if you switch them off and then on, the reported page counter
2243          may be lower than the real number of pages printed.
2244          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
2245          We unconditionnally set the last job's page count to
2246          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
2247          in this case.
2248          For a more accurate accounting, never switch your HP printers
2249          off.
2250         
2251        - A fix is provided for printers which only have a volatile 
2252          page counter (reset to 0 every time you switch the printer on)
2253          This should allow PyKota to work reasonably fine with HP Laserjet
2254          4L/5L/6L, not perfect, but better than nothing.
2255          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
2256          For a more accurate accounting, never switch your HP printers
2257          off. This is untested, please report any problem.
2258         
2259        - A bug was fixed when edpykota --add was used with users who already
2260          had a quota on the specified printer.
2261         
2262        - A small display bug in repykota was introduced in preliminary
2263          1.03 versions, and fixed later on.
2264         
2265        - Some minor bugs which happened in rare situations were fixed.
2266       
2267        - Support for AppleTalk printers was added, see sample configuration
2268          file for details.
2269         
2270        - Users and group printing can now be controlled (limited) either by 
2271          print quota or by account balance.
2272       
2273    - 1.02 :
2274   
2275        - The installation script now checks for software availability
2276          and in case a software is missing asks the user if he
2277          wants to continue with the installation or abort it.
2278         
2279        - The configuration file pykota.conf is now expected to be
2280          found in /etc instead of in /etc/cups
2281          The installation script prompts the user to see if he
2282          wants to move an old configuration file to the new location
2283          if needed.
2284         
2285        - Improved documentation.
2286       
2287        - You can now set the tcp/ip port on which the Quota Storage
2288          Server is listening, see sample configuration file for details.
2289       
2290        - Better general error handling.
2291       
2292        - Upgrade script for pre 1.01 PostgreSQL database schema is now
2293          included as well.
2294       
2295    - 1.01 :
2296   
2297        - The configuration file now accepts an option   
2298          to choose the recipient(s) of the email messages :
2299         
2300            - DevNull means no one will receive them.
2301            - User means only the user will receive them.
2302            - Admin means only the admin will receive them.
2303            - Both means the User and the Admin will receive them.
2304           
2305        - The configuration file now uses hard-coded default values
2306          when an option is not set. See sample configuration file
2307          for details.
2308         
2309        - Manual pages are included since 1.00, but I forgot to   
2310          add this information to this file.
2311         
2312        - Redistribution terms for the official package have 
2313          softened and are now fully GPL compatible :
2314          unrestricted modification is now allowed even for
2315          the version number.
2316         
2317    - 1.00 :
2318   
2319        - edpykota now accepts a --noquota option. This
2320          disable quota checking while still doing page
2321          accounting. This is really useful for people
2322          who don't want to limit their users but want
2323          to know how much pages they print.
2324         
2325        - Some untested scripts were added to retrieve
2326          the life time page counter of non-SNMP printers.
2327         
2328        - Every directory now has a specific README file. 
2329       
2330    - 0.99 :
2331   
2332        - Under some circumstances while the user wasn't allowed
2333          to print, he didn't receive any email message. It is
2334          now fixed.
2335         
2336        - When an user wasn't allowed to print, the quota for
2337          the previous user wasn't updated. This is now fixed.
2338         
2339    - 0.98 :
2340   
2341        - Correctly handle the case where the printer is switched off.
2342       
2343        - Small bug wrt syslog fixed.
2344       
2345    - 0.97 :
2346   
2347        - edpykota accepts wildcards on its command line for users/groups too
2348          if the --add option is not set, e.g. :
2349         
2350              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
2351             
2352        - If no user name is passed at all, then a default wildcard of "*"
2353          which means apply the command on ALL users for this printer is used.
2354         
2355        - Small bug fixes.
2356       
2357    - 0.96 :
2358
2359        - Options requester, policy, admin, adminmail and gracedelay can now
2360          be set either globally or per printer. The printer option has
2361          priority if both are defined.
2362
2363        - More powerful configuration parser.
2364       
2365        - If all options are defined globally, there's no need to
2366          define a section for each printer in the configuration
2367          file anymore. Just define a [global] section and it's ok.
2368
2369    - 0.95 :
2370
2371        - External requesters for printers finally added.
2372
2373        - Full internationalization (english and french are supported)
2374 
2375        - More complete quota usage report
2376
2377        - CGI script to access to the quota usage report
2378
2379        - Several bugs fixed.
2380
2381
2382    - 0.9 :
2383
2384        - First public version
Note: See TracBrowser for help on using the browser.