From: Dietmar Maurer Date: Mon, 21 Sep 2015 10:03:14 +0000 (+0200) Subject: update to v2.3.5, bump package version to 2.3.5-1 X-Git-Url: https://git.proxmox.com/?p=corosync-pve.git;a=commitdiff_plain;h=0a8764f4fb52c3e1844c395bcfaac66480dd6843 update to v2.3.5, bump package version to 2.3.5-1 --- diff --git a/Makefile b/Makefile index d621237..e288a2e 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ RELEASE=4.0 # source from http://www.corosync.org -CSVERSION=2.3.4 -CSRELEASE=2 +CSVERSION=2.3.5 +CSRELEASE=1 CSDIR=corosync-${CSVERSION} CSSRC=corosync-${CSVERSION}.tar.gz @@ -32,6 +32,7 @@ download: rm -f ${CSSRC} ${CSSRC}.tmp ${CSDIR} # wget http://build.clusterlabs.org/corosync/releases/${CSSRC} git clone https://github.com/corosync/corosync.git ${CSDIR} + cd ${CSDIR}; git checkout v${CSVERSION} cd ${CSDIR}; ./autogen.sh tar czf ${CSSRC}.tmp ${CSDIR} mv ${CSSRC}.tmp ${CSSRC} diff --git a/debian/changelog b/debian/changelog index 3a2d685..0d552b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +corosync-pve (2.3.5-1) unstable; urgency=medium + + * update to v2.3.5 + + -- Proxmox Support Team Mon, 21 Sep 2015 12:02:49 +0200 + corosync-pve (2.3.4-2) unstable; urgency=medium * update to latest upstream (commit 82526d2fe9137e8b604f1bbae6d6e39ba41377f9)