root / pykota / trunk / NEWS @ 925

Revision 925, 7.5 kB (checked in by jalet, 21 years ago)

Printing can now be limited either by user's account balance or by
page quota (the default). Quota report doesn't include account balance
yet, though.

  • 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 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.03alpha :
25   
26        - IMPORTANT : DataBase schema has changed.
27          DON'T TRY TO UPGRADE AN EXISTING PYKOTA INSTALLATION !
28          The upgrade script will be finalized ASAP, be patient,
29          or drop your old quota database to start anew.
30         
31        - The new database schema allows to keep an history of all
32          jobs as well as charge users per page and/or per job,
33          and track users' account balance.
34         
35        - edpykota now accepts much more command line options to 
36          use the new functionnalities. See edpykota --help for
37          details.
38         
39        - The installation script now allows to install the sample
40          configuration file during first installation.
41         
42        - More group quota code works, but still not finished. 
43       
44        - The CGI script displays a link to PyKota's website.
45       
46        - The job history is now kept, this will allow per-period
47          reports in the future.
48         
49        - After having modified the quota for an user with edpykota,
50          a quota check is done to eventually warn the user/admin about
51          a quota which is too low to print.
52         
53        - A workaround is provided for HP Printers : their internal
54          page counter is only saved to NVRAM in a 10 increment, so
55          if you switch them off and then on, the reported page counter
56          may be lower than the real number of pages printed.
57          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
58          We unconditionnally set the last job's page count to
59          abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2))
60          in this case.
61          For a more accurate accounting, never switch your HP printers
62          off.
63         
64        - A fix is provided for printers which only have a volatile 
65          page counter (reset to 0 every time you switch the printer on)
66          This should allow PyKota to work reasonably fine with HP Laserjet
67          4L/5L/6L, not perfect, but better than nothing.
68          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html
69          For a more accurate accounting, never switch your HP printers
70          off. This is untested, please report any problem.
71         
72        - A bug was fixed when edpykota --add was used with users who already
73          had a quota on the specified printer.
74         
75        - A small display bug in repykota was introduced in preliminary
76          1.03 versions, and fixed later on.
77         
78        - Some minor bugs which happened in rare situations were fixed.
79       
80        - Support for AppleTalk printers was added, see sample configuration
81          file for details.
82         
83        - Users and group printing can now be controlled (limited) either by 
84          print quota or by account balance.
85       
86    - 1.02 :
87   
88        - The installation script now checks for software availability
89          and in case a software is missing asks the user if he
90          wants to continue with the installation or abort it.
91         
92        - The configuration file pykota.conf is now expected to be
93          found in /etc instead of in /etc/cups
94          The installation script prompts the user to see if he
95          wants to move an old configuration file to the new location
96          if needed.
97         
98        - Improved documentation.
99       
100        - You can now set the tcp/ip port on which the Quota Storage
101          Server is listening, see sample configuration file for details.
102       
103        - Better general error handling.
104       
105        - Upgrade script for pre 1.01 PostgreSQL database schema is now
106          included as well.
107       
108    - 1.01 :
109   
110        - The configuration file now accepts an option   
111          to choose the recipient(s) of the email messages :
112         
113            - DevNull means no one will receive them.
114            - User means only the user will receive them.
115            - Admin means only the admin will receive them.
116            - Both means the User and the Admin will receive them.
117           
118        - The configuration file now uses hard-coded default values
119          when an option is not set. See sample configuration file
120          for details.
121         
122        - Manual pages are included since 1.00, but I forgot to   
123          add this information to this file.
124         
125        - Redistribution terms for the official package have 
126          softened and are now fully GPL compatible :
127          unrestricted modification is now allowed even for
128          the version number.
129         
130    - 1.00 :
131   
132        - edpykota now accepts a --noquota option. This
133          disable quota checking while still doing page
134          accounting. This is really useful for people
135          who don't want to limit their users but want
136          to know how much pages they print.
137         
138        - Some untested scripts were added to retrieve
139          the life time page counter of non-SNMP printers.
140         
141        - Every directory now has a specific README file. 
142       
143    - 0.99 :
144   
145        - Under some circumstances while the user wasn't allowed
146          to print, he didn't receive any email message. It is
147          now fixed.
148         
149        - When an user wasn't allowed to print, the quota for
150          the previous user wasn't updated. This is now fixed.
151         
152    - 0.98 :
153   
154        - Correctly handle the case where the printer is switched off.
155       
156        - Small bug wrt syslog fixed.
157       
158    - 0.97 :
159   
160        - edpykota accepts wildcards on its command line for users/groups too
161          if the --add option is not set, e.g. :
162         
163              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
164             
165        - If no user name is passed at all, then a default wildcard of "*"
166          which means apply the command on ALL users for this printer is used.
167         
168        - Small bug fixes.
169       
170    - 0.96 :
171
172        - Options requester, policy, admin, adminmail and gracedelay can now
173          be set either globally or per printer. The printer option has
174          priority if both are defined.
175
176        - More powerful configuration parser.
177       
178        - If all options are defined globally, there's no need to
179          define a section for each printer in the configuration
180          file anymore. Just define a [global] section and it's ok.
181
182    - 0.95 :
183
184        - External requesters for printers finally added.
185
186        - Full internationalization (english and french are supported)
187 
188        - More complete quota usage report
189
190        - CGI script to access to the quota usage report
191
192        - Several bugs fixed.
193
194
195    - 0.9 :
196
197        - First public version
Note: See TracBrowser for help on using the browser.