root / pykota / trunk / NEWS @ 1879

Revision 1879, 51.9 kB (checked in by jalet, 20 years ago)

Greek translation finished !

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