root / pykota / trunk / NEWS @ 969

Revision 969, 8.8 kB (checked in by jalet, 21 years ago)

SECURITY file added.

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