root / pykota / trunk / NEWS @ 960

Revision 960, 8.7 kB (checked in by jalet, 21 years ago)

1.04 final is out.

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