OBS User unknown
2009-07-09 11:57:14 +00:00
committed by Git OBS Bridge
parent 797e5b43a3
commit ec73d620c7
6 changed files with 29 additions and 109 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jul 9 11:41:55 CEST 2009 - ms@suse.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 10:40:15 CEST 2009 - ms@suse.de