OBS User unknown
2007-03-12 23:59:39 +00:00
committed by Git OBS Bridge
parent 11c5098585
commit 2a82effd5b
7 changed files with 72 additions and 140 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Mar 12 23:45:45 CET 2007 - garloff@suse.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 01:49:07 CET 2006 - garloff@suse.de