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