update NEWS and bump version

This commit is contained in:
Hylke Bons 2011-06-26 02:33:48 +01:00
parent f0c6d2edea
commit fa1cd54512
2 changed files with 9 additions and 2 deletions

7
NEWS
View file

@ -1,3 +1,10 @@
0.2.3 for Linux and Mac (Sun Jun 26, 2011):
Hylke: Add the ability to add notes in the event logs. Fix some quirks
in the webkit view on Linux. Redid gravatar fetching parts to be more
efficient. Remove headless feature. Fix some small bugs and crashes.
0.2.2 for Linux and Mac (Tue Jun 14, 2011):
Hylke: Fix crash on first run when ~/.ssh doesn't exist. Sync algorithm

View file

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