[pve-devel] [PATCH] bump to 0.6.3

Alexandre Derumier aderumier at odiso.com
Mon Sep 16 09:35:37 CEST 2013


he most important updates of this release are:
 - fix memory leak in sockfd cache
 - fix latent segfault in event loop

If no one complains about this release in 2 days, it will be v0.6.3
officialy.

Below is the summary of commits this release contains.

Hitoshi Mitake (2):
      collie: remove a compiler warning
      sheep: correct a way of freeing sockfd_cache_entry

Kai Zhang (1):
      sheep: fixed compile warning

MORITA Kazutaka (2):
      sheep: make invalid_vnode() type safe
      event: refresh event info after unregistering

Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 Makefile         |    2 +-
 debian/changelog |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 13116a2..314ecbf 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.1
 
 PACKAGE=pve-sheepdog
 PKGREL=1
-SDVER=0.6.2
+SDVER=0.6.3
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
diff --git a/debian/changelog b/debian/changelog
index 6c9abba..1508dd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pve-sheepdog (0.6.3-1) unstable; urgency=low
+
+  * Bump to sheepdog 0.6.3
+
+ -- Proxmox Support Team <support at proxmox.com>  Fri, 15 Sep 2013 11:23:00 +0200
+
 pve-sheepdog (0.6.2-1) unstable; urgency=low
 
   * Bump to sheepdog 0.6.2
-- 
1.7.10.4




More information about the pve-devel mailing list