]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/changelog
Use kernel version to short-circuit the lockd test in nfs-common.init.
[nfs-utils.git] / debian / changelog
1 nfs-utils (1:1.0.6-2) unstable; urgency=low
2
3   * Test kernel version in init script; if kernel is 2.4 or later,
4     rpc.lockd is unnecessary.  Existing tests still apply to earlier
5     kernels.  (closes: #205867)
6
7  --
8
9 nfs-utils (1:1.0.6-1) unstable; urgency=low
10
11   * New upstream version:
12     > Workaround glibc bug with large fd rlimits.
13   * Japanese debconf translation from Kenshi Muto <kmuto@debian.org>.
14     (closes: #209370)
15
16  -- Chip Salzenberg <chip@debian.org>  Fri, 12 Sep 2003 12:47:58 -0400
17
18 nfs-utils (1:1.0.5-3) unstable; urgency=high
19
20   * Upstream CVS sync:
21     > Fix crash on invalid reverse DNS.  (closes: #209318)
22
23  -- Chip Salzenberg <chip@debian.org>  Tue,  9 Sep 2003 14:02:46 -0400
24
25 nfs-utils (1:1.0.5-2) unstable; urgency=low
26
27   * Upstream CVS sync:
28     > Improve support for 2.6.0 /proc interface.
29   * Use po-debconf.  Patch from Andre Luis Lopes <andrelop@ig.com.br>,
30     with improved French from Christian Perrier <bubulle@debian.org>.
31     (closes: #187866, #202196)
32
33  -- Chip Salzenberg <chip@debian.org>  Wed, 20 Aug 2003 17:03:44 -0400
34
35 nfs-utils (1:1.0.5-1) unstable; urgency=high
36
37   * New upstream version:
38     > Don't use freed memory.  (closes: #201311, #201598, #201873)
39     > Fix mountd -o arg.  (closes: #197355)
40   
41  -- Chip Salzenberg <chip@debian.org>  Thu, 24 Jul 2003 15:40:12 -0400
42
43 nfs-utils (1:1.0.3-2) unstable; urgency=high
44
45   * Upstream CVS sync:
46     > Fix one-byte buffer overflow in logging code.
47
48  -- Chip Salzenberg <chip@debian.org>  Tue, 10 Jun 2003 11:11:56 -0400
49
50 nfs-utils (1:1.0.3-1) unstable; urgency=low
51
52   * New upstream version:
53     > Support reading and writing export cache in /proc/rpc/*/channel,
54       as current syscall interface may not survive into 2.6 on all archs.
55
56  -- Chip Salzenberg <chip@debian.org>  Wed, 26 Mar 2003 11:38:52 -0500
57
58 nfs-utils (1:1.0.2-2) unstable; urgency=medium
59
60   * Upstream CVS sync:
61     > Fix one-byte buffer overflow with no apparent security implications.
62       (It's a readlink on a path that should be writable only to root.)
63   * Make nfs-{common,kernel-server} depend on sysvinit 2.80-1 for invoke-rc.d.
64   * Make nfs-common depend on debconf (long overdue).
65   * Fix package description to name nfs-user-server as an alternative, rather
66     than "nfs-server" (which no longer exists).
67
68  -- Chip Salzenberg <chip@debian.org>  Wed, 12 Feb 2003 21:27:24 -0500
69
70 nfs-utils (1:1.0.2-1) unstable; urgency=high
71
72   * New upstream version:
73     > Allow program stdin to be a non-INET socket.  (closes: #142557)
74   * Start nfs-common after nfs-kernel-server so that the server is running
75     when statd restarts; without this change, a rebooting server may make
76     clients lose mounts.  (This postinst removes bad rc.d links from old
77     packages.)  From Philippe Troin <phil@fifi.org>.  (closes: #160800)
78   * Make init scripts exit with non-zero status when daemons don't start.
79   * Add titles to templates where I forgot them.  (closes: #158489)
80   * Add /etc/default/{nfs-common,nfs-kernel-server} so setting random
81     parameters doesn't require editing init scripts.  (closes: #131539)
82   * Split templates into separate files, and add French templates.
83     (closes: #134630)
84   * Use invoke-rc.d to avoid premature daemon starts.  (closes: 158574)
85   * Change priority of nfs-kernel-server to 'optional'.
86
87  -- Chip Salzenberg <chip@debian.org>  Sun, 15 Sep 2002 22:00:27 -0400
88
89 nfs-utils (1:1.0.1-1) unstable; urgency=low
90
91   * New upstream version:
92     > BIG CHANGE: Exports default to "sync", that is, synchronous writes.
93       This is safer but MUCH SLOWER than the old default of "async".
94       All exports should be marked as either "sync" or "async" to avoid a
95       warning from exportfs.
96   * Patches from CVS through 2002-08-26.
97   * Let init script start statd on a specific port.  (closes: #144344)
98   * Fix typo in debconf message about tcpwrappers.  (closes: #128709)
99   * Fix typo in rpc.nfsd(8).  (closes: #152556)
100   * Add Russian templates.  (closes: #136599, #136932)
101
102  -- Chip Salzenberg <chip@debian.org>  Mon, 26 Aug 2002 12:17:57 -0400
103
104 nfs-utils (1:1.0-2) unstable; urgency=low
105
106   * Fail an export if its mapping option is unsupported.  (closes: #85678)
107
108  -- Chip Salzenberg <chip@debian.org>  Wed,  2 Jan 2002 15:52:37 -0800
109
110 nfs-utils (1:1.0-1) unstable; urgency=medium
111
112   * New upstream version.  (Version number is only change.)
113   * Urgency "medium" so woody users see the pretty new version number.
114     (Yeah, it's shallow... but, doggone it, this is mature code.)
115
116  -- Chip Salzenberg <chip@debian.org>  Wed, 26 Dec 2001 20:21:15 -0800
117
118 nfs-utils (1:0.3.3-6) unstable; urgency=high
119
120   * Upstream fixes:
121     > Ignore case when comparing host names.
122     > Use all addresses of multi-homed hosts in export processing.
123     > When reading /proc/fs/nfs/exports, assume noasync and nowgather;
124       older kernels did so, while newer kernels report them explicitly.
125     > Remove man page refs to "hosts_allow(5)".  (closes: #122540)
126     > In exports.5: Emphasize the need for options to immediately follow
127       client names.  Explain that wildcards don't usually work on addresses,
128       but may work when reverse DNS fails. (closes: #118040, #116039)
129
130  -- Chip Salzenberg <chip@debian.org>  Wed, 26 Dec 2001 18:54:35 -0800
131
132 nfs-utils (1:0.3.3-5) unstable; urgency=high
133
134   * Keep NFS fully operational during upgrade.  (closes: #76544)
135   * When calling update-rc.d, send stdout to /dev/null, but not stderr.
136
137  -- Chip Salzenberg <chip@debian.org>  Thu, 13 Dec 2001 18:50:47 -0800
138
139 nfs-utils (1:0.3.3-4) unstable; urgency=high
140
141   * High priority due to changes in previous version.
142   * Upstream fixes:
143     > Close filehandles in nfsd before spawing kernel threads.  This is a
144       workaround for a kernel bug.  (closes: #121213)
145     > Document that both host names *and* addresses are checked with tcpwrappers.
146       This is a doc update, not a change.  (closes: #108493)
147     > Don't assume that strings starting with digits are IP addresses;
148       host names are allowed to start with digits.  (closes: #68977)
149   * German template for nfs-common.  (closes: #120939)
150
151  -- Chip Salzenberg <chip@debian.org>  Mon, 26 Nov 2001 11:50:43 -0800
152
153 nfs-utils (1:0.3.3-3) unstable; urgency=low
154
155   * Upstream fixes:
156     > Accept obsolete mount option "crossmnt" for parsing old xtab files
157       after upgrade.  (closes: #78801)
158     > Put filenames into more error messages.
159   * Stop debconf before starting nfsd to avoid a hang.  Kernel threads
160     like nfsd aren't supposed to inherit open files from the programs that
161     start them, but nfsd does.  See debconf tutorial.  (closes: #115817)
162   * Rebuild with current glibc.  (closes: #119545)
163   * Carefully account for ownership of /var/lib/nfs/*.  (closes: #117258)
164   * Warn about statd using tcpwrappers.  (closes: #92666)
165   * Only warn about mountd's tcpwrappers name change if the old name
166     appears in the tcpwrapper config files.
167   * German template for nfs-kernel-server.  (closes: #117196)
168
169  -- Chip Salzenberg <chip@debian.org>  Wed, 21 Nov 2001 18:30:36 -0800
170
171 nfs-utils (1:0.3.3-2) unstable; urgency=high
172
173   * The "Test It Before Release, Stupid" release.
174   * Repair total failure of rpc.mountd.  (closes: #115095)
175
176  -- Chip Salzenberg <chip@debian.org>  Thu, 11 Oct 2001 13:03:45 -0700
177
178 nfs-utils (1:0.3.3-1) unstable; urgency=medium
179
180   * The "Life Goes On" release.
181   * New upstream version.  (closes: #113042)
182     > Avoid DNS when unexporting... important for shutdown.
183     > Recognize double-quote and \octal quoting in pathnames.
184     > Print pathnames with \octal quoting as necessary.
185   * Depend on a version of glibc that restores rpcinfo to its rightful
186     place.  (closes: #102400)
187   * Fix pathname in mountd doc.  (closes: #112088)
188   * debian/nfs-kernel-server.postinst: Remove rc.d symlinks to old
189     nfs-server init script, which doesn't realize when it's been removed.
190     (closes: #97099)
191   * Warn users about "rpc.mountd" -> "mountd" in /etc/hosts.{allow,deny}.
192     This marks my first use of debconf!  W00T!  (closes: #92671)
193
194  -- Chip Salzenberg <chip@debian.org>  Mon,  8 Oct 2001 15:04:08 -0700
195
196 nfs-utils (1:0.3.2-2) unstable; urgency=low
197
198   * Rebuild with new libc.  (closes: #97252, #97455, #99829, #100317)
199   * Fix typo in nfs-kernel-server init script.  (closes: #100380)
200   * Start all daemons in root directory.
201   
202  -- Chip Salzenberg <chip@debian.org>  Fri, 15 Jun 2001 15:57:18 -0700
203
204 nfs-utils (1:0.3.2-1) unstable; urgency=low
205
206   * Upstream changes to statd:
207     > Recognize long options.
208     > On startup, close std{in,out,err}.
209     > Updated man page.
210   * Let debhelper handle doc symlinks.  (closes: #74094)
211   * Rename upstream changelog, per policy.
212   * Get rid of suidregister call.
213
214  -- Chip Salzenberg <chip@debian.org>  Sun,  1 Apr 2001 19:21:26 -0700
215
216 nfs-utils (1:0.3.1-1) unstable; urgency=medium
217
218   * New upstream version.
219   * Incorporate (but not all) Bug Party changes by David LaBissoniere
220     <labiss@usit.net>:
221     > Mention upstream source and license in copyright file.  (closes: #79997)
222     > Add Build-Depends for debhelper and libwrap0-dev.  (closes: #84131)
223
224  -- Chip Salzenberg <chip@debian.org>  Mon, 26 Feb 2001 16:51:15 -0800
225
226 nfs-utils (1:0.3-2) unstable; urgency=low
227
228   * Upstream:
229     > Don't modify socket buffer sizes.
230
231  -- Chip Salzenberg <chip@debian.org>  Mon, 12 Feb 2001 20:46:22 -0800
232
233 nfs-utils (1:0.3-1) unstable; urgency=low
234
235   * New upstream.
236
237  -- Chip Salzenberg <chip@debian.org>  Sun, 28 Jan 2001 18:13:59 -0800
238
239 nfs-utils (1:0.2.1-5) unstable; urgency=low
240
241   * Fix statd callback protection ("--secure-statd") to
242      1. work with current kernels as far as possible, and
243      2. allow for Trond's recent NFS patches, which change the
244         static callback RPC procedure.
245   * Store return values of getc and getopt in int variables:
246     they can return EOF, which requires an int. (From NMU)
247   
248  -- Chip Salzenberg <chip@debian.org>  Sat, 20 Jan 2001 20:03:07 -0800
249
250 nfs-utils (1:0.2.1-4) unstable; urgency=medium
251
252   * Warn about common errors in /etc/exports.  (closes: #66421)
253   * Fix line numbers in messages about /etc/exports.  (closes: #59734)
254   * Let nhfsstone replace files from old server packages.  (closes: #59261)
255
256  -- Chip Salzenberg <chip@valinux.com>  Sun,  3 Dec 2000 14:41:13 -0800
257
258 nfs-utils (1:0.2.1-3) unstable; urgency=low
259
260   * Add portmap dependency. (closes: #75639)
261   * Upstream:
262     > mountd: New option "-n/--no-tcp".
263
264  -- Chip Salzenberg <chip@valinux.com>  Sun, 19 Nov 2000 09:22:19 -0800
265
266 nfs-utils (1:0.2.1-2) unstable; urgency=high
267
268   * On shutdown, kill user-mode lockd, not kernel-mode lockd thread.
269   * Big upstream fix:
270      > statd: Repair memory leaks and corruptions.
271   * Other upstream patches:
272      > exportfs: Support CIDR netmasks (e.g. "1.2.3.4/24").
273      > statd: Fix callbacks to local lockd; Be paranoid about IP addresses
274        when doing callbacks to local lockd; Add debugging features; Make
275        logs more readable.
276
277  -- Chip Salzenberg <chip@valinux.com>  Thu,  2 Nov 2000 18:10:36 -0800
278
279 nfs-utils (1:0.2.1-1) unstable; urgency=low
280
281   * New upstream w/minor fixes.
282
283  -- Chip Salzenberg <chip@valinux.com>  Mon,  2 Oct 2000 17:32:00 -0700
284
285 nfs-utils (1:0.2-1) unstable; urgency=low
286
287   * New upstream version number.
288   * Minor fixes.
289
290  -- Chip Salzenberg <chip@valinux.com>  Tue,  5 Sep 2000 11:30:00 -0700
291
292 nfs-utils (1:0.1.9.1-2) unstable; urgency=medium
293
294   * Upstream addition of tcpwrapper support in statd and mountd.
295   * Upstream fixes from H.J. Lu and Neil Brown.
296   * Run exportfs first during startup (again).
297
298  -- Chip Salzenberg <chip@valinux.com>  Sat, 26 Aug 2000 17:30:00 -0700
299
300 nfs-utils (1:0.1.9.1-1) frozen unstable; urgency=high
301
302   * New upstream version, fixes more logging errors.
303   * Fix Debian distribution list.
304
305  -- Chip Salzenberg <chip@valinux.com>  Wed,  5 Jul 2000 15:00:00 -0800
306
307 nfs-utils (1:0.1.8.2-2) unstable; urgency=high
308
309   * Fix serious logging error in statd.
310
311  -- Chip Salzenberg <chip@valinux.com>  Wed, 28 Jun 2000 23:00:00 -0800
312
313 nfs-utils (1:0.1.8.2-1) unstable; urgency=low
314
315   * New upstream version.
316   * During startup, start daemons before running exportfs.
317
318  -- Chip Salzenberg <chip@valinux.com>  Wed, 28 Jun 2000 15:00:00 -0800
319
320 nfs-utils (1:0.1.8.1-1) unstable; urgency=medium
321
322   * New upstream version.
323   * Chdir to / before spawning daemons. (closes: #60837, #64857)
324   * Follow policy for init messages. (closes: #59184, #65519)
325
326  -- Chip Salzenberg <chip@valinux.com>  Mon, 12 Jun 2000 22:30:00 -0800
327
328 nfs-utils (1:0.1.8-1) unstable; urgency=low
329
330   * New upstream version.
331
332  -- Chip Salzenberg <chip@valinux.com>  Sun,  4 Jun 2000 13:30:00 -0800
333
334 nfs-utils (1:0.1.7.1-1) unstable; urgency=medium
335
336   * New upstream version.
337   * Use fewer sockets in mountd by sharing RPC transports,
338     even when it is run without '-p'.
339
340  -- Chip Salzenberg <chip@valinux.com>  Sat, 29 Apr 2000 20:45:00 -0800
341
342 nfs-utils (1:0.1.6-3) frozen unstable; urgency=medium
343
344   * Fix kernel server shutdown order: mountd, nfsd, exportfs.
345   * Upstream:  Fix 'mountd -p'.  Use fewer UDP sockets
346     by sharing RPC transports.  Display more mount flags.
347
348  -- Chip Salzenberg <chip@valinux.com>  Mon, 13 Mar 2000 14:45:00 -0800
349
350 nfs-utils (1:0.1.6-2) frozen unstable; urgency=medium
351
352   * Split off nhfsstone into its own package, since it has
353     helper scripts and most people won't use it.
354   * Also include nhfsstone's helpers: nhfs{run,nums,graph}.
355   * Install man page for nhfsstone. (closes: #55194)
356   * Always run lockd on non-module kernels. (closes: #57841)
357   * Make init scripts config files. (closes: #55193)
358   * Handle "force-reload" in nfs-common's init script. (ditto)
359   * Fix line numbers in error messages. (closes: #57717)
360   * Write man page for rpc.lockd. (closes: #55192)
361   * Fix typo in exports(5) man page. (closes: #46933)
362   * Add /usr/doc -> /usr/share doc links. (closes: #54983)
363   * Add copyright file. (closes: #55195)
364   * Refresh sources from upstream.
365   * Refine dependencies.
366
367  -- Chip Salzenberg <chip@valinux.com>  Sat, 26 Feb 2000 02:00:00 -0800
368
369 nfs-utils (1:0.1.6-1) unstable; urgency=high
370
371   * New upstream version.
372   * Make nfs-kernel-server conflict with and replace knfs.
373
374  -- Chip Salzenberg <chip@valinux.com>  Wed, 12 Jan 2000 19:30:00 -0800
375
376 nfs-utils (1:0.1.5-2) unstable; urgency=high
377
378   * Rename packages to "nfs-common" and "nfs-kernel-server".
379     (Previous package names were only temporary anyway.)
380   * Prepend "1:" to version, to override existing nfs-common.
381   * Remove rpc.rquotad -- it's already packaged in "quota".
382
383  -- Chip Salzenberg <chip@valinux.com>  Wed, 29 Dec 1999 17:00:00 -0800
384
385 nfs-utils (0.1.5-1) unstable; urgency=medium
386
387   * New upstream version.
388   * Allow for some kernels not requiring rpc.lockd.
389
390  -- Chip Salzenberg <chip@valinux.com>  Sun, 19 Dec 1999 11:40:00 -0800
391
392 nfs-utils (0.1.4-1) unstable; urgency=low
393
394   * New upstream version.
395   * Don't disable NFSv3 by default.
396
397  -- Chip Salzenberg <chip@valinux.com>  Fri, 10 Dec 1999 23:00:00 -0800
398
399 nfs-utils (0.1.3-2) unstable; urgency=low
400
401   * Conflict with standard NFS packages.
402
403  -- Chip Salzenberg <chip@valinux.com>  Fri,  3 Dec 1999 22:00:00 -0800
404
405 nfs-utils (0.1.3-1) unstable; urgency=low
406
407   * New upstream version.
408   * Start following CVS tree at SourceForge.
409
410  -- Chip Salzenberg <chip@valinux.com>  Fri,  3 Dec 1999 20:00:00 -0800
411