diff --git a/nbd-2.9.8.tar.bz2 b/nbd-2.9.8.tar.bz2 deleted file mode 100644 index 6ac511d..0000000 --- a/nbd-2.9.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:926d8ff69eed223d63e16f14da5cf896464697757bba8e2cccdd59e8965b589f -size 182724 diff --git a/nbd-2.9.9.tar.bz2 b/nbd-2.9.9.tar.bz2 new file mode 100644 index 0000000..2837f95 --- /dev/null +++ b/nbd-2.9.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31f1d2b3fb63c988ee69c2b50b7ae5391c419bb3ba940fdd4c5b752282d4bda +size 182688 diff --git a/nbd.changes b/nbd.changes index 708e5bf..e2a46a6 100644 --- a/nbd.changes +++ b/nbd.changes @@ -1,14 +1,21 @@ +------------------------------------------------------------------- +Thu Nov 15 14:26:56 CET 2007 - garloff@suse.de + +- Update to nbd-2.9.9: + * Document -C option of nbd-server. + * Fix name of /var/run/ file. + ------------------------------------------------------------------- Wed Nov 7 22:12:26 CET 2007 - garloff@suse.de - Split nbd into nbd and nbd-doc packages. -- Update to 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 +- 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 15:51:16 CEST 2007 - garloff@suse.de diff --git a/nbd.spec b/nbd.spec index 74a0643..965057c 100644 --- a/nbd.spec +++ b/nbd.spec @@ -1,5 +1,5 @@ # -# spec file for package nbd (Version 2.9.8) +# spec file for package nbd (Version 2.9.9) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: nbd BuildRequires: doxygen glib2-devel PreReq: %insserv_prereq coreutils -Version: 2.9.8 +Version: 2.9.9 Release: 1 License: GPL v2 or later Group: Productivity/Networking/Other @@ -158,15 +158,19 @@ fi %preun %{stop_on_removal nbd-server} %changelog +* Thu Nov 15 2007 - garloff@suse.de +- Update to nbd-2.9.9: + * Document -C option of nbd-server. + * Fix name of /var/run/ file. * Wed Nov 07 2007 - garloff@suse.de - Split nbd into nbd and nbd-doc packages. -- Update to 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 +- 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 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.