root / pykota / trunk / NEWS @ 1545

Revision 1545, 38.8 kB (checked in by jalet, 20 years ago)

Now includes PyKota's version number in messages sent by the crashrecipient
directive.

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