Bump version to 0.8.1, update NEWS

This commit is contained in:
Hylke Bons 2012-01-29 22:15:43 +00:00
parent 63653cc9d3
commit 5d5712bcd0
4 changed files with 15 additions and 4 deletions

11
NEWS
View file

@ -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:

View file

@ -11,7 +11,7 @@
<RootNamespace>SparkleShare</RootNamespace>
<AssemblyName>SparkleShare</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View file

@ -16,6 +16,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SparkleShare.csproj
version = 0.8.0
version = 0.8.1
EndGlobalSection
EndGlobal

View file

@ -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)