root / pykota / trunk / NEWS @ 892

Revision 892, 5.1 kB (checked in by jalet, 21 years ago)

About --groups options

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