root / pykota / trunk / NEWS @ 885

Revision 885, 4.8 kB (checked in by jalet, 21 years ago)

Installation script new feature.

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