Changelog for
nbd-debuginfo-2.9.20-22.1.x86_64.rpm :
Fri Sep 16 14:00:00 2011 rfnoAATTfietze-home.de
- Install nbd-server.5 man page
Mon Apr 4 14:00:00 2011 msAATTsuse.de
- socklen_t is always 32bit, size_t is 64bit. so a classical
big endian 64bit error (bnc #674281)
Fri Feb 25 13:00:00 2011 msAATTsuse.de
- Update to nbd-2.9.20:
* Documentation update
* Fix buffer size checking (bnc #674281)
* Extend test suite and fix named exports
Wed Aug 5 14:00:00 2009 msAATTsuse.de
- fixed missing close to open (bnc #528272)
Thu Jul 9 14:00:00 2009 msAATTsuse.de
- Update to nbd-2.9.13:
* Documentation update
* Don\'t try working on partitions
When a partition is given to the -d or -c command line options, reduce
it to the master device instead. This assumes udev-style naming
of device entries, though.
* Fix autodetection
Everything else in nbd-server was already 64bit-clean, but this part,
where the size of a block device is autodected, wasn\'t.
Replace the ioctl() to BLKGETSIZE with its 64bit version, so that trying
to detect the size of a multi-terabyte block device does not fail.
* Avoid unaligned access
* Actually go daemon
just doing chdir(\"/\") leave file descriptors open, which is not ideal.
Doing it this way closes everything, including any system-specific
things we\'re not aware of.
* Remove support for timeout option
Mon May 4 14:00:00 2009 msAATTsuse.de
- Update to nbd-2.9.12:
* use atoll instead of atol ... so that multi-terabyte exports work, too
* Change meaning of -swap option: rather than trying to use a kernel patch
which has been effectively dead since sometime around 2.1.something, do an
mlockall() so that the kernel won\'t throw us out. The MCL_CURRENT | MCL_FUTURE
bit might prove to be problematic, but if so, we\'ll deal with it when
we get there
* Use right printf() format string
Wed Aug 20 14:00:00 2008 garloffAATTsuse.de
- Update to nbd-2.9.11:
* nbd-client: new option -c to check for connection, -d to
drop connection, -persist to infinitely retry connections
dropped by server. timeout= setting
* nbd-server: drop autoreadonly option
Thu Nov 15 13:00:00 2007 garloffAATTsuse.de
- Update to nbd-2.9.9:
* Document -C option of nbd-server.
* Fix name of /var/run/ file.
Wed Nov 7 13:00:00 2007 garloffAATTsuse.de
- Split nbd into nbd and nbd-doc packages.
- Update to nbd-2.9.8:
* nbd-server can now setuid to specified user and group.
* prerun and postrun scripts can be specified.
* IP address to bind to (listenaddress) can be configured.
* Socket Direct Protocol (sdp) -- not enabled.
* server exits now after connection has gone (oops!).
* nbd-client: timeout parameter.
Mon Jul 30 14:00:00 2007 garloffAATTsuse.de
- Convert options from old nbd-server.conf to new nbd-server/config
on update and drop support for old config file syntax.
- Fix daemonize(0) segfault and pid filename.
- Fix compiler warnings.
- Fix /dev filename docu.
- Use startproc, killproc, checkproc in init script
- nbd-server does not support SIGHUP, fix init script accordingly.
Mon Jul 16 14:00:00 2007 garloffAATTsuse.de
- Update to nbd-2.9.5:
* Support for more platforms, pkgconfig, debug build.
* -o option to convert cmdline options to config file.
* Fix duplication in handling nonblocking server socket.
Mon Mar 12 13:00:00 2007 garloffAATTsuse.de
- Update to 2.9.2:
* make child socket nonblocking
* Reintegrate fix for 64bit on looking for file size.
* Fix cross-compiling
* Search for libraries to allow linking on Solaris
- Update to 2.9.1:
* A fix for a piece of code following a null pointer, and one
for a memory leak (if only minor).
- Update to 2.9.0:
*
* Configuration file support
* The ability to server multiple nbd-server exports from one server
* Better multiple-file support (files can now be of any random size)
* Better support for virtualizing servers (in addition to replacing
%s with the client\'s IP address, it is now also possible to use
other options which allow for hashed directories)
* Support for changing uid and gid after startup
* The ability to do the copy-on-write stuff with a sparse file rather
than a mapped file (specified by a config file option), which may be
slightly faster.
Sat Nov 18 13:00:00 2006 garloffAATTsuse.de
- Add nbd-server init script (parses /etc/nbd-server.conf).
Thu Oct 19 14:00:00 2006 garloffAATTsuse.de
- Update to nbd-2.8.7:
* A fix for build against nbd.h for kernel 2.6.18 (and above,
presumably)
Thu Oct 12 14:00:00 2006 roAATTsuse.de
- include linux/types.h before linux/nbd.h
Mon Aug 7 14:00:00 2006 garloffAATTsuse.de
- Update to nbd-2.8.6:
* performance/reliability improvements: Use select() rather than
accept() and waitpid() with WNOHANG rather than wait().
- Update to nbd-2.8.5:
* -persist option.
* Add export verification.
* Make sure queue is empty for write requests to read-only export.
- Update to nbd-2.8.4:
* Includes the previous fix (closing server socket)