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