From 53e269838cb03cdff141358c04e72113c0784593 Mon Sep 17 00:00:00 2001 From: cyril soler Date: Wed, 31 Aug 2016 13:24:02 +0200 Subject: [PATCH] updated ubuntu changelog and version number --- build_scripts/Debian+Ubuntu/changelog | 11 ++++++++++- build_scripts/Debian+Ubuntu/makeSourcePackage.sh | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/build_scripts/Debian+Ubuntu/changelog b/build_scripts/Debian+Ubuntu/changelog index 03878cf56..6230d6c4b 100644 --- a/build_scripts/Debian+Ubuntu/changelog +++ b/build_scripts/Debian+Ubuntu/changelog @@ -1,4 +1,13 @@ -retroshare06 (0.6.0-1.XXXXXX~YYYYYY) YYYYYY; urgency=low +retroshare06 (0.6.1-1.XXXXXX~YYYYYY) YYYYYY; urgency=low + + Release of version 0.6.1. + * See detailed logs: https://github.com/RetroShare/RetroShare/blob/master/build_scripts/Debian%2BUbuntu/changelog + * Release blog post: https://retroshareteam.wordpress.com + * Website: https://github.com/Retroshare/Retroshare/releases + + -- Cyril Soler Wed, 31 Aug 2016 12:00:00 +0100 + +retroshare06 (0.6.0-1.20160818.b9ac4f87) xenial; urgency=low 9780f1f Phenom Mon, 15 Aug 2016 12:00:44 +0200 Add AutoHide to RSImageBlockWidget 368a429 csoler Wed, 17 Aug 2016 09:40:16 +0200 fixed read_125Size and write_125Size according to RFC4880 diff --git a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh index a85b648ac..71b4dd070 100755 --- a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh +++ b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh @@ -1,7 +1,7 @@ #!/bin/sh ###################### PARAMETERS #################### -version="0.6.0" +version="0.6.1" gitpath="https://github.com/RetroShare/RetroShare.git" workdir=retroshare06-${version} #bubba3="Y" # comment out to compile for bubba3 @@ -47,7 +47,7 @@ while [ ${#} -gt 0 ]; do done if test "${dist}" = "" ; then - dist="precise trusty vivid wily xenial" + dist="precise trusty vivid wily xenial wheezy squeeze jessie stretch" fi echo Attempting to get revision number...