root / pykota / trunk / NEWS @ 1566

Revision 1566, 40.1 kB (checked in by jalet, 20 years ago)

Fix for number of copies in PCL5 parser

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