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