This release includes bug fixes, cleanups, and performance improvement. Changes from 0.5.3 are:
- sheep: add support for using unix domain socket - test: some spurious failures - vditest: refine so that we can use it for benchmark tests - logger: cleanup and improve performance - many bug fixes and cleanups Signed-off-by: Alexandre Derumier <[email protected]> --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d07608d..94e7365 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=2.2 PACKAGE=pve-sheepdog PKGREL=1 -SDVER=0.5.3 +SDVER=0.5.4 DEB=${PACKAGE}_${SDVER}-${PKGREL}_amd64.deb diff --git a/debian/changelog b/debian/changelog index cca0f05..1adf045 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-sheepdog (0.5.4-1) unstable; urgency=low + + * Bump to sheepdog 0.5.4 + + -- Proxmox Support Team <[email protected]> Tue, 6 Nov 2012 09:52:00 +0200 + pve-sheepdog (0.5.3-1) unstable; urgency=low * Bump to sheepdog 0.5.3 -- 1.7.10.4 _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
