]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/changelog
57ad8c2e52e8772060a973f9031afbe22b6c8675
[nfs-utils.git] / debian / changelog
1 nfs-utils (1:1.0.7-10) unstable; urgency=low
2
3   * Intermediate 1.0.7 release, waiting for librpcsecgss to be uploaded into
4     Debian so we can upload 1.0.8.
5   * Clarify what the NEED_* options in /etc/default/nfs-common mean.
6     (Closes: #364625)
7   * Make /var/lib/nfs/{sm,sm.bak,state,rpc_pipefs} be owned by a new "statd"
8     user (created in postinst), causing rpc.statd to be run as that user
9     instead of root. (Closes: #240689)
10     * Make nfs-common depend on adduser.
11   * Clear out obsolete (pre-sarge) debconf and rc.d purging from postinst
12     script.
13   * Use invoke-rc.d in nfs-common and nfs-kernel-server prerms instead of
14     calling the /etc/init.d script directly; fixes two lintian warnings.
15
16  -- Steinar H. Gunderson <sesse@debian.org>  Thu, 27 Apr 2006 00:32:27 +0200
17
18 nfs-utils (1:1.0.7-9) unstable; urgency=low
19
20   * When checking for nfsd support in the kernel, check for init_nfsd
21     (which is a function) rather than nfsd_version (which is a variable);
22     kernels compiled without CONFIG_KALLSYMS_ALL=y have only the former.
23     (Closes: #361026)
24
25  -- Steinar H. Gunderson <sesse@debian.org>  Thu,  6 Apr 2006 13:31:48 +0200
26
27 nfs-utils (1:1.0.7-8) unstable; urgency=low
28
29   * Don't complain about missing sync/async for a read-only export.
30     (Closes: #265409)
31   * Implement --state-directory-path for rpc.mountd; most code borrowed
32     from rpc.statd. (Closes: #352387)
33     * Update mountd.man accordingly.
34
35  -- Steinar H. Gunderson <sesse@debian.org>  Wed,  5 Apr 2006 22:54:09 +0200
36
37 nfs-utils (1:1.0.7-7) unstable; urgency=high
38
39   * urgency=high, fixes an RC bug.
40   * Let the init script test for kernel support before trying to start
41     nfs-kernel-server. (Closes: #360420)
42   * Include help on how to activate /etc/exports changes; text from
43     Martin Pool. (Closes: #239286)
44   * Document sync option in exports man page. (Closes: #297135)
45   * Give an example in /etc/exports. (Closes: #345460)
46   * Write a mini-HOWTO on how to get NFSv4 up and running. (Closes: #294468)
47     * Install it in debian/rules.
48
49  -- Steinar H. Gunderson <sesse@debian.org>  Wed,  5 Apr 2006 18:15:20 +0200
50
51 nfs-utils (1:1.0.7-6) unstable; urgency=low
52
53   * Let the man-page fixup script in debian/rules look for the man pages in
54     the right place.
55   * Modprobe nfs4 along with nfs in the nfs-common init script. Also modprobe
56     rpcsec_gss_krb5 before we start gssd.
57   * Implement autodetection for NEED_IDMAPD and NEED_GSSD, based on /etc/fstab.
58   * Add a note to the top of /etc/defaults/nfs-common that the default is to
59     autodetect.
60   * Move /var/lib/nfs/rpc_pipefs from nfs-kernel-server.dirs to
61     nfs-common.dirs; it's needed by the client as well.
62   * Let dh_install install from debian/tmp/ instead of debian/tmp; it fixes
63     minor aesthetic issues in the build log.
64
65  -- Steinar H. Gunderson <sesse@debian.org>  Sat,  1 Apr 2006 02:46:53 +0200
66
67 nfs-utils (1:1.0.7-5) unstable; urgency=low
68
69   * Non-non-maintainer-upload this time, it seems. :-)
70   * Don't let the init script fail if there wasn't any lockd threads to kill;
71     this could cause the package to fail configuration.
72   * Move to debhelper compatibility level 5.
73     * Use dh_install instead of dh_movefiles (actually a combination was used
74       earlier). Move stuff from *.files accordingly into *.install.
75     * mkdir debian/tmp manually before doing make install, and remove it
76       in the clean target.
77     * Use straight cp -a instead of dh_install for the files that _don't_
78       come from debian/tmp/ (the two /etc files).
79     * Fix the "fixups" part in debian/rules to reflect the behaviour of
80       dh_install compared to dh_movefiles (ie. don't rm lots of stuff in
81       debian/tmp, etc.).
82     * Make a debian/nfs-kernel-server.install listing explicitly the files
83       we want in that package; with dh_movefiles everything from make install
84       was implicitly put there. This has the side effect that the man pages
85       for rpc.gssd and idmap.conf are no longer put in nfs-kernel-server, but
86       in nfs-common, where they should be.
87     * Use dh_installman to install the manpages, to make sure they're in the
88       right place (and move the manpage lists from *.files to *.manpages
89       accordingly). List the rpc.* variants of the manpages in *.links,
90       instead of assuming dh_compress (!) will make them for us. Bonus points
91       for then not including the nonsensical rpc.* variants, such as
92       rpc.idmapd.conf(5).
93     * Don't mv lockd, statd and showmount manually from /usr/sbin to /sbin;
94       let the .install file do it for us.
95     * Remove *.conffiles; debhelper now sets everything in /etc as conffiles
96       automatically.
97     * Extend the debian/rules rm hack to the files we removed in this version
98       (ick).
99     * In debian/control, make nfs-common replace nfs-kernel-server
100       (<< 1:1.0.7-5), since the idmapd manpage switched packages.
101   * Remove old cruft in debian/rules file:
102     * Remove non-used dh_* programs.
103     * Remove obsolete source and diff targets.
104     * Remove SETGCC hack.
105   * Don't set rpath for rpc.gssd and rpc.svcgssd (fixes lintian warnings).
106
107  -- Steinar H. Gunderson <sesse@debian.org>  Tue, 28 Mar 2006 02:57:23 +0200
108
109 nfs-utils (1:1.0.7-4) unstable; urgency=low
110
111   * Ack NMU. Thanks Steinar H. Gunderson.
112     Closes: #239230, #245449, #246904, #247473, #248300, #252081,
113     #287026, #294928, #303497, #310940, #323460, #326663, #332047,
114     #337836, #338292, #359024.
115   * Added Steinar H. Gunderson and Daniel Baumann as uploaders.
116   * Added homepage to package descriptions.
117   * Set Standards-Version to 3.6.2.
118   * Fixed outdated-autotools-helper-file.
119
120  -- Anibal Monsalve Salazar <anibal@debian.org>  Mon, 27 Mar 2006 13:22:51 +1100
121
122 nfs-utils (1:1.0.7-3.1) unstable; urgency=low
123
124   * Non-maintainer upload.
125   * Set u+w on all files in debian/, so dch etc. actually works.
126   * Add /var/lib/nfs/v4recovery to nfs-kernel-server.dirs. (Closes: #337836).
127   * Add /var/lib/nfs/rpc_pipefs to nfs-kernel-server.dirs. (Closes: #310940).
128   * Fix problems with exportfs -o when there are multiple entries of the same
129     type for the same path that match a given client; patch from Fumihiko
130     Kakuma. (Closes: #245449)
131   * Start nfs-kernel-server even if /etc/exports is empty, as long as it
132     exists; patch from Alexis Huxley. (Closes: #246904) This patch also
133     happens to fix and thus Closes: #338292.
134   * When stopping daemons, do it even if they do not run as root; based on a
135     patch from Andreas Schmidt. (Closes: #247473)
136   * SIGKILL kernel lockd thread on stop, to make the kernel release all its
137     locks; patch from Jeffrey Layton. (Closes: #252081)
138   * Flush the kernel export table on stop; patch from Jeffrey Layton
139     (Closes: #248300).
140   * Change default root-squashed uid from -2 to 65534; the former changes
141     depending of the size of uid_t, and we want it to match the user "nobody"
142     (which has uid 65534). (Closes: #323460)
143   * Remove dependency on debconf, as it's no longer used. Also, don't run
144     dh_installdebconf anymore. (Closes: #332047)
145   * Check for /sbin/modprobe before using it, for non-modular kernels;
146     patch from Vincent Crvt. (Closes: #294928)
147   * Replaced the rather emtpy nhfsstone long description by the one from
148     its manpage. (Closes: #303497)
149   * Don't ship upstream README anymore, as it's not relevant for our users.
150     (Closes: #326663)
151   * Add the ability to start nfs-kernel-server niced; patch from Kimmo
152     Tervinen. (Closes: #287026)
153   * Escape '#' when writing export entries, so they are not mistakenly parsed
154     as comments when re-reading them. (Closes: #239230)
155   * Also Closes: #359024 automatically by recompiling package.
156
157  -- Steinar H. Gunderson <sesse@debian.org>  Sun, 26 Mar 2006 14:57:50 +0200
158
159 nfs-utils (1:1.0.7-3) unstable; urgency=medium
160
161   * New maintainer, closes: #303559.
162
163  -- Anibal Monsalve Salazar <anibal@debian.org>  Fri, 08 Apr 2005 11:25:17 +1000
164
165 nfs-utils (1:1.0.7-2) unstable; urgency=low
166
167   * Orphaning package.
168   * Upstream CVS sync:
169     > Support "no_acl" export option, for the few specially patched
170       kernels that understand it.  (Closes: #253824)
171     > Fix FTBTS on amd64.  (Closes: #297729)
172     > Update config.{guess,sub}.  (Closes: #300552)
173
174  -- Chip Salzenberg <chip@debian.org>  Thu,  7 Apr 2005 09:07:24 -0400
175
176 nfs-utils (1:1.0.7-1) unstable; urgency=medium
177
178   * Acknowledge NMU; thanks to joeyh.  (closes: #287053)
179   * New upstream version:
180     > Add support for NFSv4.
181     > Ignore SIGPIPE, fixing a remote DOS.  Note that the previous
182       NMU already fixed this bug.  (CAN-2004-1014)
183     > At long last, fix "erroneous SM_UNMON" warnings.  (closes: #165744)
184
185  -- Chip Salzenberg <chip@debian.org>  Tue, 11 Jan 2005 23:31:05 -0500
186
187 nfs-utils (1:1.0.6-3) unstable; urgency=medium
188
189   * Remove obsolete debconf-related files in debian/rules, because source
190     diffs don't implement removals.  (closes: #239331)
191
192  -- Chip Salzenberg <chip@debian.org>  Wed, 24 Mar 2004 18:09:21 -0500
193
194 nfs-utils (1:1.0.6-2) unstable; urgency=medium
195
196   * Upstream CVS sync.
197   * Urgency "medium" to get debconf fix into testing.
198   * Remove debconf warning notes in favor of nfs-kernel-server.NEWS.
199     (closes: #228365)
200   * Make /etc/exports a conffile.  (closes: #224557)
201   * Clean up /var/lib/nfs in postrm.
202   * Test kernel version in init script; all kernels from 2.4 forward
203     have a lockd thread, and don't need rpc.lockd.  Probe older kernels
204     by checking for lockd-related symbols.  When in doubt, go ahead and
205     run rpc.lockd; if it's not needed, it exits.  (closes: #205867)
206   * Don't bother removing nfs-server's init links; it's long dead.
207
208  -- Chip Salzenberg <chip@debian.org>  Thu, 18 Mar 2004 17:06:00 -0500
209
210 nfs-utils (1:1.0.6-1) unstable; urgency=low
211
212   * New upstream version:
213     > Workaround glibc bug with large fd rlimits.
214   * Japanese debconf translation from Kenshi Muto <kmuto@debian.org>.
215     (closes: #209370)
216
217  -- Chip Salzenberg <chip@debian.org>  Fri, 12 Sep 2003 12:47:58 -0400
218
219 nfs-utils (1:1.0.5-3) unstable; urgency=high
220
221   * Upstream CVS sync:
222     > Fix crash on invalid reverse DNS.  (closes: #209318)
223
224  -- Chip Salzenberg <chip@debian.org>  Tue,  9 Sep 2003 14:02:46 -0400
225
226 nfs-utils (1:1.0.5-2) unstable; urgency=low
227
228   * Upstream CVS sync:
229     > Improve support for 2.6.0 /proc interface.
230   * Use po-debconf.  Patch from Andre Luis Lopes <andrelop@ig.com.br>,
231     with improved French from Christian Perrier <bubulle@debian.org>.
232     (closes: #187866, #202196)
233
234  -- Chip Salzenberg <chip@debian.org>  Wed, 20 Aug 2003 17:03:44 -0400
235
236 nfs-utils (1:1.0.5-1) unstable; urgency=high
237
238   * New upstream version:
239     > Don't use freed memory.  (closes: #201311, #201598, #201873)
240     > Fix mountd -o arg.  (closes: #197355)
241   
242  -- Chip Salzenberg <chip@debian.org>  Thu, 24 Jul 2003 15:40:12 -0400
243
244 nfs-utils (1:1.0.3-2) unstable; urgency=high
245
246   * Upstream CVS sync:
247     > Fix one-byte buffer overflow in logging code.
248
249  -- Chip Salzenberg <chip@debian.org>  Tue, 10 Jun 2003 11:11:56 -0400
250
251 nfs-utils (1:1.0.3-1) unstable; urgency=low
252
253   * New upstream version:
254     > Support reading and writing export cache in /proc/rpc/*/channel,
255       as current syscall interface may not survive into 2.6 on all archs.
256
257  -- Chip Salzenberg <chip@debian.org>  Wed, 26 Mar 2003 11:38:52 -0500
258
259 nfs-utils (1:1.0.2-2) unstable; urgency=medium
260
261   * Upstream CVS sync:
262     > Fix one-byte buffer overflow with no apparent security implications.
263       (It's a readlink on a path that should be writable only to root.)
264   * Make nfs-{common,kernel-server} depend on sysvinit 2.80-1 for invoke-rc.d.
265   * Make nfs-common depend on debconf (long overdue).
266   * Fix package description to name nfs-user-server as an alternative, rather
267     than "nfs-server" (which no longer exists).
268
269  -- Chip Salzenberg <chip@debian.org>  Wed, 12 Feb 2003 21:27:24 -0500
270
271 nfs-utils (1:1.0.2-1) unstable; urgency=high
272
273   * New upstream version:
274     > Allow program stdin to be a non-INET socket.  (closes: #142557)
275   * Start nfs-common after nfs-kernel-server so that the server is running
276     when statd restarts; without this change, a rebooting server may make
277     clients lose mounts.  (This postinst removes bad rc.d links from old
278     packages.)  From Philippe Troin <phil@fifi.org>.  (closes: #160800)
279   * Make init scripts exit with non-zero status when daemons don't start.
280   * Add titles to templates where I forgot them.  (closes: #158489)
281   * Add /etc/default/{nfs-common,nfs-kernel-server} so setting random
282     parameters doesn't require editing init scripts.  (closes: #131539)
283   * Split templates into separate files, and add French templates.
284     (closes: #134630)
285   * Use invoke-rc.d to avoid premature daemon starts.  (closes: 158574)
286   * Change priority of nfs-kernel-server to 'optional'.
287
288  -- Chip Salzenberg <chip@debian.org>  Sun, 15 Sep 2002 22:00:27 -0400
289
290 nfs-utils (1:1.0.1-1) unstable; urgency=low
291
292   * New upstream version:
293     > BIG CHANGE: Exports default to "sync", that is, synchronous writes.
294       This is safer but MUCH SLOWER than the old default of "async".
295       All exports should be marked as either "sync" or "async" to avoid a
296       warning from exportfs.
297   * Patches from CVS through 2002-08-26.
298   * Let init script start statd on a specific port.  (closes: #144344)
299   * Fix typo in debconf message about tcpwrappers.  (closes: #128709)
300   * Fix typo in rpc.nfsd(8).  (closes: #152556)
301   * Add Russian templates.  (closes: #136599, #136932)
302
303  -- Chip Salzenberg <chip@debian.org>  Mon, 26 Aug 2002 12:17:57 -0400
304
305 nfs-utils (1:1.0-2) unstable; urgency=low
306
307   * Fail an export if its mapping option is unsupported.  (closes: #85678)
308
309  -- Chip Salzenberg <chip@debian.org>  Wed,  2 Jan 2002 15:52:37 -0800
310
311 nfs-utils (1:1.0-1) unstable; urgency=medium
312
313   * New upstream version.  (Version number is only change.)
314   * Urgency "medium" so woody users see the pretty new version number.
315     (Yeah, it's shallow... but, doggone it, this is mature code.)
316
317  -- Chip Salzenberg <chip@debian.org>  Wed, 26 Dec 2001 20:21:15 -0800
318
319 nfs-utils (1:0.3.3-6) unstable; urgency=high
320
321   * Upstream fixes:
322     > Ignore case when comparing host names.
323     > Use all addresses of multi-homed hosts in export processing.
324     > When reading /proc/fs/nfs/exports, assume noasync and nowgather;
325       older kernels did so, while newer kernels report them explicitly.
326     > Remove man page refs to "hosts_allow(5)".  (closes: #122540)
327     > In exports.5: Emphasize the need for options to immediately follow
328       client names.  Explain that wildcards don't usually work on addresses,
329       but may work when reverse DNS fails. (closes: #118040, #116039)
330
331  -- Chip Salzenberg <chip@debian.org>  Wed, 26 Dec 2001 18:54:35 -0800
332
333 nfs-utils (1:0.3.3-5) unstable; urgency=high
334
335   * Keep NFS fully operational during upgrade.  (closes: #76544)
336   * When calling update-rc.d, send stdout to /dev/null, but not stderr.
337
338  -- Chip Salzenberg <chip@debian.org>  Thu, 13 Dec 2001 18:50:47 -0800
339
340 nfs-utils (1:0.3.3-4) unstable; urgency=high
341
342   * High priority due to changes in previous version.
343   * Upstream fixes:
344     > Close filehandles in nfsd before spawing kernel threads.  This is a
345       workaround for a kernel bug.  (closes: #121213)
346     > Document that both host names *and* addresses are checked with tcpwrappers.
347       This is a doc update, not a change.  (closes: #108493)
348     > Don't assume that strings starting with digits are IP addresses;
349       host names are allowed to start with digits.  (closes: #68977)
350   * German template for nfs-common.  (closes: #120939)
351
352  -- Chip Salzenberg <chip@debian.org>  Mon, 26 Nov 2001 11:50:43 -0800
353
354 nfs-utils (1:0.3.3-3) unstable; urgency=low
355
356   * Upstream fixes:
357     > Accept obsolete mount option "crossmnt" for parsing old xtab files
358       after upgrade.  (closes: #78801)
359     > Put filenames into more error messages.
360   * Stop debconf before starting nfsd to avoid a hang.  Kernel threads
361     like nfsd aren't supposed to inherit open files from the programs that
362     start them, but nfsd does.  See debconf tutorial.  (closes: #115817)
363   * Rebuild with current glibc.  (closes: #119545)
364   * Carefully account for ownership of /var/lib/nfs/*.  (closes: #117258)
365   * Warn about statd using tcpwrappers.  (closes: #92666)
366   * Only warn about mountd's tcpwrappers name change if the old name
367     appears in the tcpwrapper config files.
368   * German template for nfs-kernel-server.  (closes: #117196)
369
370  -- Chip Salzenberg <chip@debian.org>  Wed, 21 Nov 2001 18:30:36 -0800
371
372 nfs-utils (1:0.3.3-2) unstable; urgency=high
373
374   * The "Test It Before Release, Stupid" release.
375   * Repair total failure of rpc.mountd.  (closes: #115095)
376
377  -- Chip Salzenberg <chip@debian.org>  Thu, 11 Oct 2001 13:03:45 -0700
378
379 nfs-utils (1:0.3.3-1) unstable; urgency=medium
380
381   * The "Life Goes On" release.
382   * New upstream version.  (closes: #113042)
383     > Avoid DNS when unexporting... important for shutdown.
384     > Recognize double-quote and \octal quoting in pathnames.
385     > Print pathnames with \octal quoting as necessary.
386   * Depend on a version of glibc that restores rpcinfo to its rightful
387     place.  (closes: #102400)
388   * Fix pathname in mountd doc.  (closes: #112088)
389   * debian/nfs-kernel-server.postinst: Remove rc.d symlinks to old
390     nfs-server init script, which doesn't realize when it's been removed.
391     (closes: #97099)
392   * Warn users about "rpc.mountd" -> "mountd" in /etc/hosts.{allow,deny}.
393     This marks my first use of debconf!  W00T!  (closes: #92671)
394
395  -- Chip Salzenberg <chip@debian.org>  Mon,  8 Oct 2001 15:04:08 -0700
396
397 nfs-utils (1:0.3.2-2) unstable; urgency=low
398
399   * Rebuild with new libc.  (closes: #97252, #97455, #99829, #100317)
400   * Fix typo in nfs-kernel-server init script.  (closes: #100380)
401   * Start all daemons in root directory.
402   
403  -- Chip Salzenberg <chip@debian.org>  Fri, 15 Jun 2001 15:57:18 -0700
404
405 nfs-utils (1:0.3.2-1) unstable; urgency=low
406
407   * Upstream changes to statd:
408     > Recognize long options.
409     > On startup, close std{in,out,err}.
410     > Updated man page.
411   * Let debhelper handle doc symlinks.  (closes: #74094)
412   * Rename upstream changelog, per policy.
413   * Get rid of suidregister call.
414
415  -- Chip Salzenberg <chip@debian.org>  Sun,  1 Apr 2001 19:21:26 -0700
416
417 nfs-utils (1:0.3.1-1) unstable; urgency=medium
418
419   * New upstream version.
420   * Incorporate (but not all) Bug Party changes by David LaBissoniere
421     <labiss@usit.net>:
422     > Mention upstream source and license in copyright file.  (closes: #79997)
423     > Add Build-Depends for debhelper and libwrap0-dev.  (closes: #84131)
424
425  -- Chip Salzenberg <chip@debian.org>  Mon, 26 Feb 2001 16:51:15 -0800
426
427 nfs-utils (1:0.3-2) unstable; urgency=low
428
429   * Upstream:
430     > Don't modify socket buffer sizes.
431
432  -- Chip Salzenberg <chip@debian.org>  Mon, 12 Feb 2001 20:46:22 -0800
433
434 nfs-utils (1:0.3-1) unstable; urgency=low
435
436   * New upstream.
437
438  -- Chip Salzenberg <chip@debian.org>  Sun, 28 Jan 2001 18:13:59 -0800
439
440 nfs-utils (1:0.2.1-5) unstable; urgency=low
441
442   * Fix statd callback protection ("--secure-statd") to
443      1. work with current kernels as far as possible, and
444      2. allow for Trond's recent NFS patches, which change the
445         static callback RPC procedure.
446   * Store return values of getc and getopt in int variables:
447     they can return EOF, which requires an int. (From NMU)
448   
449  -- Chip Salzenberg <chip@debian.org>  Sat, 20 Jan 2001 20:03:07 -0800
450
451 nfs-utils (1:0.2.1-4) unstable; urgency=medium
452
453   * Warn about common errors in /etc/exports.  (closes: #66421)
454   * Fix line numbers in messages about /etc/exports.  (closes: #59734)
455   * Let nhfsstone replace files from old server packages.  (closes: #59261)
456
457  -- Chip Salzenberg <chip@valinux.com>  Sun,  3 Dec 2000 14:41:13 -0800
458
459 nfs-utils (1:0.2.1-3) unstable; urgency=low
460
461   * Add portmap dependency. (closes: #75639)
462   * Upstream:
463     > mountd: New option "-n/--no-tcp".
464
465  -- Chip Salzenberg <chip@valinux.com>  Sun, 19 Nov 2000 09:22:19 -0800
466
467 nfs-utils (1:0.2.1-2) unstable; urgency=high
468
469   * On shutdown, kill user-mode lockd, not kernel-mode lockd thread.
470   * Big upstream fix:
471      > statd: Repair memory leaks and corruptions.
472   * Other upstream patches:
473      > exportfs: Support CIDR netmasks (e.g. "1.2.3.4/24").
474      > statd: Fix callbacks to local lockd; Be paranoid about IP addresses
475        when doing callbacks to local lockd; Add debugging features; Make
476        logs more readable.
477
478  -- Chip Salzenberg <chip@valinux.com>  Thu,  2 Nov 2000 18:10:36 -0800
479
480 nfs-utils (1:0.2.1-1) unstable; urgency=low
481
482   * New upstream w/minor fixes.
483
484  -- Chip Salzenberg <chip@valinux.com>  Mon,  2 Oct 2000 17:32:00 -0700
485
486 nfs-utils (1:0.2-1) unstable; urgency=low
487
488   * New upstream version number.
489   * Minor fixes.
490
491  -- Chip Salzenberg <chip@valinux.com>  Tue,  5 Sep 2000 11:30:00 -0700
492
493 nfs-utils (1:0.1.9.1-2) unstable; urgency=medium
494
495   * Upstream addition of tcpwrapper support in statd and mountd.
496   * Upstream fixes from H.J. Lu and Neil Brown.
497   * Run exportfs first during startup (again).
498
499  -- Chip Salzenberg <chip@valinux.com>  Sat, 26 Aug 2000 17:30:00 -0700
500
501 nfs-utils (1:0.1.9.1-1) frozen unstable; urgency=high
502
503   * New upstream version, fixes more logging errors.
504   * Fix Debian distribution list.
505
506  -- Chip Salzenberg <chip@valinux.com>  Wed,  5 Jul 2000 15:00:00 -0800
507
508 nfs-utils (1:0.1.8.2-2) unstable; urgency=high
509
510   * Fix serious logging error in statd.
511
512  -- Chip Salzenberg <chip@valinux.com>  Wed, 28 Jun 2000 23:00:00 -0800
513
514 nfs-utils (1:0.1.8.2-1) unstable; urgency=low
515
516   * New upstream version.
517   * During startup, start daemons before running exportfs.
518
519  -- Chip Salzenberg <chip@valinux.com>  Wed, 28 Jun 2000 15:00:00 -0800
520
521 nfs-utils (1:0.1.8.1-1) unstable; urgency=medium
522
523   * New upstream version.
524   * Chdir to / before spawning daemons. (closes: #60837, #64857)
525   * Follow policy for init messages. (closes: #59184, #65519)
526
527  -- Chip Salzenberg <chip@valinux.com>  Mon, 12 Jun 2000 22:30:00 -0800
528
529 nfs-utils (1:0.1.8-1) unstable; urgency=low
530
531   * New upstream version.
532
533  -- Chip Salzenberg <chip@valinux.com>  Sun,  4 Jun 2000 13:30:00 -0800
534
535 nfs-utils (1:0.1.7.1-1) unstable; urgency=medium
536
537   * New upstream version.
538   * Use fewer sockets in mountd by sharing RPC transports,
539     even when it is run without '-p'.
540
541  -- Chip Salzenberg <chip@valinux.com>  Sat, 29 Apr 2000 20:45:00 -0800
542
543 nfs-utils (1:0.1.6-3) frozen unstable; urgency=medium
544
545   * Fix kernel server shutdown order: mountd, nfsd, exportfs.
546   * Upstream:  Fix 'mountd -p'.  Use fewer UDP sockets
547     by sharing RPC transports.  Display more mount flags.
548
549  -- Chip Salzenberg <chip@valinux.com>  Mon, 13 Mar 2000 14:45:00 -0800
550
551 nfs-utils (1:0.1.6-2) frozen unstable; urgency=medium
552
553   * Split off nhfsstone into its own package, since it has
554     helper scripts and most people won't use it.
555   * Also include nhfsstone's helpers: nhfs{run,nums,graph}.
556   * Install man page for nhfsstone. (closes: #55194)
557   * Always run lockd on non-module kernels. (closes: #57841)
558   * Make init scripts config files. (closes: #55193)
559   * Handle "force-reload" in nfs-common's init script. (ditto)
560   * Fix line numbers in error messages. (closes: #57717)
561   * Write man page for rpc.lockd. (closes: #55192)
562   * Fix typo in exports(5) man page. (closes: #46933)
563   * Add /usr/doc -> /usr/share doc links. (closes: #54983)
564   * Add copyright file. (closes: #55195)
565   * Refresh sources from upstream.
566   * Refine dependencies.
567
568  -- Chip Salzenberg <chip@valinux.com>  Sat, 26 Feb 2000 02:00:00 -0800
569
570 nfs-utils (1:0.1.6-1) unstable; urgency=high
571
572   * New upstream version.
573   * Make nfs-kernel-server conflict with and replace knfs.
574
575  -- Chip Salzenberg <chip@valinux.com>  Wed, 12 Jan 2000 19:30:00 -0800
576
577 nfs-utils (1:0.1.5-2) unstable; urgency=high
578
579   * Rename packages to "nfs-common" and "nfs-kernel-server".
580     (Previous package names were only temporary anyway.)
581   * Prepend "1:" to version, to override existing nfs-common.
582   * Remove rpc.rquotad -- it's already packaged in "quota".
583
584  -- Chip Salzenberg <chip@valinux.com>  Wed, 29 Dec 1999 17:00:00 -0800
585
586 nfs-utils (0.1.5-1) unstable; urgency=medium
587
588   * New upstream version.
589   * Allow for some kernels not requiring rpc.lockd.
590
591  -- Chip Salzenberg <chip@valinux.com>  Sun, 19 Dec 1999 11:40:00 -0800
592
593 nfs-utils (0.1.4-1) unstable; urgency=low
594
595   * New upstream version.
596   * Don't disable NFSv3 by default.
597
598  -- Chip Salzenberg <chip@valinux.com>  Fri, 10 Dec 1999 23:00:00 -0800
599
600 nfs-utils (0.1.3-2) unstable; urgency=low
601
602   * Conflict with standard NFS packages.
603
604  -- Chip Salzenberg <chip@valinux.com>  Fri,  3 Dec 1999 22:00:00 -0800
605
606 nfs-utils (0.1.3-1) unstable; urgency=low
607
608   * New upstream version.
609   * Start following CVS tree at SourceForge.
610
611  -- Chip Salzenberg <chip@valinux.com>  Fri,  3 Dec 1999 20:00:00 -0800
612