diff --git a/NEWS b/NEWS index 7b1bf0e3..a5509d93 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index cb528c02..a582e9f0 100644 --- a/configure.ac +++ b/configure.ac @@ -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)