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