diff --git a/NEWS b/NEWS index 38eb3be5..44e68298 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ Synergy News ============ +* Dec-25-2002 - Synergy 0.9.14 released + + Made following changes: + * Fixed solaris compile problems (untested) + * Fixed irix compile problems (untested) + * Fixed windows client not reconnecting when server dies bug + * Fixed loss of ctrl+alt from windows server to non-windows clients + * Fixed handling of password protected windows client screen saver + * Now handling any number of pointer buttons on X11 + * Toggle key states now restored when leaving clients + * Added support for per-screen config options + * Added config options for half-duplex toggle keys on X11 + * Enabled class diagrams in doxygen documentation + + * Nov-05-2002 - Synergy 0.9.13 released Made following changes: diff --git a/configure.in b/configure.in index 1d576dca..6064df92 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config) dnl current version MAJOR_VERSION=0 MINOR_VERSION=9 -RELEASE_VERSION=13 +RELEASE_VERSION=14 dnl initialize automake AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION) diff --git a/lib/base/Version.h b/lib/base/Version.h index 9374a3f1..ebc57b63 100644 --- a/lib/base/Version.h +++ b/lib/base/Version.h @@ -19,7 +19,7 @@ // set version macro if not set yet #if !defined(VERSION) -# define VERSION "0.9.13" +# define VERSION "0.9.14" #endif // important strings