Update NEWS and version

This commit is contained in:
Hylke Bons 2012-03-18 20:12:56 +00:00
parent 06371c19ee
commit 00919e8b0c
2 changed files with 15 additions and 2 deletions

13
NEWS
View file

@ -1,3 +1,16 @@
0.8.4 for Linux, Mac and Window (Sun Mar 18 2012)
Hylke:
- Fix "Add" item being disabled on first run
- Fix some crashes in notfication mechanism
- Use ~/SparkleShare instead of ~/My Documents/SparkleShare on Windows
- Add option to add SparkleShare to startup items on Windows
- Add SparkleShare to Explorer sidebar
- Report whether we're sending or receiving (or both) in the status icon
- Fix some cases where SparkleShare would incorrectly say "not synced"
- Some UI changes on Windows to comply with the Windows HIG
0.8.3 for Linux, Mac and Windows (Sun Mar 11 2012):
Hylke:

View file

@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
m4_define([sparkleshare_version],
[0.8.3])
[0.8.4])
m4_define([sparkleshare_asm_version],
[0.8.3])
[0.8.4])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)