From 5220314c4f67b70b5ac6ccd167939eae388e2f65 Mon Sep 17 00:00:00 2001 From: crs Date: Wed, 25 Dec 2002 19:21:17 +0000 Subject: [PATCH] Changed version number to 0.9.14. Added NEWS item. --- NEWS | 15 +++++++++++++++ configure.in | 2 +- lib/base/Version.h | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) 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