root / pykota / trunk / NEWS @ 1665

Revision 1665, 43.7 kB (checked in by jalet, 20 years ago)

Fixed french translation problem.
Fixed problem with group quotas and strict enforcement.

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