Changed version number to 0.9.14. Added NEWS item.
This commit is contained in:
parent
d2a871d0d9
commit
5220314c4f
15
NEWS
15
NEWS
|
@ -1,6 +1,21 @@
|
||||||
Synergy News
|
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
|
* Nov-05-2002 - Synergy 0.9.13 released
|
||||||
|
|
||||||
Made following changes:
|
Made following changes:
|
||||||
|
|
|
@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
|
||||||
dnl current version
|
dnl current version
|
||||||
MAJOR_VERSION=0
|
MAJOR_VERSION=0
|
||||||
MINOR_VERSION=9
|
MINOR_VERSION=9
|
||||||
RELEASE_VERSION=13
|
RELEASE_VERSION=14
|
||||||
|
|
||||||
dnl initialize automake
|
dnl initialize automake
|
||||||
AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION)
|
AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
// set version macro if not set yet
|
// set version macro if not set yet
|
||||||
#if !defined(VERSION)
|
#if !defined(VERSION)
|
||||||
# define VERSION "0.9.13"
|
# define VERSION "0.9.14"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// important strings
|
// important strings
|
||||||
|
|
Loading…
Reference in New Issue