root / pykota / trunk / NEWS @ 899

Revision 899, 5.3 kB (checked in by jalet, 21 years ago)

Message about job history

  • 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, YOU HAVE TO
27          UPGRADE using the upgrade-1.01-to-1.03.sh script.
28          Please read initscripts/README first and then
29          read initscripts/README.postgresql
30         
31        - The installation script now allows to install the sample
32          configuration file during first installation.
33         
34        - More group quota code works, but still not finished. 
35       
36        - The CGI script displays a link to PyKota's website.
37       
38        - The job history is now kept, this will allow per-period
39          reports in the future.
40       
41    - 1.02 :
42   
43        - The installation script now checks for software availability
44          and in case a software is missing asks the user if he
45          wants to continue with the installation or abort it.
46         
47        - The configuration file pykota.conf is now expected to be
48          found in /etc instead of in /etc/cups
49          The installation script prompts the user to see if he
50          wants to move an old configuration file to the new location
51          if needed.
52         
53        - Improved documentation.
54       
55        - You can now set the tcp/ip port on which the Quota Storage
56          Server is listening, see sample configuration file for details.
57       
58        - Better general error handling.
59       
60        - Upgrade script for pre 1.01 PostgreSQL database schema is now
61          included as well.
62       
63    - 1.01 :
64   
65        - The configuration file now accepts an option   
66          to choose the recipient(s) of the email messages :
67         
68            - DevNull means no one will receive them.
69            - User means only the user will receive them.
70            - Admin means only the admin will receive them.
71            - Both means the User and the Admin will receive them.
72           
73        - The configuration file now uses hard-coded default values
74          when an option is not set. See sample configuration file
75          for details.
76         
77        - Manual pages are included since 1.00, but I forgot to   
78          add this information to this file.
79         
80        - Redistribution terms for the official package have 
81          softened and are now fully GPL compatible :
82          unrestricted modification is now allowed even for
83          the version number.
84         
85    - 1.00 :
86   
87        - edpykota now accepts a --noquota option. This
88          disable quota checking while still doing page
89          accounting. This is really useful for people
90          who don't want to limit their users but want
91          to know how much pages they print.
92         
93        - Some untested scripts were added to retrieve
94          the life time page counter of non-SNMP printers.
95         
96        - Every directory now has a specific README file. 
97       
98    - 0.99 :
99   
100        - Under some circumstances while the user wasn't allowed
101          to print, he didn't receive any email message. It is
102          now fixed.
103         
104        - When an user wasn't allowed to print, the quota for
105          the previous user wasn't updated. This is now fixed.
106         
107    - 0.98 :
108   
109        - Correctly handle the case where the printer is switched off.
110       
111        - Small bug wrt syslog fixed.
112       
113    - 0.97 :
114   
115        - edpykota accepts wildcards on its command line for users/groups too
116          if the --add option is not set, e.g. :
117         
118              $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*"
119             
120        - If no user name is passed at all, then a default wildcard of "*"
121          which means apply the command on ALL users for this printer is used.
122         
123        - Small bug fixes.
124       
125    - 0.96 :
126
127        - Options requester, policy, admin, adminmail and gracedelay can now
128          be set either globally or per printer. The printer option has
129          priority if both are defined.
130
131        - More powerful configuration parser.
132       
133        - If all options are defined globally, there's no need to
134          define a section for each printer in the configuration
135          file anymore. Just define a [global] section and it's ok.
136
137    - 0.95 :
138
139        - External requesters for printers finally added.
140
141        - Full internationalization (english and french are supported)
142 
143        - More complete quota usage report
144
145        - CGI script to access to the quota usage report
146
147        - Several bugs fixed.
148
149
150    - 0.9 :
151
152        - First public version
Note: See TracBrowser for help on using the browser.