root / pykota / trunk / NEWS @ 1695

Revision 1695, 46.4 kB (checked in by jalet, 20 years ago)

Small fix for old versions of LPRng

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
2
3PyKota - Print Quota for CUPS
4
5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19
20============================================================
21
22PyKota NEWS :
23
24    - 1.20alpha6 :
25     
26        - Small fix for old versions of LPRng.
27       
28        - Now exports PYKOTAPRINTERHOSTNAME for network printers'
29          hostname or IP address. Set to 'localhost' when not
30          meaningful.
31         
32        - Fixed issue with how mod_auth_ldap Apache modules
33          fills the REMOTE_USER environment variable.
34         
35        - Fixed a bug in LDAP user deletion code.
36       
37    - 1.20alpha5 :
38     
39        - Introduces the new configuration directive 'onaccountererror'
40          to specify what must be done whenever the software or
41          hardware accounter fails. Allowed values are 'continue' and
42          'stop' (default).
43         
44        - Minor fix in software accounter for a recently introduced
45          problem.
46         
47    - 1.20alpha4 :
48   
49        - Added support for more ghostscript devices in ESC/P2
50          analyzer : stcolor, st800, escp, escpc are now supported.
51         
52    - 1.20alpha3 :
53       
54        - Small improvement in PostScript parser to avoid being
55          fooled by a change in number of copies :
56          The user can't ask for 200 copies of page 1 and 1 copy
57          of page 2 to fool PyKota anymore :
58          this would have been accounted for as 1 copy only, but
59          now the maximum value seen is used.
60         
61        - Relax checks for PCL5 header to accomodate some strange
62          printer drivers.
63         
64        - Now hardware accounting method works like software
65          accounting method wrt the subprocess' output.
66         
67        - Hardware and Software accounting stop the print queue 
68          when the accounting subprocess didn't work. This will
69          be configurable in the near future.
70         
71    - 1.20alpha2 :
72   
73        - Now software accounting method reads accounter's
74          answer until a line with a single integer is
75          obtained or until all of its output has been read.
76          This should fix the problem some people have
77          when strange locale related messages are sent
78          when running subprocesses (Solaris only ?).
79         
80        - First version of ESC/P2 analyzer. Seems to work
81          ok at least with 'epson', 'epsonc', 'eps9mid'
82          and 'esp9high' ghostscript devices. Needs more
83          work to correctly analyze other devices.
84       
85    - 1.20alpha1 :
86   
87        - Fixed problem with number of copies in PCLXL parser.
88       
89        - Fixed problem with number of copies in PCL5 parser,
90          when number of copies was set outside of and before first
91          page.
92       
93        - Added workaround for number of copies directly set in
94          PostScript code.
95         
96        - Added german translation.
97       
98        - Fixed problem on first print for user group quota when
99          "enforcement: strict" is used.
100       
101        - Fixed interpolation problem in french translation.
102       
103    - 1.19 :
104   
105        - Updated existing translations.   
106       
107        - Added final Thai and Greek translations.
108       
109        - Minor last minute bug fixes.
110       
111    - 1.19beta :
112   
113        - LPRng support for both software and hardware accounting seems
114          to be OK.
115         
116        - Translation files fixed because of fuzzy matching problem. 
117       
118        - Fixed path to Swedish translation: 'sv' instead of 'se'.
119       
120        - Added first draft of Thai translation.
121       
122        - Fixed some minor bugs with Pychecker.
123       
124    - 1.19alpha35 :
125   
126        - Generic PDL analyzer now supports Binary PostScript documents
127          in addition to DSC compliant ones.
128       
129    - 1.19alpha34 :
130   
131        - LPRng support : software accounting seems to work fine,
132          but hardware accounting doesn't work yet.
133   
134    - 1.19alpha33 :
135   
136        - pykosd now accepts command line arguments. Enjoy !
137          NB : due to a bug in xosd, you need xosd version 2.2.8
138          or higher if you don't use the default C locale.
139         
140    - 1.19alpha32 :
141   
142        - Early (not working) version of the LPRng support rewrite.
143       
144        - Saner default configuration file.
145       
146    - 1.19alpha31 :
147   
148        - Fixed a double Python2.1 incompatibility with newer versions,
149          which prevented the PCL5 and the PCLXL parsers to work with
150          this older version of Python.
151         
152    - 1.19alpha30 :
153   
154        - Introduction of preliminary version of the pykosd command
155       
156        - Usernames, Groupnames and Printernames can now contain
157          ANY character, expected '/' and '@'.
158       
159        - Integrated most of the Debian work from Sergio
160          Gonz�z Gonz�z
161         
162    - 1.19alpha29 :
163   
164        - PCLXL parser should now correctly handle number of
165          copies set for each page.
166         
167        - Added testsuite for generic PDL analyzer.
168       
169        - Typo fixed in PCLXL parser.
170       
171        - Correctly dispatches error messages depending on the
172          situation : tools which can be run interactively will
173          ALWAYS output their logs to stderr, excepted for
174          their DEBUG messages, for which the "logger:"
175          directive as set in pykota.conf will be honored.
176          Tools which can't be run interactively will ALWAYS
177          honor the "logger:" directive as set in pykota.conf
178         
179    - 1.19alpha28 :
180   
181        - The description field for printers can now be set,
182          and is displayed in reports.
183         
184        - Fixed a small problem in SQL backend code.
185         
186        - Improved pkhint
187       
188        - First working PCL6 (aka PCLXL) parser !
189          Doesn't handle copies yet.
190       
191    - 1.19alpha27 :
192   
193        - Additionnal 10% speed increase in PCL5 parser for GhostScript
194          generated files (untested yet with other PCL files).
195         
196        - Reintroduced the use of mmap in PCL5 parser : this speedups
197          PCL5 parsing by almost 4 times.
198          This 4x with the 3x below give us in fact a twelvefold increase
199          in performance for PCL5 parsing !
200         
201        - The Python accelerator Psyco is now used if available
202          in the generic PDL parser : it speedups PCL5 parsing by
203          almost three times automagically.
204         
205    - 1.19alpha26 :
206   
207        - Fixed PCL5 parser according to the sources of rastertohp.
208       
209        - Fixed number of copies handling in PCL5 parser : the number
210          of copies could vary from page to page.
211         
212        - Added more debug information to PCLXL parser. 
213       
214    - 1.19alpha25 :
215   
216        - Added new "description" field to printers in both
217          PostgreSQL and LDAP. No code to handle this yet.
218         
219        - Reversed the fix for power save mode in printers : 
220          no paper or tray open would have caused people to
221          be undercharged.
222         
223        - Preliminary version of MySQL initialization script.
224         
225    - 1.19alpha24 :
226   
227        - Native PDF parsing code now works perfectly with
228          Python 2.1 and above, and is way faster than before.
229          GhostScript is not used anymore to convert PDF to PS,
230          because PDF is parsed directly.
231         
232    - 1.19alpha23 :
233   
234        - Fixed waitprinter.sh wrt PowerSave mode and some
235          printers. Thanks to Ryan Suarez.
236       
237        - Smart PDL analyzer now recognizes PDF too : two
238          PDF parsing methods are used : a native one which
239          is very fast but requires Python 2.3 or above, and
240          a slower one which uses Ghostscript. PyKota detects
241          automatically which method to use depending on your
242          version of Python.
243       
244        - All tracebacks now include PyKota's version number.
245         
246    - 1.19alpha22 :
247   
248        - Ensures that the file pointer for job's data is
249          reset to the start of the job's datas after the
250          job's size pre-computation phase.
251         
252        - Improved PostScript detection code for bad drivers
253          which don't correctly switch languages between PJL
254          and PS.
255       
256        - Even better debugging code.
257       
258    - 1.19alpha21 :
259   
260        - Additionnal check.
261       
262    - 1.19alpha20 :
263   
264        - More complete logging messages wrt accounters.
265       
266        - Now catches early failures occuring when the configuration
267          files are parsed.
268       
269    - 1.19alpha19 :
270   
271        - Fixed over-verbose exits when displaying help
272          or version.
273         
274        - Extended some PATH in the shell scripts 
275       
276        - Deleting an user now also deletes his payments history.
277       
278        - Doesn't explicitely ignore SIGCHLD anymore. This seems to
279          cause problems.
280
281    - 1.19alpha18 :
282   
283        - History of payments is now stored in the database, and
284          updated each time an user's balance is modified with
285          edpykota --balance. This history represents each time
286          the user was given some positive or negative credit,
287          but doesn't reflect price paid for jobs, which appear
288          in the jobs history instead.
289         
290        - Jobs history web reports now include the job's size in
291          bytes. Also columns were reordered to render the report
292          more easily readable.
293         
294    - 1.19alpha17 :
295   
296        - Mysterious bug (program exited unexpectedly without leaving
297          any log message) which occured once in a while when
298          cancelling jobs should be fixed now.
299         
300        - New 'crashrecipient' directive. Disabled by 
301          default. See sample configuration file to see how
302          to activate it. It is suggested that you activate it.
303         
304        - New PYKOTAJOBSIZEBYTES environment variable exported, 
305          which contains the job's size in bytes. Empty jobs
306          are now denied. This value is now stored in the job
307          history (but not yet displayed from the web interface)
308         
309        - Preliminary work on payments storage : the PostgreSQL 
310          and LDAP schemas should be OK now, but no code is written
311          yet to support this functionnality.
312         
313    - 1.19alpha16 :
314   
315        - the newuser and newgroup LDAP specific directives now accept
316          a second parameter to attach(), "fail" or "warn". If no entry
317          is found to attach PyKota attributes to, and "fail" was used,
318          then action is aborted and program exits in error. If "warn"
319          is used, a new entry is created but a warning message is logged.
320         
321        - The job's originating hostname is now stored in the database,
322          and exported as PYKOTAJOBORIGINATINGHOSTNAME in the environment.
323       
324    - 1.19alpha15 :
325   
326        - The old pykota filter is now removed. This means that
327          currently PyKota doesn't support LPRng anymore, but
328          LPRng support will be re-added, improved, in the near future.
329         
330    - 1.19alpha14 :
331   
332        - PYKOTAPRECOMPUTEDJOBSIZE and PYKOTAPRECOMPUTEDJOBPRICE
333          are now exported as environment variables.
334         
335        - Heavy CPU usage is now completely fixed it seems, by
336          introducing some 0.01 second sleeping when nothing to do.
337         
338        - Pre-computation of the job's size is now only
339          done when enforcement is "STRICT", this saves
340          CPU for people who don't want to use this new
341          feature.
342         
343        - New 'enforcement' directive which accepts either
344          STRICT or LAXIST. See sample configuration file
345          for details.
346         
347    - 1.19alpha13 :
348   
349        - Get back to an old version of the polling loop which
350          worked fine, but non-optimally. Will be optimized
351          as time permits.
352         
353    - 1.19alpha12 :
354   
355        - Job's size is now precomputed unconditionnally using
356          the generic PDL analyzer.
357          NB : This value is not yet used to pre-allow/deny the
358          job.
359       
360    - 1.19alpha11 :
361   
362        - The pykota filter is now completely deprecated and
363          can't be used anymore. LPRng users MUST download
364          an older version of PyKota. CUPS users MUST use
365          cupspykota. Better support for LPRng will come
366          in the near future.
367         
368    - 1.19alpha10 :
369   
370        - pykotme now uses generic PDL Analyzer directly instead
371          of spawning a new process.
372         
373        - Improvements to generic PDL Analyzer.
374       
375        - 25% Speedup in PCL parser. Getting more of the Python version
376          will probably be difficult, since the completely table driven
377          parser I wrote is slower than the original algorithm. Then,
378          the original algorithm is still used for now.
379          Probable that more speed could be achieved using mmap, at the
380          expense of severe memory consumption.
381       
382        - configuration simplifications : the "accounter" directive's
383          'hardware' arguments now accepts what was in the "requester"
384          directive as it's content. The "requester" directive is not
385          supported anymore. See sample configuration file for details.
386       
387    - 1.19alpha9 :
388       
389        - pkpgcounter is now just a wrapper around the PDLAnalyzer class
390       
391        - pykotaOptions LDAP attribute now accepts non-ascii characters
392          too.
393         
394        - First try at cupspykota main loop rewrite
395       
396    - 1.19alpha8 :
397   
398        - 'querying' accounting method is now called 'hardware'
399       
400        - 'external' accounting method is now called 'software'
401       
402        - 'stupid' accounting method doesn't exist anymore
403       
404        - 'snmp' requester doesn't exist anymore
405       
406        - code simplifications in external requester
407       
408    - 1.19alpha7 :
409     
410        - Database schema change (both LDAP and PostgreSQL) to
411          allow storage of the job-originating-hostname attribute.
412          An SQL upgrade script is present. The code is not yet
413          capable of setting/retrieving this attribute. Support
414          for this functionnality will be added in the future.
415         
416    - 1.19alpha6 :
417   
418        - problems connecting to SMTP servers are now catched.
419       
420        - pykotme now uses pkpgcounter to compute the size of the
421          job. This modification adds PCL5 and soon PCLXL (PCL6)
422          support. You can now get quotes for PCL in addition to
423          PostScript.
424         
425        - pkpgcounter now includes first try at PCLXL parser. 
426          It is currently disabled until it's finished.
427         
428    - 1.19alpha5 :
429   
430        - cupspykota polling loop fix for MacOSX (at least)
431       
432        - logging subsystem now logs PID too, to ease diagnosing
433          problems under heavy load.
434         
435        - pkpgcounter enhancements.
436       
437        - pkprinters --skipexisting now tells pkprinters to not
438          modify existing printers when --add is used.
439          pkprinters logs a warning message whenever --add is
440          used and a printer already exists.
441         
442        - LDAP schema now allows accented chars in pykotaFileName
443          and pykotaTitle attributes.
444       
445    - 1.19alpha4 :
446   
447        - a bad copy&paste prevented pkpgcounter to work at all, this
448          is now fixed.
449         
450        - improved PCL support in pkpgcounter, with the use of
451          HP PCL/PJL Reference Set
452          PCL5 Printer Language Technical Quick Reference Guide
453       
454        - pkpgcounter now uses mmap to speed things up : duration
455          is halved with the sample 87 pages PCL document I use for
456          testing.
457         
458    - 1.19alpha3 :
459   
460        - pkprinters now accepts the --list command line argument
461          to list informations about printers.
462         
463    - 1.19alpha2 :
464   
465        - pkpgcounter is now included as a smart external
466          accounter which can handle both PostScript and PCL.
467         
468    - 1.19alpha1 :
469   
470        - PYKOTALIMITBY environment variable is now exported too.
471       
472        - Inclusion of Michele Baldessari's work on autotools.
473       
474    - 1.18 :
475   
476        - Improved documentation
477       
478    - 1.18beta2 :
479     
480        - Fix for raw jobs with cupspykota
481       
482    - 1.18beta :
483   
484        - Small fix for new waitprinter.sh script
485       
486        - Better tracebacks on error conditions
487       
488        - Improved translations
489       
490        - Improved documentation
491       
492    - 1.18alpha15 :
493
494        - waitprinter.sh replaced by a new and possibly faster
495          and more powerful one.
496   
497        - Names can now begin with a digit.
498       
499        - Stability improvement for quotas set on printers groups.
500       
501    - 1.18alpha14 :
502   
503        - Catches more (all ?) problems with SMTP servers instead
504          of breaking.
505         
506        - Italian translation added.
507       
508    - 1.18alpha13 :
509   
510        - Pre and Post hooks are now available in the pykota
511          filter as well.
512         
513        - The pykota filter doesn't check last user's quota
514          anymore when delayed hardware accounting is used :
515          this will be done anyway the next time the last
516          user will print again. This saves some database
517          queries which are unneeded.
518       
519    - 1.18alpha12 :
520   
521        - Pre and Post hooks to external commands with many
522          many environment variables available are useable
523          from the cupspykota backend.
524          See sample configuration file for details and help.
525         
526    - 1.18alpha11 :
527   
528        - Hopefully final fix wrt groups (users and printers)
529       
530    - 1.18alpha10 :
531   
532        - Fixed nested printer groups accounting.
533       
534        - Fixed user groups + printer groups problem.
535       
536    - 1.18alpha9 :
537   
538        - Fix for LDAP problem when job price was 0.
539       
540        - Fix for empty user groups with LDAP.
541       
542        - Preliminary version of the snmpprinterstatus command added.
543       
544    - 1.18alpha8 :
545   
546        - Don't retrieve data when not needed.
547          This avoids many database queries.
548       
549    - 1.18alpha7 :
550   
551        - New experimental ldapcache directive to improve
552          LDAP caching.
553         
554    - 1.18alpha6 :
555       
556        - New configuration directive added : maildomain
557          to specify the domain to send mail to when user
558          email address is not set in PyKota database.
559         
560        - More complete email message headers. 
561         
562    - 1.18alpha5 :
563   
564        - Debian packaging specific files, contributed by
565          Peter Hawkins are now included in the project's tree.
566         
567        - Preliminary work on future low-level LDAP caching to speed
568          up modifications (at least).
569         
570    - 1.18alpha4 :
571   
572        - Applied some of the modifications suggested by
573          Peter Hawkins, for better Debian integration.
574          Most notably cupspykota, pykota, and the shell
575          scripts are now installed into /usr/share/pykota
576          instead of into /usr/bin
577          BEWARE : double check that your symbolic link
578          to cupspykota is correct, and that your pykota.conf
579          file use correct path for the shell scripts like
580          waitprinter.sh and al.
581         
582        - pkhint command added, to help in configuring correct
583          accounting method for PyKota.
584         
585    - 1.18alpha3 :
586   
587        - Fixed a rare bug in cupspykota backend which gave
588          incorrect "CUPS backend died abnormally" messages.
589       
590    - 1.18alpha2 :
591   
592        - Added the pkprinters command line tool to manage printers
593          exclusively.
594       
595    - 1.18alpha1 :
596   
597        - Preliminary work on Relationnal Database Independance.
598       
599        - Sample report made from OpenOffice.org added as PDF and SXC.
600       
601    - 1.17 :
602   
603        - Finalized release.
604       
605    - 1.17alpha2 :
606   
607        - Fix stupid software accounting bug in the CUPS backend.
608       
609    - 1.17alpha1 :
610   
611        - User/Group deletion code in edpykota rewritten.
612       
613    - 1.16 :
614   
615        - Preliminary documentation on how to use OpenOffice.org
616          to create personnalized reports for PyKota + PostgreSQL.
617         
618        - Spanish installation guide for CUPS+PyKota+PostgreSQL
619          added to the documentation. Doesn't yet document v1.16
620          though.
621       
622        - Portuguese Portuguese translation replaces Brasilian
623          Portuguese Translation. Brasilian portuguese
624          translation is still available under the 'br' locale.
625       
626    - 1.16beta3 :
627   
628        - Swedish translation added.
629       
630        - Small fix in documentation.
631       
632    - 1.16beta2 :
633   
634        - Small fix for job cancelling code while job already
635          printing in CUPS backend.
636         
637        - Big fix wrt printing policies for unknown users. 
638       
639    - 1.16beta1 :
640   
641        - Manpages upgraded.
642       
643    - 1.16alpha26 :
644   
645        - Job price is now computed like this :
646       
647          SUM((NbPages * PricePerPage) + PricePerJob)
648         
649          For current printer and all the printers groups it is
650          a member of, if any.
651         
652          This may be difficult to grasp, but offers unprecedented
653          flexibility.
654         
655    - 1.16alpha25 :
656   
657        - Email address can be set at user creation time,
658          using the following syntax :
659         
660            $ edpykota --add username/email@yourdomain.com
661       
662    - 1.16alpha24 :
663   
664        - CGI script now can show the printing history.
665       
666        - Bug wrt number of copies should be fixed.
667       
668        - Major code refactoring => It is now possible to
669          automatically add printers on first print.
670       
671    - 1.16alpha23 :
672   
673        - Fixed potential accuracy problem if a user printed on
674          several printers at the very same time.
675       
676    - 1.16alpha22 :
677   
678        - edpykota now allows adding printers to printer groups
679       
680    - 1.16alpha21 :
681   
682        - Allows the dot in user and printer names.
683       
684        - Printer groups are now cached too.
685       
686    - 1.16alpha20 :
687   
688        - Fixed several small bugs with the help of PyChecker.
689       
690    - 1.16alpha19 :
691     
692        - Fixed a bug in PostgreSQL backend's code.
693       
694    - 1.16alpha18 :
695   
696        - Initial code for printer groups support. Printer groups have
697          to be added with external tools like psql or gq for example.
698          Printer groups seems to work fine with users. Untested with user
699          groups for now.
700
701        - Several minor visual problems fixed in reports.
702       
703        - Fixed a bug in LDAP date handling.
704       
705        - Fix for LDAP problem with some combination of OpenLDAP + Python-LDAP
706          + some particular settings.
707         
708        - mailandpopup.sh shell script added. See sample configuration file
709          for details.
710       
711        - Several environment variables are now exported when executing
712          external commands (accounters, requesters, mailers) :
713           
714            PYKOTAUSERNAME => user who is printing
715            PYKOTAPRINTERNAME => printer on which the job is being sent
716            PYKOTATITLE => Job's title
717            PYKOTAFILENAME => Job's filename
718            PYKOTACOPIES => number of copies asked
719            PYKOTAOPTIONS => print command options (-o with CUPS)
720         
721    - 1.16alpha17 :
722   
723        - Added portugues translation.
724       
725        - Major code refactoring in accounters.
726       
727    - 1.16alpha16 :
728   
729        - Code refactoring, and addition of a real HTML reporter, to
730          have nice looking and useful web based reports (in the future).
731       
732        - Added utolower configuration option to convert all usernames
733          to lowercase during printing.
734         
735    - 1.15alpha15 :
736   
737        - Now includes the papwaitprinter.sh shell script to wait for
738          AppleTalk enabled printers.
739         
740    - 1.16alpha14 :
741   
742        - Now printing on a printer not defined in the Quota Storage,
743          results in the job being cancelled or stopped, depending
744          on the printing system.
745         
746    - 1.16alpha13 :
747   
748        - Small bugfix wrt Python v2.1
749       
750        - If username is an empty string, user root is assumed.
751       
752        - 'postgresql' is not recognized anymore as a storage backend,
753          you have to use 'pgstorage' instead. 'postgresql' used to
754          be supported for compatibility with very old PyKota versions,
755          this is not the case anymore.
756         
757    - 1.16alpha12 :
758   
759        - Job price added to job history, to keep accounting correct
760          if a printer price per page or per job is modified and the
761          history is not reset : the history would have given a false
762          amount of money charged before the printer's prices were
763          modified, this addition solves the problem.
764         
765    - 1.16alpha11 :
766   
767        - Some preliminary modifications to the database structure for
768          PostgreSQL and OpenLDAP. A script to upgrade a PostgreSQL
769          database is now provided. LDAP attributes now support
770          eq, pres and sub indexes.
771         
772        - Job history now contains additional informations : 
773          number of copies, filename, title and print options.
774         
775    - 1.16alpha10 :
776       
777        - Some modifications done to external policy handling.
778          See sample configuration file for details.
779   
780        - Spanish translation added.
781       
782    - 1.16alpha9 :
783   
784        - mailto can be set to external(...) to warn users above
785          quota with any command of your choice (e.g. linpopup).
786          Several parameters are available, see sample configuration
787          file for details.
788         
789    - 1.16alpha8 :
790   
791        - Now cupspykota transmits SIGTERMS to the original 
792          backend when the user deletes a job being processed.
793         
794        - The documentation is now licensed under the terms of the
795          GNU GPL too.
796         
797    - 1.16alpha7 :
798   
799        - The CUPS backend is now fully functionnal (it seems).
800       
801        - From now on, the use of the pykota filter with CUPS
802          is deprecated. The pykota filter still has to be
803          used with LPRng though.
804       
805    - 1.16alpha6 :
806   
807        - Bug fixed : when edpykota was used to add a printer
808          with no user or group name, a bad user/group name "*" was
809          added to the database.
810         
811    - 1.16alpha5 :
812   
813        - New CUPS backend supports device enumeration !
814          This means that NO manual CUPS configuration has to
815          be done. All can now be done from CUPS web interface.
816       
817    - 1.16alpha4 :
818   
819        - New CUPS backend added.
820       
821    - 1.16alpha3 :
822       
823        - Minimal FAQ document added.
824       
825    - 1.16alpha2 :
826   
827        - CGI script now partially supports browser's language preference
828       
829    - 1.16alpha1 :
830   
831        - Ensures that the LDAP connection is really closed at end.
832       
833        - More complete error messages in case of LDAP operation failure.
834       
835    - 1.15 :
836     
837        - Documentation improved.
838       
839    - 1.15beta :
840   
841        - Command line tools now accept multiple printer
842          names or wildcards, separated with commas.
843         
844    - 1.15alpha9 :
845   
846        - External policy can be used to auto-add unknown users
847          and any other interesting things you may want to do.
848          WARNING : You can't auto-add printers for now.
849          They have to be created manually before.
850          Look at sample configuration file for examples.
851         
852    - 1.15alpha8 :
853   
854        - Job history can be disabled if needed.
855          This feature may be useful for people who use the LDAP
856          backend and don't want their LDAP tree to grow out of
857          control.
858       
859    - 1.15alpha7 :
860   
861        - More work done on caching wrt groups.
862       
863    - 1.15alpha6 :
864   
865        - Performance bottleneck with LDAP solved.
866       
867    - 1.15alpha5 :
868   
869        - Caching mechanism for all database queries.
870
871    - 1.15alpha4 :
872   
873        - Problem with Python 2.3 fixed. Needs some definitive
874          modification.
875         
876    - 1.15alpha3 :
877   
878        - CGI script now tries to restrict view when the
879          REMOTE_USER environment variable is set. This allows
880          people to protect its use with .htaccess files.
881          When unprotected, or if REMOTE_USER is 'root', then
882          unrestricted access is granted.
883          NB : REMOTE_USER is automatically set by the web server
884          (e.g. Apache) when a page with restricted access is viewed.
885         
886    - 1.15alpha2 :
887   
888        - Better detection of LPRng.
889       
890        - Outputs a warning if printing system is unknown.
891       
892    - 1.15alpha1 :
893   
894        - Bug fix in SQL code.
895       
896    - 1.14 :
897   
898        - The PostgreSQL database connection is now always closed before
899          exit. The LDAP database connection too, but it didn't suffer
900          from the problem anyway, AFAICT.
901       
902    - 1.14beta2 :
903   
904        - An LDAP-specific configuration field was introduced, usermail.
905          Use it to specify which LDAP attribute contains a valid email
906          address for the user. See sample configuration file for
907          details.
908       
909    - 1.14beta :
910   
911        - Two new LDAP-specific configuration fields were introduced,
912          newuser and newgroup. Use them to specify if you want to add
913          quota information to existing entries or elsewhere.
914          See sample configuration file for details.
915         
916    - 1.14alpha9 :
917   
918        - Documentation improved.
919       
920        - pykotme now also prints the user's account balance value
921          if the user is registered in the Quota Storage and his
922          limiting factor is "balance".
923         
924    - 1.14alpha8 :
925   
926        - bin/waitprinter.sh is now included to wait for
927          SNMP enabled printers to be idle again before
928          asking for their internal page counter.
929          See sample configuration file for details.
930         
931    - 1.14alpha7 :
932   
933        - edpykota now doesn't check if the user/group is above
934          quota. The check is only done at print time. This
935          prevents the sending of email messages when creating
936          user quotas if quota is already reached at creation
937          time.
938         
939    - 1.14alpha6 :
940   
941        - Configuration file split and moved to /etc/pykota/pykota.conf
942          and /etc/pykota/pykotadmin.conf to prevent simple users to
943          have Read/Write access to the Quota Database.
944          Don't forget to :
945         
946                $ chmod 640 /etc/pykota/pykotadmin.conf
947               
948        - storageuser and storageuserpw configuration fields reintroduced
949          for the same reason.
950         
951        - Code cleaning for future implementation of email addresses
952          support in the PostgreSQL and LDAP backends.
953         
954    - 1.14alpha5 :
955       
956        - Big bug fixed when changing the prices for a printer
957       
958    - 1.14alpha4 :
959   
960        - When adding an user, the user itself and its account balance
961          are now added in the same LDAP entry. Before they were added
962          as two different LDAP entries.
963         
964    - 1.14alpha3 :
965   
966        - Email field added to PostgreSQL database. An upgrade script
967          is included in initscripts/postgresql.
968       
969    - 1.14alpha2 :
970   
971        - Typo fixed when using the --prototype option to edpykota
972       
973    - 1.14alpha1 :
974   
975        - Poor man's treshold included : users with a low account
976          balance (below 1.0 by default, configurable) are sent
977          a warning message.
978         
979        - All warning messages to users are now configurable. 
980          NB : Warning messages to the administrator are not.
981       
982    - 1.13 :
983   
984        - Some small fixes wrt group handling.
985       
986        - The whole module code was passed through PyChecker and
987          several small code inconsistencies were fixed,
988          as well as a bug in the groups code.
989         
990    - 1.13alpha1 :
991   
992        - Bug fix wrt LDAP.
993       
994    - 1.12 :
995   
996        - More complete test added in edpykota.
997       
998    - 1.12alpha2 :
999   
1000        - The previous bug fix was incomplete. This is corrected.
1001       
1002    - 1.12alpha1 :
1003   
1004        - Small bug fix.
1005       
1006    - 1.11 :
1007   
1008        - Now includes the pykotme command line tool, to produce
1009          printing quotes for users.
1010         
1011    - 1.10 :
1012   
1013        - Bug fixed wrt quota reports when print limiting is by
1014          account balance.
1015         
1016    - 1.09 :
1017   
1018        - Translations finalized.
1019       
1020        - Manpages updated.
1021       
1022        - Installation documentation improved wrt LDAP support.
1023       
1024    - 1.09beta2 :
1025   
1026        - The CGI script for quota reports works again, and
1027          is much more powerful.
1028       
1029    - 1.09beta :
1030   
1031        - edpykota finalized
1032       
1033    - 1.09alpha2 :
1034   
1035        - LDAP schema modified a bit. Please upgrade.
1036       
1037        - LDAP backend works !
1038       
1039        - repykota and warnpykota allow the root user to pass
1040          users or groups names on the command line. Users
1041          and groups names may contain wildcards.
1042         
1043        - repykota and warnpykota only reports or warns the
1044          current user when launched by non-root users.
1045         
1046        - Minor bug fixes. 
1047   
1048    - 1.09alpha1 :
1049   
1050        - More work on LDAP storage backend. Many options
1051          were added to /etc/pykota.conf to give some
1052          hints to the LDAP storage backend.
1053         
1054        - Severe database access optimizations were done by
1055          rewriting most of the Quota Storage backends drivers.
1056     
1057    - 1.08 :
1058   
1059        - Major bug fix wrt LPRng support for remote jobs.
1060       
1061        - Major bug fix wrt increase/decrease account balances.
1062       
1063    - 1.08alpha8 :
1064   
1065        - Code refactoring.
1066       
1067        - A single user/password pair is used to connect
1068          to the database backend. The storageuser configuration
1069          field, and its associated passwords storageuserpw, are
1070          not used anymore.
1071         
1072        - You can now set PyKota in debug mode, see sample configuration 
1073          file for details.
1074          WARNING : only Quota Storage backend queries are logged in
1075          debug mode, for now.
1076       
1077    - 1.08alpha7 :
1078   
1079        - Very latest LDAP schema.
1080       
1081        - Code enhancement wrt easy pluggability of PyKota attributes
1082          and object classes into an existing LDAP directory.
1083       
1084    - 1.08alpha6 :
1085   
1086        - Minor bug corrections
1087       
1088        - More work on LDAP : new schema
1089       
1090    - 1.08alpha5 :
1091   
1092        - More good work on LDAP storage.
1093          repykota now works reasonably well with the sample LDAP directory.
1094       
1095    - 1.08alpha4 :
1096   
1097        - LDAP schema included.
1098          THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS.
1099          LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA
1100          MAY CHANGE IN THE FUTURE. PLEASE TELL US
1101          WHAT YOU THINK ABOUT THIS SCHEMA ON THE
1102          MAILING LIST.
1103         
1104    - 1.08alpha3 :
1105   
1106        - External accounting methods were partly rewritten :
1107         
1108          - No more "broken pipe" should happen.
1109         
1110          - They now take care of the number of copies
1111            This may be unneeded though, if the postscript
1112            file already does this, because this would
1113            overcharge users (number of copies counted
1114            two times). NEEDS MORE TESTING.
1115           
1116          - The sample configuration file now contains 
1117            an external accounting method example which should
1118            work with all DSC compliant Postscript files.
1119           
1120        - Some small bugs were fixed.   
1121       
1122    - 1.08alpha2 :
1123   
1124        - Now works with net-snmp v5.0 and above.
1125          It already worked, but the sample configuration
1126          file didn't contain appropriate values...
1127       
1128    - 1.07 : Release of the Shame !
1129   
1130        - The external accounting methods driver was left out of
1131          the CVS tree. Nobody could use it since it wasn't included !
1132         
1133    - 1.06 :
1134   
1135        - Severe bug fixed : if you had a printer in
1136          power saving state which couldn't answer immediately,
1137          a bug was triggered.
1138          It was caused by a bad copy/paste which
1139          forgot to import a Python module at run time.
1140         
1141    - 1.05 :
1142   
1143        - External accounters are finally available !
1144          This means that you can plug any page accounting
1145          method you like by setting the appropriate
1146          'accounter' field in /etc/pykota.conf
1147          See the sample conf/pykota.conf.sample to
1148          learn how to do.
1149         
1150          NB : Both 'external' and 'stupid' accounting methods
1151               account a job size just before *this* job is
1152               sent to the printer.
1153               The original 'querying' method accounts a job
1154               size just before *the next* job is sent to
1155               the printer.
1156       
1157    - 1.05alpha3 :
1158   
1159        - A 'stupid' and unreliable accounting method was
1160          implemented to serve as an example on how to
1161          do this sort of things. This method only counts
1162          the 'showpage' statements in the input data.
1163          See sample configuration file for details.
1164          Pluggable accounting methods work, but I advise
1165          you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE.
1166          It is not reliable enough to be used.
1167          Use the 'querying' accounting method instead.
1168         
1169    - 1.05alpha2 :
1170   
1171        - Pluggable accounting methods.
1172       
1173        - Better error handling.
1174       
1175    - 1.05alpha1 :
1176   
1177        - SECURITY file added to help improve PyKota's security.
1178       
1179        - Extracting the printer's internal page counter is now
1180          tried several times, waiting several seconds between
1181          two tries. This lets the time to warm up for some printers
1182          which don't answer when they are sleeping (my Apple
1183          LaserWriter 16/600 PS is in this case, maybe others too)
1184         
1185        - Small display bug fixed in repykota
1186         
1187    - 1.04 :
1188   
1189        - Default print policy for users/groups unknown from
1190          the print quota system is now DENY instead of ALLOW,
1191          since ALLOW can generate inaccurate results
1192          (incorrect job sizes charged to the wrong persons)
1193         
1194        - LPRng support works !
1195       
1196        - A bug was introduced some time ago wrt printers' default
1197          policy for unknown users. It is now corrected.
1198       
1199        - repykota now displays prices per job and per page for each
1200          printer, if they are defined.
1201         
1202        - Minor display bug fixed in repykota.
1203       
1204        - Problem when running repykota with an empty database was fixed.
1205       
1206    - 1.03 :
1207   
1208        - Upgrade script included for earlier versions.
1209          Please look inside the initscripts subdirectory.
1210          THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE.
1211         
1212        - repykota now reports account balances too.
1213       
1214        - PyKota now has a nice logo, see the logos
1215          subdirectory.
1216       
1217        - Manual pages were finally updated.
1218       
1219        - Group quotas seem to work now !
1220       
1221        - The new database schema allows to keep an history of all
1222          jobs as well as charge users per page and/or per job,
1223          and track users' account balance.
1224         
1225        - edpykota now accepts much more command line options to 
1226          use the new functionnalities. See edpykota --help for
1227          details.
1228         
1229        - The installation script now allows to install the sample
1230          configuration file during first installation.
1231         
1232        - More group quota code works, but still not finished. 
1233       
1234        - The CGI script displays a link to PyKota's website.
1235       
1236        - The job history is now kept, this will allow per-period
1237          reports in the future.
1238         
1239        - After having modified the quota for an user with edpykota,
1240          a quota check is done to eventually warn the user/admin about
1241          a quota which is too low to print.
1242         
1243        - A workaround is provided for HP Printers : their internal
1244          page counter is only saved to NVRAM in a 10 increment, so
1245          if you switch them off and then on, the reported page counter
1246          may be lower than the real number of pages printed.
1247          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
1248          We unconditionnally set the last job's page count to
1249          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
1250          in this case.
1251          For a more accurate accounting, never switch your HP printers
1252          off.
1253         
1254        - A fix is provided for printers which only have a volatile 
1255          page counter (reset to 0 every time you switch the printer on)
1256          This should allow PyKota to work reasonably fine with HP Laserjet
1257          4L/5L/6L, not perfect, but better than nothing.
1258          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
1259          For a more accurate accounting, never switch your HP printers
1260          off. This is untested, please report any problem.
1261         
1262        - A bug was fixed when edpykota --add was used with users who already
1263          had a quota on the specified printer.
1264         
1265        - A small display bug in repykota was introduced in preliminary
1266          1.03 versions, and fixed later on.
1267         
1268        - Some minor bugs which happened in rare situations were fixed.
1269       
1270        - Support for AppleTalk printers was added, see sample configuration
1271          file for details.
1272         
1273        - Users and group printing can now be controlled (limited) either by 
1274          print quota or by account balance.
1275       
1276    - 1.02 :
1277   
1278        - The installation script now checks for software availability
1279          and in case a software is missing asks the user if he
1280          wants to continue with the installation or abort it.
1281         
1282        - The configuration file pykota.conf is now expected to be
1283          found in /etc instead of in /etc/cups
1284          The installation script prompts the user to see if he
1285          wants to move an old configuration file to the new location
1286          if needed.
1287         
1288        - Improved documentation.
1289       
1290        - You can now set the tcp/ip port on which the Quota Storage
1291          Server is listening, see sample configuration file for details.
1292       
1293        - Better general error handling.
1294       
1295        - Upgrade script for pre 1.01 PostgreSQL database schema is now
1296          included as well.
1297       
1298    - 1.01 :
1299   
1300        - The configuration file now accepts an option   
1301          to choose the recipient(s) of the email messages :
1302         
1303            - DevNull means no one will receive them.
1304            - User means only the user will receive them.
1305            - Admin means only the admin will receive them.
1306            - Both means the User and the Admin will receive them.
1307           
1308        - The configuration file now uses hard-coded default values
1309          when an option is not set. See sample configuration file
1310          for details.
1311         
1312        - Manual pages are included since 1.00, but I forgot to   
1313          add this information to this file.
1314         
1315        - Redistribution terms for the official package have 
1316          softened and are now fully GPL compatible :
1317          unrestricted modification is now allowed even for
1318          the version number.
1319         
1320    - 1.00 :
1321   
1322        - edpykota now accepts a --noquota option. This
1323          disable quota checking while still doing page
1324          accounting. This is really useful for people
1325          who don't want to limit their users but want
1326          to know how much pages they print.
1327         
1328        - Some untested scripts were added to retrieve
1329          the life time page counter of non-SNMP printers.
1330         
1331        - Every directory now has a specific README file. 
1332       
1333    - 0.99 :
1334   
1335        - Under some circumstances while the user wasn't allowed
1336          to print, he didn't receive any email message. It is
1337          now fixed.
1338         
1339        - When an user wasn't allowed to print, the quota for
1340          the previous user wasn't updated. This is now fixed.
1341         
1342    - 0.98 :
1343   
1344        - Correctly handle the case where the printer is switched off.
1345       
1346        - Small bug wrt syslog fixed.
1347       
1348    - 0.97 :
1349   
1350        - edpykota accepts wildcards on its command line for users/groups too
1351          if the --add option is not set, e.g. :
1352         
1353              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
1354             
1355        - If no user name is passed at all, then a default wildcard of "*"
1356          which means apply the command on ALL users for this printer is used.
1357         
1358        - Small bug fixes.
1359       
1360    - 0.96 :
1361
1362        - Options requester, policy, admin, adminmail and gracedelay can now
1363          be set either globally or per printer. The printer option has
1364          priority if both are defined.
1365
1366        - More powerful configuration parser.
1367       
1368        - If all options are defined globally, there's no need to
1369          define a section for each printer in the configuration
1370          file anymore. Just define a [global] section and it's ok.
1371
1372    - 0.95 :
1373
1374        - External requesters for printers finally added.
1375
1376        - Full internationalization (english and french are supported)
1377 
1378        - More complete quota usage report
1379
1380        - CGI script to access to the quota usage report
1381
1382        - Several bugs fixed.
1383
1384
1385    - 0.9 :
1386
1387        - First public version
Note: See TracBrowser for help on using the browser.