root / pykota / trunk / NEWS @ 2614

Revision 2614, 73.5 kB (checked in by jerome, 18 years ago)

Integrated Brandon Holbrook's patch to waitprinter.sh to
accept SNMP commmunity and version as parameters.

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