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