Bump version and update news

This commit is contained in:
Hylke Bons 2013-06-13 23:32:29 +01:00
parent a636561bfc
commit ff06b617a4
5 changed files with 15 additions and 5 deletions

View file

@ -1,3 +1,13 @@
1.2.0 for Linux, Mac and Windows (???):
Hylke:
- Fixes to the invite feature, now works when SparkleShare
isn't running, by Jo Shields
- Don't crash, but complain when FIPS is enabled on Windows
- Fix some interface logic in Add dialog
- Fix some inaccurate sync state messages in the status icon
1.1.0 for Linux, Mac and Windows (Sun 26 May 2013):
Hylke:

View file

@ -19,7 +19,7 @@ using System;
using System.Reflection;
[assembly:AssemblyTitle ("SparkleLib")]
[assembly:AssemblyVersion ("1.1.0")]
[assembly:AssemblyVersion ("1.2")]
[assembly:AssemblyCopyright ("Copyright (c) 2010 Hylke Bons and others")]
[assembly:AssemblyTrademark ("SparkleShare is a trademark of SparkleShare Ltd.")]

View file

@ -9,9 +9,9 @@
<key>CFBundleName</key>
<string>SparkleShare</string>
<key>CFBundleVersion</key>
<string>1.1.0</string>
<string>1.2</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>

View file

@ -2,7 +2,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name='SparkleShare' Id='184950D5-67F6-4D06-9717-7E2F1607A7B0' UpgradeCode='D3DF1D99-87F5-47A7-A349-863DD6E4B73A'
Language='1033' Codepage='1252' Version='1.1.0' Manufacturer='SparkleShare'>
Language='1033' Codepage='1252' Version='1.2' Manufacturer='SparkleShare'>
<Package Id='*' Keywords='Installer' Description="SparkleShare Setup" Manufacturer='SparkleShare'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
m4_define([sparkleshare_version], [1.1.0])
m4_define([sparkleshare_version], [1.2])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)