root / pykota / trunk / NEWS @ 1639

Revision 1639, 43.3 kB (checked in by jalet, 20 years ago)

Note about recent changes

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