-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
187 lines (123 loc) · 7.54 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
========================================================================
rquota-2.2.15 Release Notes 2023-02-16
========================================================================
* Fix bugs in prior patch "Use tirpc if available"
========================================================================
rquota-2.2.14 Release Notes 2023-02-15
========================================================================
* Use tirpc if available (Issue #21)
* Fail configure if rpcgen is not found
========================================================================
rquota-2.2.13 Release Notes 2020-01-21
========================================================================
* Lustre: Report correct state when soft quota exceeded and grace
period expired (issue #18)
* Base warnings on soft quota, not hard quota (issue #17)
========================================================================
rquota-2.2.12 Release Notes 2018-06-21
========================================================================
* NFS: decrease rquota RPC timeouts from 25s with 5s retries
to 2.5s with 0.5s retries (issue #7)
* Add quota and repquota option for tuning rquota RPC timeouts.
* Fix "make distcheck" (issue #11)
* Drop META file and derive version from git (issue #4)
* Misc build system and source cleanup (issue #3, #8)
* Add NFS rquota RPC test client and server
* travis-ci: enable building in travis (issue #6)
* travis-ci: build with lustre (issue #10)
========================================================================
rquota-2.2.11 Release Notes 2015-03-17
========================================================================
* Lustre: binary rquota package should not depend on lustre (TOSS-2813)
========================================================================
rquota-2.2.10 Release Notes 2014-08-26
========================================================================
* Build: add dist tag to release (TOSS-2664)
* Minor autotools forward-portability changes
========================================================================
rquota-2.2.9 Release Notes 2014-08-21
========================================================================
* Stop tracking autotools products.
* Add README.md for github migration
========================================================================
rquota-2.2.8 Release Notes 2012-06-07
========================================================================
* Use 'bcond_with lustre' macro in spec file (chaos bz 1653)
Use 'rpmbuild --with lustre ...' to build with lustre.
========================================================================
rquota-2.2.7 Release Notes 2011-03-16
========================================================================
* Issue 1: Fix was botched. Refixed.
========================================================================
rquota-2.2.6 Release Notes 2010-12-10
========================================================================
* Issue 1: Improve error handling when lustre is not mounted
========================================================================
rquota-2.2.5 Release Notes 2010-05-06
========================================================================
* Allow repquota -p and -d options to be used together.
* If a username derived from a -d directory scan cannot be looked up,
substitute the directory name in square brackets.
========================================================================
rquota-2.2.4 Release Notes 2010-05-06
========================================================================
* Add an optional flag field to /etc/quota.conf, with one possible flag:
"nolimit". A file system with the nolimit flag will not be contacted
when quota would only report quota violations (e.g. without -v).
* Change repquota to look up uid's and report usernames by default.
Add -n option to get the old behavior of reporting uids.
* Add repquota -h option to produce human readable space units.
========================================================================
rquota-2.2.3 Release Notes 2009-12-14
========================================================================
* Send errors to stderr not stdout
========================================================================
rquota-2.2.2 Release Notes 2009-10-27
========================================================================
* Build with lustre 1.8
* Minor man page cleanup.
========================================================================
rquota-2.2 Release Notes 2008-10-20
========================================================================
* Clean up config file parsing. Handle free format placement of hash-
begun comments. Handle config file path of "-" (standard input).
* Portability to biarch ppc64 (e.g. SuSE).
========================================================================
rquota-2.1 Release Notes 2008-06-03
========================================================================
* AIX RPM package works now.
========================================================================
rquota-2.0 Release Notes 2008-05-23
========================================================================
* Tidy up. First release for sourceforge.
========================================================================
rquota-1.10 Release Notes 2008-05-20
========================================================================
* Integrated automake.
* Added test suite.
========================================================================
rquota-1.9 Release Notes 2008-05-03
========================================================================
* Add support for Lustre quotas.
* Add 'repquota' command.
* General refactoring and cleanup.
========================================================================
rquota-1.8 Release Notes 2008-04-18
========================================================================
* Fix bug where home directory of /g/g53/user matched mount point of
/g/g5. https://chaos.llnl.gov/bugzilla/show_bug.cgi?id=301
========================================================================
rquota-1.7 Release Notes 2007-10-29
========================================================================
* Rename package to 'rquota' and have it obsolete the Red Hat quota
package.
========================================================================
quota-1.5 Release Notes 2006-10-06
========================================================================
* Added "-t sec" option which puts an upper limit on the amount of
time quota should be allowed to run, useful for login scripts.
* Added -l option to report only on the user's home directory.
NOTE: this option determines the file system to query by comparing
the user's home directory listed in the password file to the file
system labels in /etc/quota.conf.
* RPM packaging for AIX.