From 9e7b411f782e9ed7ab70737f2c4f31fe3b84b213 Mon Sep 17 00:00:00 2001 From: crs Date: Sat, 14 Sep 2002 21:47:29 +0000 Subject: [PATCH] Changes for version 0.9.12. --- ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 10 +++++++++ 2 files changed, 74 insertions(+) diff --git a/ChangeLog b/ChangeLog index be45c69a..df0535e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2002/09/14 21:31:35 crs +lib/base/XBase.cpp +lib/base/XBase.h + +removed std::exception from base class list of XBase. this +is a workaround for gcc 3.2 until everything necessary has +throw() specifiers. + +---------- +2002/09/14 20:56:50 crs +lib/server/CServer.cpp + +now logging bind failures as warnings. + +---------- +2002/09/14 20:56:28 crs +lib/base/XBase.cpp +lib/base/XBase.h +lib/io/XIO.cpp +lib/io/XIO.h +lib/net/CTCPListenSocket.cpp +lib/net/CTCPSocket.cpp +lib/net/XSocket.cpp +lib/net/XSocket.h + +added better network error message support. + +---------- +2002/09/14 12:07:02 crs +lib/client/CMSWindowsSecondaryScreen.cpp +lib/client/CXWindowsSecondaryScreen.cpp +lib/client/CXWindowsSecondaryScreen.h +lib/server/CMSWindowsPrimaryScreen.cpp +lib/server/CXWindowsPrimaryScreen.cpp +lib/server/CXWindowsPrimaryScreen.h +lib/synergy/KeyTypes.h + +Rewrote handling of key press on X11 client; it should be much +more robust now. Also added handling of Super modifier key and +changed windows keys to map to Super instead of Meta, which is +the default on my keyboard. + +---------- +2002/09/14 12:05:06 crs +cmd/launcher/launcher.cpp +cmd/launcher/launcher.rc +cmd/launcher/resource.h + +Added debug level combo box and version number to title bar of win32 +launcher. + +---------- +2002/09/14 12:03:43 crs +cmd/synergyc/resource.h +cmd/synergyc/synergyc.cpp +cmd/synergyc/synergyc.rc +cmd/synergys/resource.h +cmd/synergys/synergys.cpp +cmd/synergys/synergys.rc + +Fixed backend mode. Now reports log messages and, if any are +serious, shows a message box before exiting. + +---------- 2002/09/04 21:17:01 crs NEWS configure.in diff --git a/NEWS b/NEWS index 1b88ddc1..2fba0052 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ Synergy News ============ +* Sep-14-2002 - Synergy 0.9.12 released + + Made following changes: + * Win32 was not reporting log messages properly when run from synergy.exe + * Network error messages weren't reporting useful information + * Synergy won't build on gcc 3.2; added workaround for known problem + * X11 wasn't handling some keys/key combinations correctly + * Added option to change logging level when testing from synergy.exe + + * Sep-04-2002 - Synergy 0.9.11 released Fixed following bugs: