OBS User unknown
2007-07-30 20:44:38 +00:00
committed by Git OBS Bridge
parent 2a82effd5b
commit c27c81802d
8 changed files with 213 additions and 73 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jul 30 15:51:16 CEST 2007 - garloff@suse.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.
-------------------------------------------------------------------
Tue Jul 17 00:54:45 CEST 2007 - garloff@suse.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 23:45:45 CET 2007 - garloff@suse.de