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