root / pykota / trunk / NEWS @ 954

Revision 954, 8.6 kB (checked in by jalet, 21 years ago)

LPRng support now works !

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