This commit is contained in:
committed by
Git OBS Bridge
parent
797e5b43a3
commit
ec73d620c7
21
nbd.changes
21
nbd.changes
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user