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