Release
[nbd.git] / debian / changelog
blob5b2e91ce3474462d834aed0964e55d5bffc1df9f
1 nbd (1:3.22-1) unstable; urgency=medium
3   [ Debian Janitor ]
4   * Trim trailing whitespace.
5   * Add missing ${misc:Depends} to Depends for nbd-client-udeb.
6   * Bump debhelper from old 9 to 12.
7   * Set debhelper-compat version in Build-Depends.
8   * Replace XC-Package-Type with Package-Type.
10   [ Wouter Verhelst ]
11   * New upstream release
13  -- Wouter Verhelst <wouter@debian.org>  Mon, 04 Oct 2021 14:34:34 +0200
15 nbd (1:3.21-1) unstable; urgency=medium
17   * New upstream release.
19  -- Wouter Verhelst <wouter@debian.org>  Mon, 18 Jan 2021 20:51:42 +0200
21 nbd (1:3.20-1) unstable; urgency=medium
23   * New upstream release
25  -- Wouter Verhelst <wouter@debian.org>  Mon, 16 Sep 2019 09:05:42 +0200
27 nbd (1:3.19-3) unstable; urgency=medium
29   * debian/control: add docbook-utils to build-depends. This shouldn't
30     strictly be necessary, but it's the quickest fix that allows the
31     package to build again... Closes: #922383
33  -- Wouter Verhelst <wouter@debian.org>  Sun, 17 Feb 2019 10:51:59 +0200
35 nbd (1:3.19-2) unstable; urgency=medium
37   * Don't remove nonexisting files...
39  -- Wouter Verhelst <wouter@debian.org>  Fri, 15 Feb 2019 06:25:31 +0100
41 nbd (1:3.19-1) unstable; urgency=medium
43   * New upstream release
44   * Document the fact that we're using template units. Closes: #908977.
45   [ Jelmer Vernooij ]
46   * debian/source/format: Set source format to "1.0". Fixes lintian error
47     unknown-source-format.
49  -- Wouter Verhelst <wouter@debian.org>  Thu, 14 Feb 2019 14:06:59 +0100
51 nbd (1:3.18-1) unstable; urgency=medium
53   * New upstream release
54   * debian/control: update Vcs-* package fields to point to salsa, not
55     alioth.
56   * debian/control: bump Standards-Version to 4.1.3 (no relevant changes)
57   * debian/control: limit the libnl-genl-dev dependency to linux-any
58     (since nbd-client isn't built on !linux)
60  -- Wouter Verhelst <wouter@debian.org>  Sat, 18 Aug 2018 17:19:50 +0200
62 nbd (1:3.17-2) unstable; urgency=medium
64   * Add missing build-dependency on libnl-genl-dev
66  -- Wouter Verhelst <wouter@debian.org>  Sat, 17 Mar 2018 22:48:11 +0100
68 nbd (1:3.17-1) unstable; urgency=medium
70   * New upstream release.
71   * Defaults to using the netlink interface rather than the ioctl one.
73  -- Wouter Verhelst <wouter@debian.org>  Fri, 16 Mar 2018 19:23:31 +0100
75 nbd (1:3.16.2-1) unstable; urgency=medium
77   * New upstream release
78   * Add missing After=network-online.target to nbd@ systemd unit.
79     Closes: #862531.
80   * Updated translations:
81     - French, by Alban Vidal; closes: #865988
83  -- Wouter Verhelst <wouter@debian.org>  Wed, 13 Sep 2017 16:52:45 +0200
85 nbd (1:3.15.2-3) unstable; urgency=medium
87   * tests/run/certs/client-cert.pem: regenerate with a certificate
88     validity of 10 years rather than 1, so that the test suite does not
89     fail.
91  -- Wouter Verhelst <wouter@debian.org>  Mon, 24 Apr 2017 18:45:17 +0200
93 nbd (1:3.15.2-2) unstable; urgency=medium
95   * Fix support for NFS-style exports that have ":/" in the name, to be
96     better at backwards compatibility. Patch from Vagrant Cascadian;
97     Closes: #846998. Thanks, Vagrant.
98   * Fix IPv6 case of port-specifying exports, too. Patch by Vagrant as
99     well; Closes: #840612.
100   * Fix up Makefile.am so it really works on kFreeBSD, now, and rerun
101     autotools.
102   * Change configure.ac to hardcode version number rather than regenerating it
103     from git tags (which doesn't work on the Debian branch...)
105  -- Wouter Verhelst <wouter@debian.org>  Tue, 21 Mar 2017 14:41:37 +0100
107 nbd (1:3.15.2-1) unstable; urgency=medium
109   * New upstream release
110     - Fixes data corruption with multiple threads and copyonwrite enabled;
111       Closes: #852288, #849504. Why did I create multiple bugs for this?
112       Ah well, no matter.
114  -- Wouter Verhelst <wouter@debian.org>  Wed, 22 Feb 2017 00:09:31 +0100
116 nbd (1:3.15.1-2) unstable; urgency=medium
118   * Build nbd-client a second time with GnuTLS disabled, and install
119     that into nbd-client-udeb; Closes: #848862.
121  -- Wouter Verhelst <wouter@debian.org>  Tue, 20 Dec 2016 20:36:11 +0100
123 nbd (1:3.15.1-1) unstable; urgency=medium
125   * New upstream version; fixes WRITE_ZEROES with STARTTLS combination
126     (one-line fix).
128  -- Wouter Verhelst <wouter@debian.org>  Tue, 20 Dec 2016 12:22:53 +0100
130 nbd (1:3.15-1) unstable; urgency=medium
132   * New upstream version
133     - Add STARTTLS support; Closes: #409529
134   * debian/control: build-depend on libgnutls28-dev to support the
135     STARTTLS code.
137  -- Wouter Verhelst <wouter@debian.org>  Tue, 20 Dec 2016 01:08:18 +0100
139 nbd (1:3.14-4) unstable; urgency=medium
141   * debian/nbd-server.postinst, debian/nbd-server.templates: remove
142     leftover bits of pre-lenny upgrade support of nbd-server
143     configuration, that somehow wasn't removed in 1:3.1-1
144   * Cherry-pick one commit from upstream git to fix systemd unit
145   * Add missing / at the end of the nbdpath= assignment in
146     nbd-client.initrd. Closes: #840612.
147   * Updated translations:
148     - Danish, by Joe Dalton <joedalton2@yahoo.dk>; Closes: #830600.
149     - Dutch, by yours truly. Unfortunately, while this translation was
150       sitting in git, Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
151       also submitted a Dutch translation. Keeping my original, but
152       thanks anyway, Frans; Closes: #834620.
153     - German, by Chris Leick <c.leick@vollbio.de>; Closes: #842495.
154     - Brazilian Portuguese, by Adriano Rafael Gomes
155       <adrianorg@arg.eti.br>; Closes: #824335.
157  -- Wouter Verhelst <wouter@debian.org>  Mon, 21 Nov 2016 22:53:37 +0100
159 nbd (1:3.14-3) unstable; urgency=medium
161   * Fix nbd-client postinst file. Closes: #830187
162   * Updated translations:
163     - Portuguese, by Américo Monteiro <a_monteiro@gmx.com>; Closes:
164       #829394.
166  -- Wouter Verhelst <wouter@debian.org>  Thu, 07 Jul 2016 15:21:54 +0200
168 nbd (1:3.14-2) unstable; urgency=medium
170   * Fix up override_dh_auto_build hack so it doesn't trigger when not
171     building from git checkout
172   * debian/nbd-client.init.d: ignore comments in nbdtab
174  -- Wouter Verhelst <wouter@debian.org>  Fri, 01 Jul 2016 17:45:16 +0200
176 nbd (1:3.14-1) unstable; urgency=medium
178   * New upstream release.
179     - Adds systemd unit for nbd-client; Closes: #796633.
180     - Fixes usage of AF_UNIX addresses, fixing the build on kFreeBSD;
181       Closes: 815445
182   * Remove cruft from build directory.
183   * debian/rules:override_dh_auto_build: test for cruft in git checkout
184     before allowing a build, to avoid unclean uploads in the future.
185   * debian/nbd-client.init.d: convert uses of /etc/nbd-client to
186     /etc/nbdtab
187   * debian/nbd-client.config: remove
188   * debian/nbd-client.postinst: drop generation of /etc/nbd-client, but
189     generate /etc/nbdtab from /etc/nbd-client if it exists and nbdtab is
190     still the original unmodified nbdtab file that is shipped as a
191     conffile.
192   * debian/nbd-client.templates: remove most templates, reword the one
193     that is still used, add a second one. This invalidates most debconf
194     translations, but leaves the nbd-server ones in place.
195   * Updated translations:
196     - Japanese, by Takuma Yamada; Closes: #815953.
198  -- Wouter Verhelst <wouter@debian.org>  Thu, 30 Jun 2016 22:33:45 +0200
200 nbd (1:3.13-1) unstable; urgency=medium
202   * New upstream release.
203     - Adds missing LFS includes in the treefiles.c file too, and fixes a race
204       condition in the creation of tree files, so that it doesn't fail on
205       little-endian 32-bit architectures and randomly elsewhere. Closes: #809581
207  -- Wouter Verhelst <wouter@debian.org>  Mon, 04 Jan 2016 11:26:41 +0100
209 nbd (1:3.12.1-2) unstable; urgency=medium
211   * Drop dependency on initscripts. Closes: #804991.
212   * Install nbdtab.5 manpage
213   * tests/code/trim.c: add missing #include for lfs.h, so that off_t is
214     typedef'd with the LFS defines active. This should fix various FTBFS
215     errors.
216   * Cherry-pick ee0b0c9a from git HEAD to fix the location of the
217     readit() function in cliserv.c, so it is defined if WORDS_BIGENDIAN
218     is active, too.
219   * Updated translations:
220     - French, by Christian Perrier; Closes: #809020.
222  -- Wouter Verhelst <wouter@debian.org>  Tue, 29 Dec 2015 02:40:33 +0100
224 nbd (1:3.12.1-1) unstable; urgency=medium
226   * New upstream release
227     - Fixes listening on IPv6; Closes: #803795.
228     - Fixes unrepeated use of read() system call; Closes: #703052.
229   * Merge never-released branch targeted at experimental, which dealt
230     with the fact that the oldstyle handshake protocol is no longer
231     supported in nbd upstream.
232   * Update debconf translation changes introduced in 1:3.10-1~1:
233     - Dutch, by yours truly
234     - Portuguese, by Américo Monteiro; Closes: #801911
235     - Russian, by Yuri Kuzlov; Closes: #801883
236     - Danish, by Joe Dalton.
237     - German, by Chris Leick; Closes: #802201
238     - Czech, by Miroslav Kure; Closes: #803224
239     - Spanish, by Camaleón; Closes: #803308
241  -- Wouter Verhelst <wouter@debian.org>  Wed, 11 Nov 2015 11:04:37 +0100
243 nbd (1:3.10-1) unstable; urgency=medium
245   * New upstream release.
246     - Includes new "cowdir" option; Closes: #470963.
247   * Cherry-pick patch for CVE-2015-0847 from git HEAD; Closes: #784657.
249  -- Wouter Verhelst <wouter@debian.org>  Sun, 17 May 2015 10:49:32 +0200
251 nbd (1:3.10-1~1) experimental; urgency=medium
253   * New upstream release.
254     - Drops support for oldstyle (port-based) exports; only name-based
255       exports are supported anymore.
256   * In light of the above, remove support for port-based exports from
257     debconf code.
258   * While at it, remove configuration upgrade routines needed only for upgrades
259     from etch (!) and older
261  -- Wouter Verhelst <wouter@debian.org>  Fri, 20 Mar 2015 10:13:17 +0100
263 nbd (1:3.8-4) unstable; urgency=medium
265   * Rebuild without loads of junk from other branches. My previous build
266     happened in an unclean git checkout; there was a lot of stuff in the
267     source package that was not changing the behaviour of the code, yet
268     was still producing noise in the package. Removed.
270  -- Wouter Verhelst <wouter@debian.org>  Wed, 25 Feb 2015 21:06:01 +0100
272 nbd (1:3.8-3) unstable; urgency=medium
274   * Brown paper bag release.
275   * Add missing double-semicolon (whoops). Closes: #766888.
277  -- Wouter Verhelst <wouter@debian.org>  Wed, 29 Oct 2014 23:44:25 +0100
279 nbd (1:3.8-2) unstable; urgency=medium
281   * The "deal with 727708" release
282   * Add some initial support for systemd: Call nbd-client with the
283     -systemd-mark option from initramfs, to make sure root-on-NBD continues
284     working properly even if the user is running systemd. Still leaves
285     writing a systemd generator mumble mumble thing, but that's for
286     later.
287   * debian/pre{inst,rm}: remove, no content
288   * debian/nbd-client.initr{amfs-hook,d}: don't force-load nbd, instead
289     only load the module if we're actually doing root-on-NBD.
290   * debian/nbd-server.init.d: add reload target, which sends SIGHUP to
291     nbd-server. This allows partial reconfiguration from the config
292     file; however, since it doesn't change existing configurations nor
293     remove configurations that are no longer active, it's not a full
294     reload, so leave force-reload as restart. LP:1359799
296  -- Wouter Verhelst <wouter@debian.org>  Mon, 19 May 2014 08:41:54 +0200
298 nbd (1:3.8-1) unstable; urgency=medium
300   * New upstream release.
302  -- Wouter Verhelst <wouter@debian.org>  Fri, 21 Mar 2014 11:05:38 +0100
304 nbd (1:3.7-1) unstable; urgency=low
306   * New upstream release
307     - Fixes missing include for LFS definitions; Closes: 735258
309  -- Wouter Verhelst <wouter@debian.org>  Tue, 21 Jan 2014 22:38:18 +0100
311 nbd (1:3.6-1) unstable; urgency=medium
313   * New upstream release
314     - Fixes parsing of authorization file; Closes: #676678, LP: #1009393.
315   * Install nbd-trdump into the nbd-server package, so people can
316     actually see what the transaction file contains
318  -- Wouter Verhelst <wouter@debian.org>  Fri, 03 Jan 2014 23:58:17 +0100
320 nbd (1:3.5-1) unstable; urgency=low
322   * New upstream release
323     - Closes CVE-2013-6410: incorrect parsing of the authfile access
324       list (also DSA-2806-1).
325   * Really add Japanese translation, by "victory" and the Japanese
326     translation team. I had intended to add that for 3.4-1, but
327     apparently I did something wrong, and the file ended up being empty.
328     Not so anymore. Closes: #718996, really this time.
330  -- Wouter Verhelst <wouter@debian.org>  Tue, 26 Nov 2013 14:10:44 +0100
332 nbd (1:3.4-2) unstable; urgency=low
334   * Disable integrityhuge again; it still fails.
335   * Wait for udev from nbd-client initramfs script. Closes: #721936.
336   * On purge, remove /etc/nbd-client.bak if it exists. Closes: #682188.
338  -- Wouter Verhelst <wouter@debian.org>  Tue, 05 Nov 2013 16:51:16 +0100
340 nbd (1:3.4-1) unstable; urgency=low
342   * New upstream release
343   * Add Japanese translation, by "victory" and the Japanese translation
344     team; Closes: #718996.
346  -- Wouter Verhelst <wouter@debian.org>  Mon, 07 Oct 2013 19:03:24 +0200
348 nbd (1:3.3-3) unstable; urgency=low
350   * Cherry-pick commit 6acf949 from git head to make builds work again
351     on machines that have a hard limit for coredumps (like the mipsel
352     buildd).
354  -- Wouter Verhelst <wouter@grep.be>  Sat, 18 May 2013 11:28:26 +0200
356 nbd (1:3.3-2) unstable; urgency=low
358   * Re-upload to unstable
360  -- Wouter Verhelst <wouter@grep.be>  Tue, 14 May 2013 22:16:24 +0200
362 nbd (1:3.3-1) experimental; urgency=low
364   * New upstream release. Not uploaded to unstable, since we're waiting
365     for a fix to migrate to testing there, but we can do the
366     experimental upload in the mean time.
368  -- Wouter Verhelst <wouter@debian.org>  Thu, 11 Apr 2013 10:38:04 +0200
370 nbd (1:3.2-4) unstable; urgency=low
372   * Unbreak 'nbd-client -l' behaviour; patch by Rogier
373     <rogier777@gmail.com>. Closes: #699374. Why oh why did I forget that
374     with the previous upload? Oh well.
376  -- Wouter Verhelst <wouter@debian.org>  Thu, 28 Mar 2013 21:58:35 +0100
378 nbd (1:3.2-3) unstable; urgency=low
380   * Fix handling of NBD_NAME variable in nbd-client initscript. Patch by
381     Rogier <rogier777@gmail.com>. Closes: #699372.
382   * Steal stability fixes from git head:
383       - fix for handling of zero-sized read request
384       - fix for integer output format string
385       - fix for 64-bit offset wrapover.
386       - remove double cast which results in data loss
387   * Change Standards-Version: to 3.9.4. The only change relevant to nbd
388     is the /run transition, but as we were already compliant with that
389     since 1:2.9.23-3, nothing relevant is left.
391  -- Wouter Verhelst <wouter@debian.org>  Wed, 06 Mar 2013 12:21:03 +0100
393 nbd (1:3.2-2) unstable; urgency=low
395   * Update build-dependencies: Build-depend on debhelper 9 (we already
396     say 9 in debian/compat, so this is just stating what's effectively
397     already the case), and tighten libglib2.0-dev dependency, since
398     nbd-server requires at least 2.26 these days.
399   * Change nbd-client-udeb from Architecture: <long list> to
400     Architecture: linux-any, similarly to how it's done for nbd-client.
401     I keep forgetting about this teensie tiny thing here. Oh well.
402   * Ack NMU
404  -- Wouter Verhelst <wouter@debian.org>  Sat, 08 Sep 2012 19:38:02 +0200
406 nbd (1:3.2-1.1) unstable; urgency=low
408   * Non-maintainer upload.
409   * Fix pending l10n issues. Debconf translations:
410   * Czech (Miroslav Kure).  Closes: #681702
412  -- Christian Perrier <bubulle@debian.org>  Sun, 05 Aug 2012 09:49:21 +0200
414 nbd (1:3.2-1) unstable; urgency=low
416   * New upstream release. Includes many stability fixes, so hopefully
417     this will get a freeze exception.
419  -- Wouter Verhelst <wouter@debian.org>  Tue, 03 Jul 2012 16:53:20 -0600
421 nbd (1:3.1.1-1) unstable; urgency=low
423   * New upstream release, with a few minor but crucial bugfixes.
424   * Update Vcs-Git: header to point to the correct repository URL
426  -- Wouter Verhelst <wouter@debian.org>  Fri, 25 May 2012 10:30:54 +0200
428 nbd (1:3.1-2) unstable; urgency=low
430   * Cherry-pick commit f540626 from git HEAD to fix needed_flags
431     initialization in nbd-client. Closes: #673471.
432   * Apply patch from Vagrant Cascadian to remove /etc/nbd-server/config
433     on purge (apparently ucf does *not* do that for you). Closes:
434     #673471.
436  -- Wouter Verhelst <wouter@debian.org>  Sat, 19 May 2012 10:27:29 +0200
438 nbd (1:3.1-1) unstable; urgency=low
440   * New upstream release
441     - Contains fixes for alignment issues in test suite; Closes: 653653.
442   * Remove upgrade support for pre-2.9 nbd-server config files. This is
443     pre-lenny, so it's been long enough.
444   * Make sure /etc/nbd-server/config is created in all cases. Closes:
445     #671911.
446   * New and updated translations:
447     - Italian, by Beatrice Torracca; Closes: #663133.
448     - Dutch, by Jeroen Schot; Closes: #663555.
449     - Danish, by Joe Dalton; Closes: #671091.
451  -- Wouter Verhelst <wouter@debian.org>  Tue, 15 May 2012 21:58:25 +0200
453 nbd (1:3.0-1) unstable; urgency=low
455   * New upstream release
456     - Fixes build failure for when FALLOC_FL_PUNCH_HOLE isn't available.
457       Closes: #660399.
458   * Switch to debhelper compat level 9, to enable build flags support.
459     Closes: #653954.
461  -- Wouter Verhelst <wouter@debian.org>  Tue, 21 Feb 2012 11:13:31 +0100
463 nbd (1:2.9.25-2) unstable; urgency=low
465   * Add support for yet more ways to netboot on NBD, this time to help
466     our friends of LTSP.
467   * Update documentation to reflect new possibilities, and refactor it a
468     bit so it's more clear now.
469   * Update standards-version to 3.9.2 (no changes applicable to nbd)
470   * use #if, not #ifdef. Closes: #651116
472  -- Wouter Verhelst <wouter@debian.org>  Thu, 29 Dec 2011 20:56:15 +0100
474 nbd (1:2.9.25-1) unstable; urgency=low
476   * New upstream release
478  -- Wouter Verhelst <wouter@debian.org>  Tue, 29 Nov 2011 08:54:48 +0100
480 nbd (1:2.9.24-3) unstable; urgency=low
482   * Actually add the includedir statement to the default configuration
483     file, so that it can be used. D'oh.
485  -- Wouter Verhelst <wouter@debian.org>  Sun, 02 Oct 2011 11:42:37 +0200
487 nbd (1:2.9.24-2) unstable; urgency=low
489   * Cherry-pick 7eca128845ed86754b526bf7f920ad65b95c931d from git HEAD
490     to fix includedir configuration statement on kFreeBSD.
492  -- Wouter Verhelst <wouter@debian.org>  Sun, 02 Oct 2011 11:35:05 +0200
494 nbd (1:2.9.24-1) unstable; urgency=low
496   * New upstream release.
497     - Adds support for directory of config file snippets, by request of
498       Vagrant Cascadian.
499   * Fix syntaxis of test for nbd-client connectivity. Closes: #641882.
501  -- Wouter Verhelst <wouter@debian.org>  Sat, 01 Oct 2011 12:29:21 +0200
503 nbd (1:2.9.23-4) unstable; urgency=low
505   * Fix dh_installinit invocation. LP: #822304.
506   * Properly quote variables in nbd-client initscript and postinst.
507     Closes: #636401. Minor change to the patch: do not quote NBD_EXTRA
508     variables, as that one is supposed to be able to contain multiple
509     values.
510   * Also properly quote nbd-client.config. Closes: #628388.
511   * Improve error handling in nbd-client initscript. Closes: #628389
513  -- Wouter Verhelst <wouter@debian.org>  Mon, 05 Sep 2011 23:34:20 +0200
515 nbd (1:2.9.23-3) unstable; urgency=low
517   * Disable integrityhuge test for now, as it deadlocks on some
518     architectures for no good reason.
520  -- Wouter Verhelst <wouter@debian.org>  Fri, 22 Jul 2011 22:51:31 +0200
522 nbd (1:2.9.23-2) unstable; urgency=low
524   * Add missing dependency on initscripts (>= 2.88dsf-13.3), as the
525     bugreport tells me to, so that the migration to /run in the previous
526     upload doesn't break.
527   * Fix 32/64 bit pointer confusion, so that specifying a file size in
528     the config file works on big-endian architectures, too.
529   * Make oversized request log occur only once per client, so that we
530     don't overrun the buildd timeout on the integrityhuge test.
532  -- Wouter Verhelst <wouter@debian.org>  Wed, 20 Jul 2011 21:00:50 +0200
534 nbd (1:2.9.23-1) unstable; urgency=low
536   * New upstream release.
537   * Migrate use of /lib/init/rw/sendsigs.omit.d to /run/sendsigs.omit.d.
538     Closes: #633032.
539   * Steal commit 4659322a6dee9cce51130df7e4d805bd6b0cb0c5 from git HEAD
540     so that it will actually work on FreeBSD again. I hope.
542  -- Wouter Verhelst <wouter@debian.org>  Wed, 20 Jul 2011 19:02:30 +0200
544 nbd (1:2.9.22-3) unstable; urgency=low
546   * Add a delay between tests, so that 'make check' works again, rather
547     than failing to open a port. A proper fix for this was released
548     upstream, but that needs a bit of a wait, so this workaround should
549     be fine.
551  -- Wouter Verhelst <wouter@debian.org>  Tue, 28 Jun 2011 22:07:46 +0200
553 nbd (1:2.9.22-2) unstable; urgency=low
555   * Make it a non-native package again.
556   * Updated translations:
557     - Swedish, by Martin Bagge; Closes: #628962
559  -- Wouter Verhelst <wouter@debian.org>  Mon, 06 Jun 2011 13:09:51 +0200
561 nbd (1:2.9.22-1) unstable; urgency=low
563   * New upstream release
564     - Fixes CVE-2011-1925; Closes: #627042.
565     - Fixes a number of data corruption bugs in the handling of oversized
566       requests.
567     - Has far better test suite coverage.
568     - Adds -d option to nbd-server to run non-detached; Closes: #557809.
570  -- Wouter Verhelst <wouter@debian.org>  Sun, 29 May 2011 09:40:55 +0200
572 nbd (1:2.9.21-1) unstable; urgency=low
574   * New upstream release
575     - Fixes a number of crashing bugs.
577  -- Wouter Verhelst <wouter@debian.org>  Mon, 09 May 2011 20:15:01 +0200
579 nbd (1:2.9.20-3) unstable; urgency=low
581   * Fix incorrect getopt() usage (getopt returns an int, not a char, which
582     resulted in infinite loops on architectures that have unsigned chars by
583     default). This is the actual fix for what was originally reported as
584     #611722, but then another issue popped up there and I got confused.
585     I should have cloned the bug rather than think I fixed it with the
586     upload, but then this new bugreport was opened, so let's not do that
587     and rename the old. Or something. Closes: 613938.
588   * Updated translations:
589     - German, by Chris Leick; Closes: #613712.
590     - Spanish, by Camaleón; Closes: #614199.
591   * install modprobe.d file for nbd-client-udeb, too
592   * Was never uploaded.
594  -- Wouter Verhelst <wouter@debian.org>  Wed, 09 Mar 2011 21:57:05 +0100
596 nbd (1:2.9.20-2) unstable; urgency=low
598   * Upload as 2.9.20-2 rather than -1; the previous release was supposed
599     to be uploaded to experimental, but was accidentally uploaded to
600     unstable instead. Hence, consider that one to be -1 and this one to
601     be -2, even though it wasn't.
602   * Steal two commits from git HEAD to fix handling of maxclients value
603     in modern protocol version (which causes a segfault in nbd-server on
604     some architectures), and to fix handling of an unexpected death of
605     the server in nbd-tester-client; Closes: #611722.
606   * Updated translations:
607     - Portuguese, by Américo Monteiro; Closes: #611836.
608     - Russian, by Yuri Kozlov; Closes: #611978.
609     - French, by Christian Perrier; Closes: #612388.
611  -- Wouter Verhelst <wouter@debian.org>  Wed, 09 Feb 2011 13:49:08 +0100
613 nbd (1:2.9.20-1~1) unstable; urgency=low
615   * New upstream release
616     - Fixes old minor bugs in documentation (LP: #290076)
617     - Fixes handling of oversized requests (Closes: #611187)
619  -- Wouter Verhelst <wouter@debian.org>  Wed, 26 Jan 2011 15:59:24 +0100
621 nbd (1:2.9.16-8) unstable; urgency=high
623   * Cherry-pick 3ef52043861ab16352d49af89e048ba6339d6df8 from git HEAD
624     to fix oversized requests again. This Closes: #611187, which is a
625     re-introduction of CVE-2005-3534, hence urgency=high
627  -- Wouter Verhelst <wouter@debian.org>  Fri, 28 Jan 2011 14:06:48 +0100
629 nbd (1:2.9.16-7.1) unstable; urgency=low
631   * Non-maintainer upload.
632   * Fix encoding of German debconf translation.
634  -- Christian Perrier <bubulle@debian.org>  Wed, 12 Jan 2011 19:52:48 +0100
636 nbd (1:2.9.18-1~1) experimental; urgency=low
638   * New upstream release
639     - Implements name-based exports.
640   * Implement support for name-based exports in nbd-client's debconf,
641     initramfs, and init scripts, in light of the above
642   * Same for nbd-server
643   * debian/nbd-client.README.Debian: Mention possibility of using DHCP for
644     configuration; update in light of name-based exports
645   * debian/rules: make debian/po/templates.pot a dependency of
646     override_dh_auto_configure, so that it is always up-to-date.
647   * debian/control: update Standards-Version header to what we're
648     actually already using (forgot to update in 1:2.9.16-1)
649   * debian/nbd-client.initrd: support netbooting through reading the
650     server's IP address from ROOTSERVER, but everything else from the
651     kernel command line. This to support inflexible setups where it is
652     possible to boot with PXE, but where it is not possible to set
653     random arguments, like, say root-path. Netbooting is a can of worms.
654   * debian/*.lintian-overrides: override
655     copyright-without-copyright-notice (we do list all authors, but in a
656     format that Lintian doesn't know about).
658  -- Wouter Verhelst <wouter@debian.org>  Thu, 06 Jan 2011 02:02:14 +0100
660 nbd (1:2.9.16-7) unstable; urgency=low
662   * Updated translations:
663     - Vietnamese, by Clytie Siddall; Closes: #598561.
665  -- Wouter Verhelst <wouter@debian.org>  Thu, 30 Sep 2010 10:35:12 +0200
667 nbd (1:2.9.16-6) unstable; urgency=low
669   * Remove cruft from source package.
671  -- Wouter Verhelst <wouter@debian.org>  Thu, 23 Sep 2010 20:10:31 +0200
673 nbd (1:2.9.16-5) unstable; urgency=low
675   * Updated translations:
676     - Spanish, by Camaleón; Closes: #595730.
678  -- Wouter Verhelst <wouter@debian.org>  Wed, 08 Sep 2010 15:21:30 +0200
680 nbd (1:2.9.16-4) unstable; urgency=low
682   * nbd-client.postrm: remove /etc/nbd-client on purge. Closes: #593783.
683   * nbd-client config template: remove semi-active nbd0 config, so that if
684     nothing is configured there isn't actually anything in the file.
685   * nbd-client.init.d: check for non-zeroness of ${NBD_TYPE[$i]} rather
686     than ${NBD_DEVICE[$i]}, in light of the above. Closes: #592905.
687   * Steal commit 29e70dc9 from git HEAD to make nbd-server somewhat less
688     scary upon bootup if no exports are configured. Closes: #594140.
690  -- Wouter Verhelst <wouter@debian.org>  Mon, 23 Aug 2010 15:27:00 +0200
692 nbd (1:2.9.16-3) unstable; urgency=low
694   * Updated translations:
695     - Portuguese, by Américo Monteiro; Closes: #591019.
696     - French, by Christian Perrier; Closes: #591095.
697     - Russian, by Yuri Kozlov; Closes: #591239.
698     - Dutch, by myself. Apparently I missed some strings last time
699       around.
700     - Swedish, by Martin Bagge; Closes: #591309.
701     - Czech, by Miroslav Kure; Closes: #591845.
702     - German, by Chris Leick; Closes: #592352.
703   * Make nbd-client initramfs script not try to do networking unless
704     root-on-NBD was actually requested; also, make "root" kernel command
705     line parameter override the NBD device of the 3-option version of
706     nbdroot, so that order no longer matters. Thanks, Niall Walsh;
707     Closes: #591275. initramfs scripts *suck*.
708   * Fix regression, steal commit 02a1a143 from git HEAD: Return the
709     right value on nbd-client -c. This is necessary so that the scripts
710     don't get confused on what is connected and what isn't.
711   * Fix regression: update nbd.h so nbd-client -timeout works again.
713  -- Wouter Verhelst <wouter@debian.org>  Mon, 09 Aug 2010 10:53:04 -0400
715 nbd (1:2.9.16-2) unstable; urgency=low
717   * Actually use the friggin' config file variable that we created in
718     the previous release. Oops.
720  -- Wouter Verhelst <wouter@debian.org>  Wed, 28 Jul 2010 22:59:13 -0400
722 nbd (1:2.9.16-1) unstable; urgency=low
724   * New upstream release
725   * 2.9.16 reimplements command-line parsing so that order is less
726     significant; as such, add nbd-client/extra template (which is only
727     shown at low priority) and $NBD_EXTRA[] config file array to allow
728     people to specify random extra command-line options. Closes:
729     #539823.
730   * The above adds a template, so update Dutch translation. Christian
731     Perrier is going to hate me. I'll upload nbd for translations before
732     the release, promise!
733   * Replace nbd-client's Architecture: field by Architecture: linux-any,
734     which is allowed by Policy 3.9. Whee!
735   * Fix nbd-client initrd script, *again*. Sigh. Thanks, Vagrant.
736     Closes: #590749.
737   * silence the "grep KILLALL" call in nbd-client postinst
739  -- Wouter Verhelst <wouter@debian.org>  Wed, 28 Jul 2010 22:21:02 -0400
741 nbd (1:2.9.15-4) unstable; urgency=low
743   * Be a bit more peculiar about what we do to devices on stop, to avoid
744     errors and (thus) delays on swapoff. Thanks, Toby Speight; Closes:
745     #582891.
746   * Add Spanish Debconf translation. Thanks, Camaleón; Closes: #583536.
747   * Bump Standards-Version to 3.9.0 (no changes applicable to nbd)
749  -- Wouter Verhelst <wouter@debian.org>  Fri, 23 Jul 2010 22:57:26 +0200
751 nbd (1:2.9.15-3) unstable; urgency=low
753   * Apply patch from Petter Reinholdsen to make nbd-server depend on
754     $syslog. Closes: #579869.
756  -- Wouter Verhelst <wouter@debian.org>  Tue, 04 May 2010 10:26:23 +0200
758 nbd (1:2.9.15-2) unstable; urgency=low
760   * Add extra configure_networking call in case of nbdroot=dhcp. Oops.
761     Closes: #568222.
763  -- Wouter Verhelst <wouter@debian.org>  Tue, 30 Mar 2010 11:50:19 +0200
765 nbd (1:2.9.15-1) unstable; urgency=low
767   * New upstream release
768     - Adds IPv6 support; Closes: #382189. Thanks to Neutron Soutmun for
769       the patch.
770     - Allows for using hostnames as the listen address; Closes: #557810.
771     - nbd-server is now a bit more explicit when it exits. Closes: #571768.
773  -- Wouter Verhelst <wouter@debian.org>  Wed, 24 Mar 2010 22:06:16 +0100
775 nbd (1:2.9.14-3) unstable; urgency=low
777   * Be more careful about what we unmount. Closes: #534728.
778   * Fix three-argument nbdroot= boot option parsing. Closes: #568221.
779     Thanks, Vagrant Cascadian.
780   * nbd-client initramfs script: Remove default fallback to eth0. This
781     was necessary in the past when initramfs-utils' configure_networking
782     function could only be called from /init, but it was a hack and a
783     workaround and it broke expectations. And it was ugly. Since
784     configure_networking can now in fact be called from elsewhere, why
785     bother with setting broken defaults, anyway? Right. Closes: #567232.
786     Thanks again, Vagrant Cascadian.
787   * Support setting root-on-NBD through DHCP by abusing the ROOTPATH
788     variable. Closes: #568222. This supersedes the previous (broken)
789     support that used ROOTSERVER -- broken, because the latter only
790     supported setting the server, not the port, and obviously that's not
791     enough. Thanks yet again, Vagrant.
792   * debian/control: declare conformance to policy 3.8.4 (no changes
793     applicable to nbd)
794   * Override init.d-script-missing-dependency-on-remote_fs lintian tag
795     for nbd-client. This is a false positive; we set $PATH to a sane
796     value so that any modifications would work, but we don't actually
797     use anything from /usr ourselves, and no, we really don't want to
798     depend on $remote_fs, since we might be providing something like
799     that ourselves, depending on setup.
801  -- Wouter Verhelst <wouter@debian.org>  Sun, 28 Feb 2010 00:37:02 +0100
803 nbd (1:2.9.14-2) unstable; urgency=low
805   * nbd-client initramfs script: No longer hardcode to eth0, since
806     initramfs now exports the necessary variables by itself. Thanks,
807     Niall Walsh; Closes: #553019.
808     - Update README.Debian to reflect that.
809   * Eliminate usage of sed in initramfs script, since sed is
810     incompatibly incomplete in several completely different
811     implementations. Sigh. Thanks, Niall Walsh; Closes: #553022.
813  -- Wouter Verhelst <wouter@debian.org>  Thu, 29 Oct 2009 11:56:48 +0100
815 nbd (1:2.9.14-1) unstable; urgency=low
817   * New upstream release. Closes: #550505
819  -- Wouter Verhelst <wouter@debian.org>  Sat, 17 Oct 2009 20:24:17 +0200
821 nbd (1:2.9.13-6) unstable; urgency=low
823   * Make the manual install invocations install stuff to debian/tmp
824     rather than debian/nbd-{client,server}, so that they don't break if
825     we're not building nbd-client and therefore the debian/nbd-client
826     doesn't exist. This should make the build work again on kfreebsd-*.
828  -- Wouter Verhelst <wouter@debian.org>  Sun, 27 Sep 2009 13:42:38 +0200
830 nbd (1:2.9.13-5) unstable; urgency=low
832   * nbd-server.postinst: Pass --debconf-ok parameter to ucf, to make it
833     stop yelling about not being able to use debconf (it was, and
834     db_stop wasn't called. This presumably was a bug, but whatever).
835   * Remove overrides for dh_gencontrol and dh_builddeb, since debhelper
836     7.4 no longer needs -s arguments. Bump required version of debhelper
837     in build-depends to 7.4.0
838   * Some more clarification and fixes to nbd-client README.Debian
839   * Remove stray 'file' with diff output
840   * Updated translation: Vietnamese, by Clytie Siddall. Closes: #548027.
841   * Fix message at failed umount. Closes: #539766.
842   * Add lintian overrides for "missing-stop" on nbd-client.init.d. We
843     really do not wish to stop for runlevel 1.
845  -- Wouter Verhelst <wouter@debian.org>  Thu, 24 Sep 2009 23:21:25 +0200
847 nbd (1:2.9.13-4) unstable; urgency=low
849   * Make test for update-initramfs work, so that installation without it
850     works.
851   * Add Vcs-Browser and Homepage headers, too.
852   * Remove --sourcedir argument from dh_install. We don't run make
853     install ourselves, so this is a recipe for disaster.
854   * Apparently I lost the Dutch debconf translation somehow, so do it
855     again.
857  -- Wouter Verhelst <wouter@debian.org>  Mon, 24 Aug 2009 17:25:54 +0200
859 nbd (1:2.9.13-3) unstable; urgency=low
861   * nbd-client initscript:
862     - replace `expr $i + 1` by $(( $i + 1 )), since expr is in /usr/bin
863       which may not yet be mounted when we run this initscript. Closes:
864       #539873.
865     - check whether a device is connected at startup, and ignore those
866       that are. Since we don't use 'set -e', that makes us compliant
867       with the 'must exit successfully and not start the daemon again'
868       part of policy 3.8.1.
869   * nbd-server.postinst: call adduser only if 'nbd' user does not yet
870     exist. Closes: #540604.
871   * Convert to debhelper 7's "dh" mode.
872   * Replace ifeq() make constructs with debhelper's -s option in a
873     couple of overrides. Thanks to Joey Hess for pointing out that the
874     option already exists when I filed a wishlist bug asking for it...
875     grin.
876   * Add debian packaging to git repository, and publish on
877     alioth.debian.org, aka git.debian.org.
878   * Add Vcs-Git header to debian/control.
879   * Policy 3.8.3 compliance
881  -- Wouter Verhelst <wouter@debian.org>  Tue, 18 Aug 2009 18:16:49 +0200
883 nbd (1:2.9.13-2) unstable; urgency=low
885   * The "Black Finger DebConf" release.
886   * Add avr32 to nbd-client-udeb, too. Oops. Closes: #533694, hopefully
887     for good.
888   * nbd-client.README.Debian: add a bit more clarification on how
889     root-on-NBD is supposed to work.
890   * nbd-client.init.d: parse /proc/cmdline rather than /proc/mounts
891     (the same way as how nbd-client.initrd does it) to figure out what
892     the NBD root device is, so that root-on-LVM-on-nbd or something
893     equally batshit insane does not confuse the sendsigs.omit.d
894     generating code.
895   * nbd-client.init.d: add support for an OMITKILL variable that will
896     allow to specify extra nbd devices that should receive the same
897     protection as for the above.
898   * nbd-client.config: fetch KILLALL value from /etc/nbd-client (if it
899     exists) and use it to db_set nbd-client/killall
900   * nbd-client.postinst: fix so that KILLALL is correctly written to
901     /etc/nbd-client, even if the number of devices is zero.
902   * The above four were inspired by conversations with Vagrant
903     Cascadian, while he was working on LTSP support in Debian. Thanks!
904   * Updated Swedish translation. Thanks, Martin Bagge; Closes: #534246.
906  -- Wouter Verhelst <wouter@debian.org>  Fri, 17 Jul 2009 01:25:26 +0200
908 nbd (1:2.9.13-1) unstable; urgency=low
910   * New upstream release
912  -- Wouter Verhelst <wouter@debian.org>  Thu, 09 Jul 2009 11:18:51 +0200
914 nbd (1:2.9.12-3) unstable; urgency=low
916   * Add Finnish translation. Thanks, Esko Arajärvi; Closes: #533451.
917   * Add 'avr32' to nbd-client's 'Architecture:' list. Closes: #533694.
919  -- Wouter Verhelst <wouter@debian.org>  Sat, 20 Jun 2009 16:30:40 +0200
921 nbd (1:2.9.12-2) unstable; urgency=low
923   * Steal a patch from git HEAD so that nbd-tester-client doesn't try to
924     do unaligned access on SPARC.
925   * Add German translation too. Oops. Closes: #530835.
927  -- Wouter Verhelst <wouter@debian.org>  Sat, 06 Jun 2009 02:15:16 +0200
929 nbd (1:2.9.12-1) unstable; urgency=low
931   * The "spring cleaning" release.
932   * New upstream release.
933     - The meaning of the -swap option has been changed; rather than
934       trying to use a kernel patch which hasn't been maintained since
935       the Linux 2.1.something days, use mlockall() to make sure we don't
936       get swapped out. Closes: #409530.
937       - Steal patch from git HEAD to document this change in nbd-client(8).
938     - Removed (corrupt) winnbd.zip. Closes: #473823.
939   * The Debconf templates have been reviewed by the debian-l10n-english
940     team; incorporate those changes. Closes: #528476, 430701, 530711.
941   * Updated debconf translations, to reflect the above:
942     - Dutch, by myself
943     - Swedish, by Martin Bagge; Closes: #529859.
944     - Czech, by Miroslav Kure; Closes: #530236.
945     - French, by Christian Perrier and the French l10n team; Closes: #530332.
946     - Portuguese, by "Traduz - Portuguese Translation Team"; Closes: #531303.
947   * New debconf translations:
948     - Russian, by Yuri Kozlov; Closes: #531203.
949   * nbd-client: install nbd-client.modprobe using debhelper rather than
950     using our own 'install' invocation. This takes care of giving it the
951     proper name (re recent module-init-tools) and moving files from the
952     old to the new location. Depend on debhelper (>= 7.2.2) to make sure
953     it has the required functionality to handle this correctly.
954   * nbd-client.init.d: remove '-k' option from modprobe. This was once
955     useful in the 2.4 days, but module-init-tools modprobe has never
956     needed that option, and now produces an error message when it's
957     used. Closes: #531620.
958   * (Conditionally, compliant with the new DEB_BUILD_OPTIONS' "nocheck"
959     option) re-enable the test suite. It did /not/ give false positives,
960     ever.  However, it did indeed break at some point...
961   * Update to debhelper compat level 7.
962   * nbd-client.postinst: don't use full path to update-initramfs.
963   * copyright: refer to common-licenses/GPL-2 rather than the versionless
964     variant.
965   * That leaves one TODO for Policy 3.8.1: initscripts must not error
966     out when 'start' is called and the daemon is already running. This
967     will require some work (it might be there already, but I'm not sure
968     and would need to test extensively).
970  -- Wouter Verhelst <wouter@debian.org>  Fri, 05 Jun 2009 20:42:25 +0200
972 nbd (1:2.9.11-4) unstable; urgency=low
974   * Support third parameter in initrd script so that the user can
975     explicitly specify what device to connect. Useful when doing
976     something crazy like root-on-LVM-on-NBD.
977   * Added Swedish debconf translation. Thanks, Martin Bagge; Closes: #513654
979  -- Wouter Verhelst <wouter@debian.org>  Sun, 15 Feb 2009 14:51:16 +0100
981 nbd (1:2.9.11-3) unstable; urgency=low
983   * use atoll() instead of atol(), so that it doesn't overflow on
984     positively huge export sizes. Closes: #513568.
986  -- Wouter Verhelst <wouter@debian.org>  Sat, 31 Jan 2009 03:03:37 +0100
988 nbd (1:2.9.11-2) unstable; urgency=low
990   * The "merry christmas" release.
991   * nbd-client: Install /etc/modprobe.d/nbd, which specifies a
992     'max_part' parameter, to support partitions in NBD.
993   * nbd-client.initrd: Strip partition number off the nbdbasedev and
994     nbdrootdev parameters, to support booting off a partition rather
995     than a device, if that is wanted.
996   * nbd-client.init.d: In case of root-on-nbd, save our PID to
997     /lib/init/rw/sendsigs.omit.d, so that we don't lose our root
998     filesystem prematurely on shutdown.
999   * nbd-client.postinst: call update-initramfs -u, to make initramfs
1000     script be actually installed.
1001   * configure.ac: remove KLCC crap, so that compilation doesn't break if
1002     klcc was accidentally installed. Is applied upstream for 2.9.12, but
1003     that isn't ready yet. Also, re-run autoconf.
1004   * nbd-server.1: clarify '-l host list' to be '-l host list filename',
1005     which it really is. Closes: #507875.
1006   * debian/control: bump standards-version to 3.8.0 (nothing applicable
1007     to nbd); add ${misc:Depends} to depends line on both nbd-server and
1008     nbd-client, both silence lintian to some extent.
1009   * debian/nbd-client.README.Debian: update
1011  -- Wouter Verhelst <wouter@debian.org>  Wed, 24 Dec 2008 07:54:50 +0100
1013 nbd (1:2.9.11-1) unstable; urgency=low
1015   * New upstream release
1016     - Fixes listenaddr handling; Closes: #478725.
1018  -- Wouter Verhelst <wouter@debian.org>  Thu, 01 May 2008 21:22:53 +0200
1020 nbd (1:2.9.10-1) unstable; urgency=low
1022   * New upstream release
1023     - New '-c' option to check whether a device is active; Closes: #471712.
1024     - No longer wakes up 100 times per second; Closes: #471269.
1025     - No longer requires write access to the base file with copy-on-write
1026       option. Closes: #470851.
1027   * Changes to initramfs script:
1028     - Get the NBD server name from DHCP if not otherwise specified; Closes:
1029       #471591.
1030     - Use the device that is specified on the root= parameter to set up the
1031       nbd device, rather than hardcoding it to nbd0. Closes: #471592.
1033  -- Wouter Verhelst <wouter@debian.org>  Wed, 02 Apr 2008 16:09:18 +0200
1035 nbd (1:2.9.9-6) unstable; urgency=low
1037   * Disable the test suite for the time being, since it produces false
1038     negatives.
1040  -- Wouter Verhelst <wouter@debian.org>  Sat, 26 Jan 2008 14:14:23 +0100
1042 nbd (1:2.9.9-5) unstable; urgency=low
1044   * Removed erroneous TODO item from previous changelog entry. Oops.
1045   * Fix syntax error in update-rc.d call. Closes: #460967.
1047  -- Wouter Verhelst <wouter@debian.org>  Wed, 16 Jan 2008 17:18:23 +0100
1049 nbd (1:2.9.9-4) unstable; urgency=low
1051   * Don't touch devices that have the _netdev option.
1052   * Move nbd-client initscript to 41 in runlevel S, and S34 in runlevel 0 and
1053     6, so that it's called before resp. after mountnfs.sh
1054   * Add NEWS file to document change from "noauto" to "_netdev", containing a
1055     procedure for system administrators explaining how to do it.
1056   * Fix LSB headers in both initscripts. Closes: #458837.
1057   * Document root-on-NBD setup in nbd-client README.Debian.
1058   * Updated debconf translations:
1059     - Dutch, by $SELF
1060     - Portuguese, by Américo Monteiro
1061     - Vietnamese, by Clytie Siddall; Closes: #458619.
1062     - Czech, by Miroslav Kure; Closes: #459330.
1063     - French, by Christian Perrier and the French Cabal; Closes: #459347.
1064     - German, by Helge Kreutzman; Closes: #459785.
1065   * Updated nbd-client.templates to mention "_netdev" rather than "noauto",
1066     and defuzzied translation files.
1068  -- Wouter Verhelst <wouter@debian.org>  Sun, 06 Jan 2008 17:39:24 +0100
1070 nbd (1:2.9.9-3) unstable; urgency=low
1072   * Fix nbd initramfs boot script. Silly me, why didn't I test that? Oh well.
1074  -- Wouter Verhelst <wouter@debian.org>  Sun, 30 Dec 2007 00:06:17 +0100
1076 nbd (1:2.9.9-2) unstable; urgency=low
1078   * Add nbd-client/killall template to disable killing of all nbd-client
1079     devices. Set to 'no' if you want nbd-client to touch only those devices it
1080     knows about in its config file; set to 'yes' if you want it to kill all
1081     devices on 'stop' in the initscript. Closes: #457736
1082   * Add lpia to nbd-client-udeb Architecture: line, too. Sorry, Ubuntu.
1083   * Update Standards-Version to 3.7.3 (no changes applicable to nbd)
1084   * Add "make check" to debian/rules build target.
1085   * Add initrd support to nbd-client package, to allow for running root on
1086     NBD. This is highly experimental for the moment, please proceed with
1087     caution!
1088     Note: this currently does not support complex cases yet, such as using
1089     LVM-on-NBD or something equally insane. Stay tuned.
1090   * Do not switch away from cfq if we're not at cfq to start with; this allows
1091     for selecting something else than deadline if necessary.
1093  -- Wouter Verhelst <wouter@debian.org>  Thu, 27 Dec 2007 22:23:59 +0100
1095 nbd (1:2.9.9-1) unstable; urgency=low
1097   * New upstream release
1098     - Fixes PID file naming; Closes: #450430.
1099     - Fixes segfault on multiple exports in config file; Closes: #451231.
1100   * Add experimental LSB headers. Initscript dependency info should really be
1101     calculated dynamically, but at least this is better than nothing.
1102     Closes: #448225.
1104  -- Wouter Verhelst <wouter@debian.org>  Wed, 14 Nov 2007 20:53:29 +0100
1106 nbd (1:2.9.8-1) unstable; urgency=low
1108   * New upstream release
1110  -- Wouter Verhelst <wouter@debian.org>  Fri, 26 Oct 2007 22:50:12 +0200
1112 nbd (1:2.9.7-2) unstable; urgency=low
1114   * Set scheduler for the nbd blockdevice to "deadline"; Closes: #447638.
1116  -- Wouter Verhelst <wouter@debian.org>  Tue, 23 Oct 2007 12:41:10 +0200
1118 nbd (1:2.9.7-1) unstable; urgency=low
1120   * New upstream release; contains patch for a segfault bug fixed by Ubuntu in
1121     nbd 1:2.9.6-1ubuntu2.
1122   * Updated translations:
1123     - Dutch, by myself.
1124     - French, by Christian Perrier; Closes: #439756
1125     - German, by Helge Kreutzman; Closes: #438412
1126     - Portuguese, by "Traduz - Portuguese Translation Team"; Closes: #438583
1127     Apologies to all translators for failing to send them the final version of
1128     the .po file last time. I suck, suck suck!
1129   * Add lpia to nbd-client's architecture; Patch pulled from Ubuntu.
1130   * Fix dh_installman usage: insall nbd-server.5 as well. Patch pulled from
1131     Ubuntu, slightly modified by $SELF.
1133  -- Wouter Verhelst <wouter@debian.org>  Tue, 18 Sep 2007 13:55:27 +0200
1135 nbd (1:2.9.6-2) unstable; urgency=low
1137   * debian/nbd-server.postrm: don't break if ucf isn't available.
1138     Closes: #431517.
1139   * debian/nbd-server.postinst, debian/nbd-server.config,
1140     debian/nbd-server.templates: overhaul config file generation. Rather than
1141     generating an old-style config file and then converting that to the new
1142     style (ugly, ugly), add a function to convert old-style config files to
1143     the new style and then generate new-style config files. Still leave stuff
1144     there for migration, however. Clarify templates regarding the new setup.
1145   * debian/nbd-server.postinst: Don't forget to create the nbd system user
1146     which we refer to in the default config file.
1147   * debian/control: depend on adduser for the above
1148   * Updated debconf translations:
1149     - Dutch, by myself.
1150     - Vietnamese, by Clytie Siddall; Closes: #436412.
1151     - French, by Christian Perrier; Closes: #436832.
1152     - Czech, by Miroslav Kure; Closes: #437224.
1153     - German, by Helge Kreutzmann; Closes: #430700, #437689
1154   * New debconf translation: Portuguese, by Américo Monteiro; Closes: #435301
1155   * debian/rules: use DEB_HOST_GNU_SYSTEM rather than `uname -s`, to improve
1156     crosscompilability.
1158  -- Wouter Verhelst <wouter@debian.org>  Tue, 14 Aug 2007 08:55:56 +0200
1160 nbd (1:2.9.6-1) unstable; urgency=low
1162   * New upstream (brown paper bag) release, that *really* fixes the segfault
1163     this time.
1165  -- Wouter Verhelst <wouter@debian.org>  Thu, 19 Jul 2007 12:04:22 +0200
1167 nbd (1:2.9.5-1) unstable; urgency=low
1169   * New upstream release
1170     - Fixes segfault in nbd-server
1172  -- Wouter Verhelst <wouter@debian.org>  Tue, 17 Jul 2007 09:34:26 +0200
1174 nbd (1:2.9.4-2) unstable; urgency=low
1176   * Generate dependencies for nbd-client-udeb, too
1178  -- Wouter Verhelst <wouter@debian.org>  Fri, 13 Jul 2007 03:58:33 +0200
1180 nbd (1:2.9.4-1) unstable; urgency=low
1182   * New upstream release
1183     - Contains r258 proper
1184     - Contains fix for and re-enables inetd mode. Hi, LTSP! Closes: #317888
1185   * Modify debian/rules' clean: target to make lintian happy.
1187  -- Wouter Verhelst <wouter@debian.org>  Mon, 25 Jun 2007 20:51:30 +0100
1189 nbd (1:2.9.3-3) unstable; urgency=low
1191   * Add nbd-client-udeb
1193  -- Wouter Verhelst <wouter@debian.org>  Sun, 17 Jun 2007 16:20:39 +0100
1195 nbd (1:2.9.3-2) unstable; urgency=low
1197   * Use $TMPFILE only inside the if block where we defined it.
1198     Closes: #428914.
1200  -- Wouter Verhelst <wouter@debian.org>  Fri, 15 Jun 2007 09:55:21 +0100
1202 nbd (1:2.9.3-1) unstable; urgency=low
1204   * New upstream release
1205   * Steal r258 from SVN to allow generating config file fragments from command
1206     lines
1207   * Add code to postinst to convert old-style nbd-server config files to
1208     new-style ones.
1209   * The above uses ucf, so depend on that from nbd-server.
1210   * Update nbd-server templates to reflect the new code.
1211   * The update greatly simplifies nbd-server's init script, so that we don't
1212     need bash anymore; Closes: #368224
1213   * Add LSB-style headers to nbd-server's initscript. Closes: #426090. I think
1214     the LSB headers are an ugly, ugly hack, but hey -- I don't have any better
1215     alternative myself.
1216   * Apply patch from Ubuntu to run mkswap on the device before doing swapon.
1217     Closes: #426399.
1218   * Still leaves #395295, but I need to give that some thought.
1220  -- Wouter Verhelst <wouter@debian.org>  Wed, 13 Jun 2007 13:39:25 +0100
1222 nbd (1:2.8.7-5) unstable; urgency=low
1224   * Add m32r to debian/control. Closes: #414070.
1225   * Port fix for "config file isn't generated on first install" from
1226     nbd-server to nbd-client. Squish this bug on my forehead with a giant
1227     cluebat. Note to self: nbd has *two* binary packages, not one. Two. That
1228     means bugs reported against one package will most likely occur in the
1229     other, too, so need fixing there as well. Sigh. This Closes: #415580,
1230     hopefully for good.
1231   * Don't use debconf in postrm unless it really exists. Closes: #417010.
1233  -- Wouter Verhelst <wouter@debian.org>  Wed, 11 Apr 2007 21:59:42 +0200
1235 nbd (1:2.8.7-4) unstable; urgency=low
1237   * Properly quote NBD_SERVER_OPTS array stuff when rewriting nbd-server
1238     config file.
1239   * Properly quote same variable when testing it with [.
1240   * The above two Closes: #406963.
1242  -- Wouter Verhelst <wouter@debian.org>  Tue, 16 Jan 2007 10:18:07 +0100
1244 nbd (1:2.8.7-3) unstable; urgency=low
1246   * Updated German debconf translation. Closes: #396916. Thanks, Helge
1247     Kreutzmann.
1249  -- Wouter Verhelst <wouter@debian.org>  Sun, 31 Dec 2006 14:40:46 +0100
1251 nbd (1:2.8.7-2) unstable; urgency=low
1253   * Support armel
1254   * Update Standards-Version: to 3.7.2, from 3.6.2. No changes applicable to
1255     nbd
1257  -- Wouter Verhelst <wouter@debian.org>  Sat, 28 Oct 2006 02:08:56 +0200
1259 nbd (1:2.8.7-1) unstable; urgency=low
1261   * New upstream release. Contains build fix against nbd.h from linux
1262     2.6.18.
1264  -- Wouter Verhelst <wouter@debian.org>  Tue, 17 Oct 2006 19:53:56 +0200
1266 nbd (1:2.8.5-2) unstable; urgency=low
1268   * Set a proper default value in processing the return value to the first
1269     nbd-client debconf question, both in nbd-client.config and
1270     nbd-client.postinst. Closes: #367437.
1271   * Perform the same change for nbd-server.
1272   * Set the template type of nbd-client/no-auto-config and nbd-server/autogen
1273     to "error" instead of "text" resp. "note". Closes: #388942, #388943.
1275  -- Wouter Verhelst <wouter@grep.be>  Thu, 28 Sep 2006 15:42:54 +0200
1277 nbd (1:2.8.5-1) unstable; urgency=low
1279   * New upstream release
1281  -- Wouter Verhelst <wouter@debian.org>  Wed,  7 Jun 2006 10:26:30 +0200
1283 nbd (1:2.8.4-1) unstable; urgency=low
1285   * The "Fix bugs before they apper" release.
1286   * New upstream release. Contained a one-line change compared to 2.8.3,
1287     which was already in the Debian package; but, well, newer version
1288     numbers look good :-)
1289   * Use invoke-rc.d rather than directly running the initscript in
1290     nbd-client.postinst.
1292  -- Wouter Verhelst <wouter@debian.org>  Mon,  3 Apr 2006 09:04:15 +0200
1294 nbd (1:2.8.3-2) unstable; urgency=low
1296   * Steal patch from CVS for nbd-server.c to make children exit when they
1297     finish serving, rather than having them loop over "Help, I can't accept()
1298     anymore!". Closes: #350357.
1300  -- Wouter Verhelst <wouter@debian.org>  Tue, 31 Jan 2006 11:17:25 +0100
1302 nbd (1:2.8.3-1) unstable; urgency=low
1304   * New upstream release; this one includes the fix for CVE-2005-3534 (and
1305     some more stability improvements).
1306   * Removed (outdated) local nbd.h, in favour of /usr/include/linux/nbd.h
1307     (which was being used anyway).
1309  -- Wouter Verhelst <wouter@debian.org>  Thu, 22 Dec 2005 22:32:04 +0100
1311 nbd (1:2.8.2-1) unstable; urgency=low
1313   * New upstream release
1314     - Fixes command line parsing; Closes: #338346.
1315   * Updated debhelper compatibility level to 4.
1317  -- Wouter Verhelst <wouter@debian.org>  Thu, 10 Nov 2005 11:46:00 +0100
1319 nbd (1:2.8.1-1) unstable; urgency=low
1321   * New upstream release
1322   * Seriously reduces the CLIENT struct in size. Not only is this a good idea
1323     for 1023 int's that are hardly ever used, it also fixes an internal
1324     compiler error on s390. There.
1325   * Add armeb to debian/control. Closes: #335683.
1326   * Remove debian/nbd-server.1, debian/nbd-client.8,
1327     debian/nbd-server.manpages, and debian/nbd-client.manpages. They're old
1328     cruft that should have been dead for _ages_. Whoops.
1330  -- Wouter Verhelst <wouter@debian.org>  Thu, 27 Oct 2005 21:54:09 +0200
1332 nbd (1:2.8.0-2) unstable; urgency=low
1334   * Add libglib2.0-dev to build-depends. Whoops.
1336  -- Wouter Verhelst <wouter@debian.org>  Tue, 25 Oct 2005 21:31:31 +0200
1338 nbd (1:2.8.0-1) unstable; urgency=low
1340   * New upstream release
1342  -- Wouter Verhelst <wouter@debian.org>  Tue, 25 Oct 2005 19:56:08 +0200
1344 nbd (1:2.7.5-1) unstable; urgency=low
1346   * New upstream release. Includes fixes to nbd-client manpage; Closes:
1347     #317322.
1348   * Grammar and spelling fixes to both templates files (with .po files
1349     unfuzzied, as these are errors in the English version rather than
1350     changes); Closes: #315707.
1351   * Updated FSF address in debian/copyright.
1353  -- Wouter Verhelst <wouter@debian.org>  Tue, 20 Sep 2005 16:39:35 +0200
1355 nbd (1:2.7.4-3) unstable; urgency=low
1357   * Fix debian/rules to populate debian/nbd-client if DEB_HOST_GNU_SYSTEM is
1358     "linux-gnu" in addition to when it is "linux". Closes: #321280. I hate it
1359     when interfaces change (note to self: no late-night uploads anymore).
1360   * While we're at it, make better use of debhelper. debian/nbd-client.dirs
1361     doesn't need to contain /bin; and dh_movefiles has been deprecated ages
1362     ago.
1364  -- Wouter Verhelst <wouter@debian.org>  Thu,  4 Aug 2005 20:52:02 +0200
1366 nbd (1:2.7.4-2) unstable; urgency=low
1368   * Add alternate dependency on the virtual package debconf-2.0
1369   * Add ppc64 to the list of build architectures for nbd-client;
1370     Closes: #318716.
1371   * Add Vietnamese translation. Thanks, Clytie Siddall; Closes: #315705.
1372   * Add Czech translation. Thanks, Miroslav Kure; Closes: #318912.
1373   * Standards-Version bump to 3.6.2. No changes applicable to nbd.
1375  -- Wouter Verhelst <wouter@debian.org>  Wed,  3 Aug 2005 02:22:23 +0200
1377 nbd (1:2.7.4-1) unstable; urgency=low
1379   * New upstream release. Contains patches from Roy Keene to make it all work
1380     a tad bit more reliable (thanks, Roy!)
1382  -- Wouter Verhelst <wouter@debian.org>  Sat,  7 May 2005 11:37:20 +0200
1384 nbd (1:2.7.3-2) unstable; urgency=low
1386   * Re-add nbd.h to the source package, so that it will (again) build on
1387     non-linux ports
1388   * As a precaution, modified the build target to barf out if it
1389     disappears again.
1391  -- Wouter Verhelst <wouter@debian.org>  Mon,  4 Apr 2005 00:27:27 +0200
1393 nbd (1:2.7.3-1) unstable; urgency=low
1395   * New upstream release.
1396   * Ensure we build as a non-native package again. Whoops.
1397   * Remove docbook-to-man from build-depends, and don't remove the manpages in
1398     the clean target. The upstream build system now supports this, and this
1399     will reduce the load on buildd hosts (as if it'd matter for this little
1400     package).
1402  -- Wouter Verhelst <wouter@debian.org>  Tue, 14 Dec 2004 15:41:58 +0100
1404 nbd (1:2.7.1-4) unstable; urgency=low
1406   * Remove the "docs" target from debian/rules. Docs are being generated from
1407     the upstream makefile since ages, so we don't need to do it a second time.
1408   * add --disable-dependency-tracking to configure call; that's only
1409     interesting if you would change stuff between doing the configure and the
1410     make, which we won't do, so don't waste time doing so. As if it'd
1411     matter...
1412   * nbd-server:
1413     - Bail out if the path provided to nbd-server isn't fully qualified. This
1414       won't work anyway (because we do daemon(), which changes the working
1415       directory to be /), and we don't want to confuse people.
1416       Closes: #274697.
1418  -- Wouter Verhelst <wouter@debian.org>  Tue, 26 Oct 2004 16:21:38 +0200
1420 nbd (1:2.7.1-3) unstable; urgency=low
1422   * Fix debian/copyright file to point to the sourceforge.net pages, and
1423     to reflect the fact that I'm doing upstream maintenance these days as
1424     well.
1425   * Invoke "db_stop" at the right place in nbd-client.postinst, to make
1426     sure upgrades don't hang.
1428  -- Wouter Verhelst <wouter@debian.org>  Wed, 18 Aug 2004 10:49:36 +0200
1430 nbd (1:2.7.1-2) unstable; urgency=low
1432   * Fix nbd-client initscript to use /sbin/nbd-client instead of
1433     /bin/nbd-client. Closes: #254713.
1435  -- Wouter Verhelst <wouter@debian.org>  Sat, 19 Jun 2004 22:32:03 +0200
1437 nbd (1:2.7.1-1) unstable; urgency=low
1439   * New upstream release
1440   * Fixes multiple file snprintf, so that the "normal" use of NBD works
1441     again. Nbd-client will still hang when the server can't find a to be
1442     exported file (since the server doesn't close the socket, as it
1443     should), but that bug is a wee bit nastier, and this fix should get
1444     into stable.
1446  -- Wouter Verhelst <wouter@debian.org>  Sat, 12 Jun 2004 12:19:24 +0200
1448 nbd (1:2.7-3) unstable; urgency=low
1450   * Add amd64 to debian/control. Closes: #251777.
1451   * This release was never uploaded by itself
1453  -- Wouter Verhelst <wouter@debian.org>  Mon, 31 May 2004 10:36:57 +0200
1455 nbd (1:2.7-2) unstable; urgency=low
1457   * Cleaned up LFS fuckup. Closes: #250450
1459  -- Wouter Verhelst <wouter@debian.org>  Mon, 31 May 2004 10:36:35 +0200
1461 nbd (1:2.7-1) unstable; urgency=low
1463   * New upstream release
1464     - uses automake instead of home-grown Makefile.in; fix debian/rules to
1465       accomodate.
1466     - nbd-client moved to sbin, where it belongs; make sure we catch that.
1467   * Drop CFLAGS usage, use the --enable-* parameters instead.
1468   * Added catalan debconf translations. Thanks, Aleix Badia i Bosch;
1469     closes: #248727.
1470   * Bumped Standards-Version to 3.6.1; no changes applicable to nbd.
1472  -- Wouter Verhelst <wouter@debian.org>  Mon, 17 May 2004 23:40:42 +0200
1474 nbd (1:2.6-4) unstable; urgency=low
1476   * Fix and document -m option (Closes: #246544, #264537)
1478  -- Wouter Verhelst <wouter@debian.org>  Wed, 12 May 2004 08:29:17 +0200
1480 nbd (1:2.6-3) unstable; urgency=low
1482   * The "There's more in this world than GNU/Linux" release.
1483   * For all you FreeBSD/NetBSD/Hurd-using people pleasure, made sure the
1484     package builds on non-Linux kernels, too. That's a two-line change to
1485     debian/rules, and is so silly that it should perhaps actually be handled
1486     in debhelper, but oh well.
1487     Tested this on Debian GNU/KFreeBSD, and yes, it works. Have fun!
1489  -- Wouter Verhelst <wouter@debian.org>  Wed, 14 Jan 2004 20:42:40 +0100
1491 nbd (1:2.6-2) unstable; urgency=low
1493   * nbd-server.postinst: create a temporary file outside of the loop that
1494     writes to it. sigh.
1496  -- Wouter Verhelst <wouter@debian.org>  Fri,  9 Jan 2004 14:22:20 +0100
1498 nbd (1:2.6-1) unstable; urgency=medium
1500   * New "upstream" release. Not much more than some code cleanup, really,
1501     but I'd just like to avoid "new upstream!" bugs before they happen.
1502   * nbd.h usage logic reversed: use the local one first; if that doesn't
1503     work, fall back to <linux/nbd.h>.
1504   * Include a (fixed) nbd.h. The kernel header will probably be fixed in
1505     2.6.1; as this is only a two-line fix (one for #ifdef and one for
1506     #endif), we won't wait for that. Closes: #223194. That's an RC bug,
1507     so raising the urgency a little.
1508   * This happens to fix a long-outstanding issue with nbd that I never
1509     had the will to fix: it now should compile nbd-server cleanly on
1510     non-linux systems, too. Reflected that in nbd-server's Architecture:
1511     line in debian/control
1513  -- Wouter Verhelst <wouter@debian.org>  Tue, 23 Dec 2003 21:44:08 +0100
1515 nbd (1:2.5-1) unstable; urgency=high
1517   * New upstream release
1518   * Bugfix: reset child_arraysize to zero when forking. When filed as a
1519     debian bug, the right severity would be 'critical' (not doing the
1520     child_arraysize reset can result in nbd-server sending SIGTERM to
1521     _all_ processes on the system), so urgency=high.
1523  -- Wouter Verhelst <wouter@debian.org>  Mon, 29 Sep 2003 20:33:55 +0200
1525 nbd (1:2.4-3) unstable; urgency=low
1527   * Run db_stop in postinst, to make sure dpkg doesn't wait for nothing.
1528   * Fixed a syntax error in nbd-server.1.sgml. Overlooked that.
1530  -- Wouter Verhelst <wouter@debian.org>  Thu, 11 Sep 2003 18:53:42 +0200
1532 nbd (1:2.4-2) unstable; urgency=low
1534   * Updated Brazilian Portuguese debconf translation. Thanks, Andre Luis
1535     Lopez; Closes: #208033.
1536   * Added '-l' option to nbd-server, to allow choosing a different name
1537     for the .allow file at run time. Should fix the thing I broke with the
1538     last upload, and adds the possibility to specify this file in the
1539     initscript.
1540   * fclose() the pid file after writing to it, so that start-stop-daemon
1541     does not find an empty file.
1542   * Some cosmetic change to nbd-server's initscript.
1544  -- Wouter Verhelst <wouter@debian.org>  Thu, 11 Sep 2003 18:49:42 +0200
1546 nbd (1:2.4-1) unstable; urgency=low
1548   * New upstream release:
1549     - Keep track of our child PID's, and relay a SIGTERM to them if we
1550       receive one
1551     - Use daemon() before we do anything.
1552     - Write our pid to /var/run/nbd-server.<port>.pid
1553     This allows me to use start-stop-daemon, instead of having to do all
1554     kinds of weird stuff in sh. And it also makes the postinst behave in
1555     that it no longer hangs, waiting for something to happen which never
1556     will. Woohoo!
1557     It breaks one thing, though: nbd-server used to look in the 'current
1558     directory' at the time it was started to find the 'nbd_server.allow'
1559     file, a hosts.allow-style file containing machines that are allowed to
1560     log on. Since the daemon() call requires to change the current
1561     directory to the root-directory, it is now looked for at that
1562     place. Will be fixed ASAP, but I wanted to get this out first.
1563   * Actually changed to using start-stop-daemon.
1564   * Updated nl.po. Closes: #204574.
1566  -- Wouter Verhelst <wouter@debian.org>  Fri, 22 Aug 2003 10:24:49 +0200
1568 nbd (1:2.3-10) unstable; urgency=low
1570   * Don't forget to write unchanged configurations to the options file;
1571     also, make a backup of the configuration if we overwrite it. Closes:
1572     #203352.
1573   * Make sure NBD_SERVER_OPTS are being preserved.
1574   * Make a backup of /etc/nbd-client, too.
1576  -- Wouter Verhelst <wouter@debian.org>  Sun,  3 Aug 2003 20:13:33 +0200
1578 nbd (1:2.3-9) unstable; urgency=low
1580   * Removed README.Debian; it was outdated, and no longer useful.
1581   * Made sure the config script can handle being ran twice during the same
1582     installation run. Closes: #198062.
1583   * Made the templates in nbd-server and nbd-client about AUTO_GEN being
1584     set more consistent. Closes: #198929.
1585   * Added French debconf translation. Thanks, Christian Perrier;
1586     Closes: #200363
1588  -- Wouter Verhelst <wouter@debian.org>  Mon,  7 Jul 2003 21:43:25 +0200
1590 nbd (1:2.3-8) unstable; urgency=low
1592   * Revamped debconf stuff. It's now possible to configure multiple
1593     devices at installation time, while configuration changes should be
1594     preserved even if AUTO_GEN isn't set. Yay!
1595     Note that this is a short changelog for a lot of work; I mostly
1596     rewrote two .postinsts, redid two .configs from scratch, and had to
1597     rethink some things. I hope I caught all bugs :-)
1598   * /etc/nbd-client is now no longer a conffile. Since it's modified by
1599     postinst, it never should've been one anyway.
1601  -- Wouter Verhelst <wouter@debian.org>  Tue, 20 May 2003 23:41:03 +0200
1603 nbd (1:2.3-7) unstable; urgency=low
1605   * Removed assignment error from macro OFFT_MAX. This resulted in a
1606     warning on all architectures, and reduced the usefullness of
1607     nbd-server to nothing on 64bit architectures. It also
1608     Closes: #187435, #188079. libc guys: sorry for the noise -- and thanks
1609     for pointing me at that little detail which I overlooked, and which
1610     proved to be the key (nbd-server::size_autodetect).
1611   * prepended the 'nbd-server' call with nohup, to make upgrades work
1612     again.
1614  -- Wouter Verhelst <wouter@debian.org>  Tue, 15 Apr 2003 03:31:18 +0200
1616 nbd (1:2.3-6) unstable; urgency=low
1618   * Removed a little spelling error from one of the Debconf
1619     descriptions. Closes: #186947.
1621  -- Wouter Verhelst <wouter@debian.org>  Mon, 31 Mar 2003 20:22:19 +0200
1623 nbd (1:2.3-5) unstable; urgency=low
1625   * Fixed starting of nbd-server so that it properly detaches from a
1626     terminal. Closes: #179889
1627   * Converted to po-debconf
1628   * Bumped Standards-version from 3.5.2 to 3.5.9 (no changes
1629     applicable to nbd)
1630   * Made sure debian/nbd-server/bin exists before trying to copy files
1631     there, if we're not using dh_movefiles. Closes: #186668.
1632   * Added debconf translations from ddtp.debian.org
1634  -- Wouter Verhelst <wouter@debian.org>  Sun, 30 Mar 2003 15:45:20 +0200
1636 nbd (1:2.3-4) unstable; urgency=low
1638   * Fixed syntax error in nbd-client's postinst.
1639   * Removed duplicate update-rc.d commands (debhelper is nice, if it
1640     actually works ;-)
1642  -- Wouter Verhelst <wouter@debian.org>  Tue, 26 Nov 2002 01:04:06 +0100
1644 nbd (1:2.3-3) unstable; urgency=low
1646   * Fixed code in kernel-version sanity check in initscript so that it
1647     actually works now.
1648   * Rearranged start target of initscript so that it now just calls a
1649     'connect' and an 'activate' target of itself.
1651  -- Wouter Verhelst <wouter@debian.org>  Sat, 16 Nov 2002 21:24:28 +0100
1653 nbd (1:2.3-2) unstable; urgency=low
1655   * Replaced call to write() by a call to send(), so that NBD (hopefully)
1656     doesn't hang anymore. For those interested: For NBD to have Large File
1657     Support, it is being compiled with the precompiler directive
1658     _LARGEFILE_SOURCE set, and with the precompiler directive
1659     _FILE_OFFSET_BITS set to 64. As a result, all file operation syscalls
1660     are being replaced by their 64 bit counterparts. That's not a good
1661     idea to do on a socket, I believe...
1662   * Removed a bug that sometimes left /etc/nbd-server empty after
1663     (re-)install.
1664   * Rewrote warning in description about accessing the block device
1665     simultaneously from different clients to better reflect the
1666     truth. Sorry, ddtp ;-)
1667   * Added a sanity check to nbd-client's initscript: if the version of the
1668     kernel is < 2.4, disconnecting the client is not available, so
1669     restart will fail horribly, which also impacts upgrades. To avoid this
1670     problem, restart is made non-functional on kernels < 2.4.
1671   * Added a (conditional, as in sysvinit's /etc/init.d/checkfs.sh)
1672     spinner-option to the fsck in nbd-client's initscript.
1674  -- Wouter Verhelst <wouter@debian.org>  Tue, 12 Nov 2002 23:45:00 +0100
1676 nbd (1:2.3-1) unstable; urgency=low
1678   * New upstream release. This version brings you:
1679     - Real Large File Support, coding by yours truly. This probably
1680       Closes: #161292. Please reopen the bugreport if not.
1681     - Auto-switching to read-only mode when serving a file from a
1682       read-only medium. This is useful for floppies, CD-ROMs or other host
1683       filesystems that can't be written on.
1684     - Updated manpage for nbd-server, documenting the new '-a' option.
1685   * Modified nbd-server's initscript to wait a second between sending
1686     SIGTERM and SIGKILL when stopping.
1687   * Added -DISSERVER to CFLAGS, which will cause debugging messages to
1688     go to syslog instead of stderr.
1690  -- Wouter Verhelst <wouter@debian.org>  Sun, 20 Oct 2002 16:13:14 +0200
1692 nbd (1:2.1-1) unstable; urgency=low
1694   * New upstream version. This one brings you:
1695     - Reap zombies as they appear. Closes: #160374
1696     - Make error message that appears at the client's side when the
1697       server can't open the exported file a bit more helpful.
1698       Closes: #127098
1700  -- Wouter Verhelst <wouter@debian.org>  Wed, 11 Sep 2002 17:52:03 +0200
1702 nbd (1:2.0-6) unstable; urgency=low
1704   * Modified architecture line to include sh3, sh3eb, sh4, and sh4eb
1705     instead of just sh. Closes: #155523. See why there's #112325?
1707  -- Wouter Verhelst <wouter@debian.org>  Mon,  5 Aug 2002 23:33:10 +0200
1709 nbd (1:2.0-5) unstable; urgency=low
1711   * There was still one issue for mips and mipsel. Not anymore
1713  -- Wouter Verhelst <wouter@debian.org>  Sun, 21 Jul 2002 23:04:37 +0200
1715 nbd (1:2.0-4) unstable; urgency=low
1717   * Modified nbd-server.init.d to not kill itself, so that upgrading works
1718     again. Closes: #151424
1720  -- Wouter Verhelst <wouter@debian.org>  Sun, 30 Jun 2002 16:24:56 +0200
1722 nbd (1:2.0-3) unstable; urgency=low
1724   * Added CFLAGS to allow using >2GB files. Closes: #150871
1726  -- Wouter Verhelst <wouter@debian.org>  Mon, 24 Jun 2002 22:57:14 +0200
1728 nbd (1:2.0-2) unstable; urgency=low
1730   * Reapplied build fix for mips and mipsel.
1732  -- Wouter Verhelst <wouter@debian.org>  Mon, 27 May 2002 11:10:24 +0200
1734 nbd (1:2.0-1) unstable; urgency=low
1736   * New upstream release. closes: #148092. Note that this was not a year
1737     out-of-date as the bugreport claims; the previous Debian version was
1738     pulled out of CVS at March 20th, 2002, at which time the new upstream
1739     release was (at least) not yet in CVS.
1740   * fixed nbd-server.postinst to 're'write /etc/nbd-server, even if it
1741     does not exist yet. Grmbl. Closes: #148090.
1742   * Modified manpages: fixed EXAMPLES, and a few other minor changes
1744  -- Wouter Verhelst <wouter@debian.org>  Sat, 25 May 2002 20:30:52 +0200
1746 nbd (1:1.2cvs20020320-3) unstable; urgency=low
1748   * added 'chmod +x configure' to debian/rules before configure is called
1749     (closes: #140436)
1751  -- Wouter Verhelst <wouter@debian.org>  Fri, 29 Mar 2002 16:08:39 +0100
1753 nbd (1:1.2cvs20020320-2) unstable; urgency=low
1755   * Rebuilt with new unstable of the day, to fix the broken .diff.gz
1756     (Closes: #140238).
1758  -- Wouter Verhelst <wouter@debian.org>  Wed, 27 Mar 2002 18:08:58 +0100
1760 nbd (1:1.2cvs20020320-1) unstable; urgency=low
1762   * The "Cleaning up the mess" release
1763   * Added a "connect" target to nbd-client's /etc/init.d script. Use this
1764     to reconnect clients that have lost the connection to the server but
1765     still have an nbd blockdevice in use. No data will be lost that way,
1766     which is not the case if you use a "restart".
1767   * Since upstream is not really doing any "releases" anymore (there's one
1768     stable CVS branch which is only updated as bugs are fixed), use
1769     "1.2-cvsYYYYMMDD" as upstream version now.
1770   * New CVS change: using setsockopt() in nbd-server so that a stopped
1771     server doesn't need to wait for a timeout before it can be restarted.
1772   * This time really removed the duplicate output to /etc/nbd-server. I
1773     tried to be smart, but not anymore ;-)
1774   * Since my manpages are accepted by upstream and in upstream CVS,
1775     removed them from the debian/ directory.
1777  -- Wouter Verhelst <wouter@debian.org>  Sun, 24 Mar 2002 22:17:29 +0100
1779 nbd (1:1.2-13) unstable; urgency=low
1781   * Made /dev-entry debconf-question a bit clearer (Closes: #127094)
1782   * Explained the use of the nbd_server.allow file in nbd-server's manpage
1783     (partially closes #127098)
1785  -- Wouter Verhelst <wouter@debian.org>  Wed,  2 Jan 2002 23:49:43 +0100
1787 nbd (1:1.2-12) unstable; urgency=low
1789   * Corrected spelling errors in descriptions (Closes: #125167, #125168)
1791  -- Wouter Verhelst <wouter@debian.org>  Thu, 20 Dec 2001 00:40:13 +0100
1793 nbd (1:1.2-11) unstable; urgency=low
1795   * Added an invocation of fsck to nbd-client's initscript. This should've
1796     been done in 1:1.2-1. Really.
1798  -- Wouter Verhelst <wouter@debian.org>  Wed, 31 Oct 2001 12:37:06 +0100
1800 nbd (1:1.2-10) unstable; urgency=low
1802   * Applied patch from Branden Robinson for nbd-server's initscript
1803     (partially closes #117045)
1804   * Modified nbd-server's postinst so that it doesn't write it's
1805     information twice to /etc/nbd-server (Closes: #117045).
1806   * Changed shebang-line of all scripts that source the configfile to use
1807     /bin/bash instead of /bin/sh. I thought it would be no problem if I
1808     don't actually use the variable, but even the variable name isn't
1809     POSIXly correct (Closes: #117303).
1810   * Changed priority of AUTO_GEN debconf to low. You don't want to see
1811     this during an installation, only during a reconfigure. Also, added a
1812     similar note to nbd-server, since it now supports this variable too.
1814  -- Wouter Verhelst <wouter@debian.org>  Sun, 28 Oct 2001 11:20:07 +0100
1816 nbd (1:1.2-9) unstable; urgency=low
1818   * Fixed nbd-server's debconf configuration so that it actually works
1819     now. Always interesting, huh?
1820   * Added some upstream-suggested changes to nbd-server.c so that it
1821     should build on mips and mipsel too, now (Closes: #115110). Added mips
1822     and mipsel to Architecture line (I created that line with the output
1823     of madison nearby. But since it never built on mips before... well...)
1824   * Fixed some minor bugs in initscripts and postinsts.
1826  -- Wouter Verhelst <wouter@debian.org>  Mon, 22 Oct 2001 16:47:05 +0200
1828 nbd (1:1.2-8) unstable; urgency=low
1830   * removed a syntaxis fault from nbd-server's postrm. Dunno why I
1831     didn't find this earlier...
1833  -- Wouter Verhelst <wouter@debian.org>  Thu, 18 Oct 2001 00:08:17 +0200
1835 nbd (1:1.2-7) unstable; urgency=low
1837   * Since my TODO list is kinda complete now (Yeehaw!), remove the
1838     reference to it from debian/control.
1839   * Aestetical changes to initscript of nbd-server
1840   * Uncommented things in nbd-client's initscript. It didn't work before,
1841     but apparently it does now. I have no idea what was wrong; probably a
1842     bug in another package (most likely, bash) that has been solved now
1843     (it never looked wrong to me anyway). Please file a bug if I was
1844     wrong... ;-)
1845   * Now really modified nbd-client.postinst to do what it was supposed to
1846     do in 1:1.2-6. Actually, in -6 I modified nbd-server.postinst, but
1847     didn't touch nbd-client.postinst. I thus now modified
1848     nbd-client.postinst to reflect changes made to nbd-server.postinst in
1849     -6. Should've done that in the previous release, probably.
1850   * Removed hurd-i386 from architecture, since it doesn't build there
1851     after all.
1852     There has been some effort to port NBD to the Hurd, though, so I'll
1853     change the "Architecture:" line at some point in the future, when
1854     everything compiles cleanly. Not now, though.
1855   * Added pt_BR translations of both debconf templates. Thanks go to Andre
1856     Luis Lopes <andrelop@ig.com.br> (Closes: #115617, 115621)
1858  -- Wouter Verhelst <wouter@debian.org>  Mon, 15 Oct 2001 00:18:13 +0200
1860 nbd (1:1.2-6) unstable; urgency=low
1862   * Added german translation of debian/nbd-server.templates. Thanks go to
1863     Sebastian Feltel <sebastian@feltel.de> (Closes: #113486).
1864   * Minor changes to nbd-server manpage.
1865   * Made debian/nbd-server.postinst a bit more portable so that it creates
1866     good output, even if /bin/sh does not point to /bin/bash. Also, added
1867     support for extra options to /etc/nbd-server; add an array called
1868     NBD_SERVER_OPTS with the options you'd like (Closes: #113726). Since
1869     these options are probably quite rarely needed, I didn't change the
1870     debconf-configuration.
1871   * Slightly modified nbd-client.postinst so that grep dumps
1872     "NBD_DEVICE[0]" to /dev/null instead of stdout (Ah! So it was grep!
1873     ;-)
1874   * Made sure the "purge" target of nbd-server's postrm removes
1875     /etc/nbd-server. Since /etc/nbd-server is created in postinst, it is
1876     not part of any package or file, let alone it being a
1877     conffile. Therefore, I have to remove it manually in the postrm.
1879  -- Wouter Verhelst <wouter@debian.org>  Sun, 30 Sep 2001 23:19:13 +0200
1881 nbd (1:1.2-5) unstable; urgency=low
1883   * Made sure /etc/nbd-server exists before trying to access it
1884     (Closes: #113143)
1886  -- Wouter Verhelst <wouter@debian.org>  Sat, 22 Sep 2001 11:38:51 -0400
1888 nbd (1:1.2-4) unstable; urgency=low
1890   * Changed debian/rules file a bit so that this package should build the
1891     nbd-server on non-linux ports (currently only The
1892     Hurd). Unfortunately, I have to sum up each and every linux-port to
1893     achieve this. Have a look at #112325 to find out why. Since nbd-client
1894     needs support from the kernel, and since this is a linux-only thing,
1895     it makes no sense compiling nbd-client on other kernels. Hence, I
1896     don't try.
1897   * Created manpages for both nbd-client and nbd-server (Closes: #112049)
1898   * Now created an initscript for nbd-server too. Works the same way as
1899     the nbd-client initscript.
1901  -- Wouter Verhelst <wouter@debian.org>  Thu, 20 Sep 2001 13:37:34 +0200
1903 nbd (1:1.2-3) unstable; urgency=low
1905   * Removed bugs from postinst and /etc/init.d/nbd-client (closes:
1906     #112117)
1908  -- Wouter Verhelst <wouter@debian.org>  Thu, 13 Sep 2001 02:16:40 +0200
1910 nbd (1:1.2-2) unstable; urgency=low
1912   * Added debconf-configuration to install one nbd-client device. This
1913     should work for most installations.
1914   * Added information to /etc/nbd-client. See the file for details; it
1915     allows for multiple clients to be ran and killed at boot
1916     resp. shutdown.
1917   * Changed init.d-script for nbd-client (the previous changelog-entry
1918     fails to tell that the init.d-script is only for nbd-client too, BTW)
1919     to reflect new situation.
1921  -- Wouter Verhelst <wouter@debian.org>  Tue, 11 Sep 2001 00:26:39 +0200
1923 nbd (1:1.2-1) unstable; urgency=low
1925   * Added init.d-script
1926   * Added Build-Depends on kernel-headers, since #include "nbd.h" has
1927     changed to #include <linux/nbd.h> in upstream sources
1929  -- Wouter Verhelst <wouter@debian.org>  Thu, 14 Jun 2001 22:23:38 +0200
1931 nbd (14-2) unstable; urgency=low
1933   * Did some cleanup of debian/rules
1935  -- Wouter Verhelst <wouter@debian.org>  Thu,  7 Jun 2001 00:51:36 +0200
1937 nbd (14-1) unstable; urgency=low
1939   * Initial Release. (Closes: 96728)
1941  -- Wouter Verhelst <wouter@debian.org>  Sat,  2 Jun 2001 12:44:24 +0200