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