Updated NEWS and ChangeLog for 1.1.4.
This commit is contained in:
parent
d1a60e848e
commit
bf61301d4c
47
ChangeLog
47
ChangeLog
|
@ -1,3 +1,50 @@
|
||||||
|
2004/03/31 22:15:13 crs
|
||||||
|
lib/arch/CArchTaskBarWindows.cpp
|
||||||
|
lib/arch/CArchTaskBarWindows.h
|
||||||
|
lib/arch/IArchTaskBar.h
|
||||||
|
|
||||||
|
Reverted task bar code to 1.0.15 version. That used a window in
|
||||||
|
its own thread for handling messages. It seems to fix most of
|
||||||
|
the task bar bugs but there's still an hourglass cursor on NT
|
||||||
|
when using the popup menu.
|
||||||
|
|
||||||
|
----------
|
||||||
|
2004/03/31 22:14:15 crs
|
||||||
|
lib/arch/CArchNetworkWinsock.cpp
|
||||||
|
|
||||||
|
Fixed lookup of hosts by name on win32.
|
||||||
|
|
||||||
|
----------
|
||||||
|
2004/03/31 22:14:01 crs
|
||||||
|
cmd/launcher/launcher.rc
|
||||||
|
|
||||||
|
Make screen drop down lists longer in the launcher. They're now
|
||||||
|
long enough for the scroll bar to show up properly (with the
|
||||||
|
thumb) and they have enough space for 6 screens without needing
|
||||||
|
the scroll bar.
|
||||||
|
|
||||||
|
----------
|
||||||
|
2004/03/31 22:12:53 crs
|
||||||
|
lib/server/CServer.cpp
|
||||||
|
|
||||||
|
Fixed failure to initialize double tap and wait to switch timeouts.
|
||||||
|
|
||||||
|
----------
|
||||||
|
2004/03/30 18:55:58 crs
|
||||||
|
lib/synergy/CKeyState.cpp
|
||||||
|
|
||||||
|
Fixed crash bug in CKeyState. Would deference bogus pointer in
|
||||||
|
isModifierActive if there's an unmapped toggle modifier.
|
||||||
|
|
||||||
|
----------
|
||||||
|
2004/03/30 18:54:56 crs
|
||||||
|
configure.in
|
||||||
|
lib/common/Version.h
|
||||||
|
|
||||||
|
Changed version to 1.1.4. This time changing the version before
|
||||||
|
making any other changes.
|
||||||
|
|
||||||
|
----------
|
||||||
2004/03/28 14:53:01 crs
|
2004/03/28 14:53:01 crs
|
||||||
lib/platform/CXWindowsKeyState.cpp
|
lib/platform/CXWindowsKeyState.cpp
|
||||||
|
|
||||||
|
|
8
NEWS
8
NEWS
|
@ -1,6 +1,14 @@
|
||||||
Synergy News
|
Synergy News
|
||||||
============
|
============
|
||||||
|
|
||||||
|
* Mar-31-2004 - Synergy 1.1.4 released
|
||||||
|
|
||||||
|
Made following changes:
|
||||||
|
* Fixed lookup of hosts by name of win32
|
||||||
|
* Reverted tray icon code to 1.0.15 version; seems to fix the bugs
|
||||||
|
* Fixed crash when caps, num, or scroll lock not in key map on X11
|
||||||
|
* Fixed double tap and wait to switch features
|
||||||
|
|
||||||
* Mar-28-2004 - Synergy 1.1.3 released
|
* Mar-28-2004 - Synergy 1.1.3 released
|
||||||
|
|
||||||
Made following changes:
|
Made following changes:
|
||||||
|
|
Loading…
Reference in New Issue