From 3bcd1ed05b5e6ad64a5b180384487aab33147be5 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 29 Aug 2012 13:06:46 +0100 Subject: [PATCH] Update NEWS and bump version --- NEWS | 6 ++++++ SparkleLib/Defines.cs | 2 +- SparkleShare/SparklePlugin.cs | 2 +- SparkleShare/Windows/SparkleShare.wxs | 2 +- configure.ac | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 7aa22532..bcc49b03 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.9.2 for Linux, Mac and Windows (Wed Aug 29 2012) + + Hylke: + - This release fixes a crash that can happen after adding a new + project as well ssh-agent sometimes not starting on Windows + 0.9.1 for Linux, Mac and Windows (Mon Aug 27 2012) Hylke: diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index a7d23827..bff55f09 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -19,7 +19,7 @@ using System; using System.Reflection; [assembly:AssemblyTitle ("SparkleLib")] -[assembly:AssemblyVersion ("0.9.1")] +[assembly:AssemblyVersion ("0.9.2")] [assembly:AssemblyCopyright ("Copyright (c) 2010 Hylke Bons and others")] [assembly:AssemblyTrademark ("SparkleShare is a trademark of SparkleShare Ltd.")] diff --git a/SparkleShare/SparklePlugin.cs b/SparkleShare/SparklePlugin.cs index 7d66d826..178ca2d2 100644 --- a/SparkleShare/SparklePlugin.cs +++ b/SparkleShare/SparklePlugin.cs @@ -62,10 +62,10 @@ namespace SparkleShare { } } - private XmlDocument xml = new XmlDocument (); private string plugin_directory; + public SparklePlugin (string plugin_path) { this.plugin_directory = System.IO.Path.GetDirectoryName (plugin_path); diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index 24b2b939..c4500b63 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='0.9.2' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index 51620e05..fa2db047 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -m4_define([sparkleshare_version], [0.9.1]) +m4_define([sparkleshare_version], [0.9.2]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)