From 186c98f8bd1fb058077e85a30776bbc8e77edf00 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 29 Jan 2012 22:15:43 +0000 Subject: [PATCH] Bump version to 0.8.1, update NEWS --- NEWS | 11 +++++++++++ SparkleShare/Mac/SparkleShare.csproj | 2 +- SparkleShare/Mac/SparkleShare.sln | 2 +- configure.ac | 4 ++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 07176044..f4eadf4e 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +0.8.1 for Linux and Mac (Sun Jan 29): + + Hylke: + - Disable the Quit menu item when a sync is going on + - Show remote url when hovering project names in the log + - Fix the event log on Linux + - Allow server ports to be specified once again + - Open Folder button after setup now takes you to SparkleShare/subfolder + - Close event log on Cmd+W on Mac + + 0.8.0 for Linux and Mac (Sun Jan 22): Hylke: diff --git a/SparkleShare/Mac/SparkleShare.csproj b/SparkleShare/Mac/SparkleShare.csproj index fbf786bc..0a62e312 100755 --- a/SparkleShare/Mac/SparkleShare.csproj +++ b/SparkleShare/Mac/SparkleShare.csproj @@ -11,7 +11,7 @@ SparkleShare SparkleShare v4.0 - 0.8.0 + 0.8.1 true diff --git a/SparkleShare/Mac/SparkleShare.sln b/SparkleShare/Mac/SparkleShare.sln index 6de6c1e6..fc841f19 100644 --- a/SparkleShare/Mac/SparkleShare.sln +++ b/SparkleShare/Mac/SparkleShare.sln @@ -16,6 +16,6 @@ Global EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = SparkleShare.csproj - version = 0.8.0 + version = 0.8.1 EndGlobalSection EndGlobal diff --git a/configure.ac b/configure.ac index 059ba007..c88fdda9 100755 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. m4_define([sparkleshare_version], - [0.8.0]) + [0.8.1]) m4_define([sparkleshare_asm_version], - [0.8.0]) + [0.8.1]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)