From dc708069840c6278bb4743fbf079cc66223aabb4 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 11 Feb 2012 20:49:43 +0100 Subject: [PATCH] Bump version to 0.8.2 --- NEWS | 11 +++++++++-- SparkleShare/Mac/SparkleShare.csproj | 4 ++-- SparkleShare/Mac/SparkleShare.sln | 2 +- configure.ac | 4 ++-- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index f4eadf4e..10bb72a0 100755 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ -0.8.1 for Linux and Mac (Sun Jan 29): +0.8.2 for Linux and Mac (Sat Feb 11 2012): + + Hylke: + - Use the more reliable and less resource intensive FSEvents on Mac. + - Improvements to the reconnect mechanism of the notification system + + +0.8.1 for Linux and Mac (Sun Jan 29 2012): Hylke: - Disable the Quit menu item when a sync is going on @@ -9,7 +16,7 @@ - Close event log on Cmd+W on Mac -0.8.0 for Linux and Mac (Sun Jan 22): +0.8.0 for Linux and Mac (Sun Jan 22 2012): Hylke: - Show syncing progress in the status icon diff --git a/SparkleShare/Mac/SparkleShare.csproj b/SparkleShare/Mac/SparkleShare.csproj index 0a62e312..23783cbb 100755 --- a/SparkleShare/Mac/SparkleShare.csproj +++ b/SparkleShare/Mac/SparkleShare.csproj @@ -11,7 +11,7 @@ SparkleShare SparkleShare v4.0 - 0.8.1 + 0.8.2 true @@ -59,7 +59,7 @@ False - + False ..\..\bin\SparkleLib.dll diff --git a/SparkleShare/Mac/SparkleShare.sln b/SparkleShare/Mac/SparkleShare.sln index fc841f19..6ad0b1a6 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.1 + version = 0.8.2 EndGlobalSection EndGlobal diff --git a/configure.ac b/configure.ac index fcd236b7..ac6a1f62 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.1]) + [0.8.2]) m4_define([sparkleshare_asm_version], - [0.8.1]) + [0.8.2]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)