OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/barrier?expand=0&rev=14
724 lines
29 KiB
Plaintext
724 lines
29 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Mar 20 23:23:33 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 5 13:25:26 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Use full URL for gulrak/filesystem.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 27 23:53:22 UTC 2023 - Simon Lees <sflees@suse.de>
|
|
|
|
- Fix gcc13 build with fix-build2.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 16 23:44:25 UTC 2021 - Simon Lees <sflees@suse.de>
|
|
|
|
- Updated to version 2.4.0:
|
|
* Barrier now supports client identity verification (fixes CVE-2021-42072,
|
|
CVE-2021-42073).
|
|
|
|
Previously a malicious client could connect to Barrier server without any
|
|
authentication and send application-level messages. This made the attack
|
|
surface of Barrier significantly larger. Additionally, in case the malicious
|
|
client got possession of a valid screen name by brute forcing or other means
|
|
it could modify the clipboard contents of the server.
|
|
|
|
To support seamless upgrades from older versions of Barrier this is
|
|
currently disabled by default. The feature can be enabled in the settings
|
|
dialog. If enabled, older clients of Barrier will be rejected.
|
|
|
|
Barrier now uses SHA256 fingerprints for establishing security of encrypted
|
|
SSL connections. After upgrading client to new version the existing server
|
|
fingerprint will need to be approved again. Client and server will show both
|
|
SHA1 and SHA256 server fingerprints to allow interoperability with older
|
|
versions of Barrier.
|
|
Bugfixes:
|
|
* Fixed build failure on mips*el and riscv64 architecture.
|
|
* Barrier no longer uses openssl CLI tool for any operations and hooks into
|
|
the openssl library directly.
|
|
* More X11 clipboard MIME types have been mapped to corresponding converters
|
|
(#344).
|
|
* Fixed setup of multiple actions associated with a hotkey.
|
|
* Fixed setup of hotkeys with special characters such as comma and semicolon
|
|
(#778).
|
|
* Fixed transfer of non-ASCII characters coming from a Windows server in
|
|
certain cases (#527).
|
|
* Barrier will now regenerate server certificate if it's invalid instead of
|
|
failing to launch (#802)
|
|
* Added support for additional keys on Sun Microsystems USB keyboards (#784).
|
|
* Updated Chinese translation.
|
|
* Updated Slovak translation.
|
|
* Theme icons are now preferred to icons distributed together with Barrier
|
|
(#471).
|
|
Features:
|
|
* Added --drop-target option that improves drag and drop support on Windows
|
|
when Barrier is being run as a portable app.
|
|
* The --enable-crypto command line option has been made the default to reduce
|
|
chances of accidental security mishaps when configuring Barrier from command
|
|
line. A new --disable-crypto command line option has been added to
|
|
explicitly disable encryption.
|
|
* Added support for randomart images for easier comparison of SSL certificate
|
|
fingerprints. The algorithm is identical to what OpenSSH uses.
|
|
* Implemented a configuration option for Server GUI auto-start.
|
|
* Made it possible to use keyboard instead of mouse to modify screen layout.
|
|
* Added support for keyboard backlight media keys
|
|
* Added support for Eisu_toggle and Muhenkan keys
|
|
* Added --profile-dir option that allows to select custom profile directory.
|
|
- Bundle Gulrak Filesystem Headers (New Dependency)
|
|
- Enable Tests
|
|
- Add fix-build.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 2 23:21:30 UTC 2021 - Simon Lees <sflees@suse.de>
|
|
|
|
- Drop use of barrier-use-system-includes.patch use commandline
|
|
flag instead
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 16 23:15:52 UTC 2020 - Simon Lees <sflees@suse.de>
|
|
|
|
- Fix url for Source
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 13 20:29:19 UTC 2020 - malcolmlewis@opensuse.org
|
|
|
|
- Updated to version 2.3.3:
|
|
* This release fixes a lot of bugs, and adds several
|
|
enhancmeents, such as testing. Specific mentions
|
|
(gh#debauchee/barrier#488 and gh#debauchee/barrier#487).
|
|
- Add ChangeLogs to package.
|
|
- Add gmock and gtest to build requires.
|
|
- Add barrier-use-system-includes.patch: Use the system gtest and
|
|
gmock files for testing.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 17 02:03:27 UTC 2020 - Simon Lees <sflees@suse.de>
|
|
|
|
- Drop Provides and Obsoletes for synergy (for now) not quite ready
|
|
to migrate users yet.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 7 08:10:04 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Drop SUSE Firewall declarations
|
|
- Do not use service but just utilize the download URL
|
|
- Provide and obsolete synergy as we actual fork of it
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 10 07:44:48 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
|
|
|
- Update to 2.3.2
|
|
+ Re-implement patch for horizontal scrolling and extra mouse
|
|
buttons
|
|
+ Fix memory leak during SSL socket shutdown
|
|
+ Fix retry timer not being unregistered properly
|
|
+ Use standard mutex APIs instead of the home-grown wrapper
|
|
+ Use explicit memory ownership in SocketMultiplexer
|
|
+ Merged mouse drift fix from synergy-core
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 16 03:52:12 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
|
|
|
- Update to 2.3.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 03 11:00:01 CET 2018 - oss@c-mauderer.de
|
|
|
|
- Update to 2.1.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 16 14:43:32 CEST 2018 - oss@c-mauderer.de
|
|
|
|
- Adapt package for barrier.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 13 07:31:18 UTC 2018 - oholecek@suse.com
|
|
|
|
- Fix source download URL
|
|
- s/synergy/synergy-core/
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 12 15:22:04 UTC 2018 - oholecek@suse.com
|
|
|
|
- Update to 1.9.1
|
|
* Fixed issue with screen resolution detection during sleep on macOS
|
|
* Updated OpenSSL to v1.0.2o
|
|
- Update to 1.9.0
|
|
* Ported UI to Qt 5
|
|
* Moved GUI build script to CMake
|
|
* Build with MSVC 2015
|
|
* Removal of deprecated 'hm.sh' script and toolchains
|
|
- Add Provides and Obsoletes synergy-core (new upstream name)
|
|
- Remove patch 0001-OpenSSL-1.1.0-build-fix.patch as now upstream
|
|
- Add patch qt5_fixes.patch to fix building under QT5.11
|
|
- Refresh patch synergy-1.5.0-pthread.patch
|
|
- Refresh patch synergy-1.5.0-disable-version-check.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 24 21:23:39 UTC 2018 - robert.munteanu@gmail.com
|
|
|
|
- Add add-support-for-latin-s-and-t-with-comma-below.patch,
|
|
submitted upstream at https://github.com/symless/synergy-core/pull/6261
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 22:18:29 UTC 2018 - aloisio@gmx.com
|
|
|
|
- Switched build to Qt5
|
|
|
|
- Enabled PIE
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 3 10:24:29 UTC 2018 - oholecek@suse.com
|
|
|
|
- Add patch 0001-OpenSSL-1.1.0-build-fix.patch taken from upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 09:59:24 UTC 2017 - werner@suse.de
|
|
|
|
- Update to 1.8.8
|
|
* Bug #5196 - Some keys on Korean and Japanese keyboards have the same keycode
|
|
* Bug #5578 - Pressing Hangul key results in alt+'a'
|
|
* Bug #5785 - Can't switch screens when cursor is in a corner
|
|
* Bug #3992 - macOS: Dragging is broken in Unity 3D
|
|
* Bug #5075 - macOS: Build fails on macOS 10.9 due to unknown compiler flag
|
|
* Bug #5809 - macOS: No version number is shown in the App Info dialog
|
|
* Bug #3197 - Linux: switchDoubleTap option is not working
|
|
* Bug #4477 - Linux: Mouse buttons higher than id 10 result in crash
|
|
* Bug #5832 - Linux: Screen size misdetected on multi-monitor display
|
|
* Enhancement #4504 - Improved Korean language description
|
|
* Enhancement #5525 - Added support for precise screen positioning in config file
|
|
* Enhancement #4290 - Windows: Removed annoying alt+print screen functionality
|
|
- Remove patch 0001-XRandR-fix-screen-size-calculation.patch
|
|
as now upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 6 12:15:54 UTC 2017 - martin.wilck@suse.com
|
|
|
|
- Fix screen size calculation with XRandR enabled (boo#1023635)
|
|
* Added 0001-XRandR-fix-screen-size-calculation.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 31 10:06:13 UTC 2017 - oholecek@suse.com
|
|
|
|
- Remove source URL synergy prefix
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 23 03:26:30 UTC 2017 - sflees@suse.de
|
|
|
|
- Update to 1.8.7
|
|
- 1.8.7 changes
|
|
* Bug #5784 - Edition changes when reopening GUI
|
|
- 1.8.6 changes
|
|
* Bug #5186 - Cursor stuck on client when using multi-DPI server
|
|
* Bug #5722 - Malformed serial key in registry will crash GUI on startup
|
|
* Bug #5752 - Tab order is incorrect on Settings dialog
|
|
- 1.8.5 changes
|
|
* Bug #5680 - Server crashes when disconnecting SSL clients
|
|
* Feature #5707 - User upgrade statistics
|
|
- 1.8.4 changes
|
|
* Bug #4420 When XRandR adds a screen, it is inaccessible
|
|
* Bug #5603 Activation notification depends on existence of /etc/os-release
|
|
* Bug #5624 Update notification sometimes requests a downgrade
|
|
* Bug #5329 Current date is shown for build date in the about dialog
|
|
* Bug #5640 Synergy branding is inconsistent across platforms
|
|
* Enhancement #5617 Remove redundant plugin infrastructure
|
|
* Enhancement #5627 Move SSL certificate generation to main window
|
|
* Enhancement #5628 Move SSL implementation into core binary
|
|
* Enhancement #5629 Move activation from wizard into new dialog window
|
|
- 1.8.3 changes
|
|
* Bug #4740 - Linux client crashes with "Assertion '!m_open' failed"
|
|
* Bug #4879 - Memory leak caused by IpcReader
|
|
* Bug #5373 - Tab behaves like shift tab on client
|
|
* Bug #5502 - Copy and paste from server to client doesn't work
|
|
* Enhancement #123 - Option to disable clipboard sharing
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 19 13:10:02 UTC 2016 - oholecek@suse.com
|
|
|
|
- Remove support for old versions
|
|
- Remove hack to disable tests and use bundled gmock
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 19 09:36:29 UTC 2016 - oholecek@suse.com
|
|
|
|
- Remove gtest-devel dependency and use bundled one
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 18 16:00:12 UTC 2016 - oholecek@suse.com
|
|
|
|
- Update to 1.8.2
|
|
* Bug #3044 - Unable to drag-select in MS Office
|
|
* Bug #4768 - Copy paste causes 'server is dead' error on switching
|
|
* Bug #4792 - Server logging crashes when switching with clipboard data
|
|
* Bug #2975 - Middle click does not close Chrome tab on Mac client
|
|
* Bug #5087 - Linux client fails to start due to invalid cursor size
|
|
* Bug #5471 - Serial key textbox on activation screen overflows on Mac
|
|
* Bug #4836 - Stop button resets to Start when settings dialog canceled
|
|
* Enhancement #5277 - Auto restart service when synwinhk.dll fails on Windows
|
|
* Enhancement #4913 - Future-proof GUI login by using newer auth URL
|
|
* Enhancement #4922 - Add --enable-crypto argument to help text
|
|
* Enhancement #5299 - High resolution App icon on Mac
|
|
* Enhancement #4894 - Improve grammar in connection notification dialog
|
|
- Drop patch synergy-1.5.0-test.patch
|
|
- Remove src/test/CMakeLists.txt to disable tests building
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 1 13:38:31 UTC 2016 - oholecek@suse.com
|
|
|
|
- update source URL as noted in original https://github.com/synergy/synergy/
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 21 13:25:17 UTC 2016 - oholecek@suse.com
|
|
|
|
- Update to 1.7.6
|
|
* Bug #451 - Fast cursor on any client with Mac server
|
|
* Bug #5041 - Copying from the Chrome web browser doesn't work
|
|
* Bug #4735 - Clipboard doesn't work from client to server
|
|
* Bug #2909 - Clipboard copies only plaintext between Mac and Windows
|
|
* Bug #4353 - Large clipboard causes crash
|
|
* Bug #3774 - Missing MinGW dependencies after install on Windows
|
|
* Bug #4723 - Waiting for active desktop result freezes Windows service
|
|
- Drop patches fixing bug #4735:
|
|
add-retry-to-condvarbase-wait-make-sure-stopwatch-is.patch
|
|
fix-bug-4735-don-t-leave-until-fillclipboard-s-all.patch
|
|
properly-lock-condvar-add-timeout-condition-to-prevent.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 16 15:39:44 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
- update to 1.7.5
|
|
* Bug #5030 - Display scaling breaks edge detection on Windows
|
|
* Bug #5064 - Compile fails on Mac OS X 10.11 (unused typedef)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 27 20:31:53 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
- prevent random hangs (bnc#944514, synergy #4735)
|
|
add-retry-to-condvarbase-wait-make-sure-stopwatch-is.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 4 15:34:37 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
- make clipboard and selection work reliably again
|
|
(bnc#944514, synergy #4735)
|
|
fix-bug-4735-don-t-leave-until-fillclipboard-s-all.patch
|
|
properly-lock-condvar-add-timeout-condition-to-prevent.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 3 12:30:24 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Update to 1.7.4
|
|
* Bug #4721 - High CPU usage for Windows service
|
|
* Bug #4750 - SSL connect error 'passive ssl error limit'
|
|
* Bug #4584 - Drag and drop with SSL causes crash
|
|
* Bug #4749 - Clipboard thread race condition causes assertion
|
|
failure
|
|
* Bug #4720 - Plugin download shows 'Could not get Linux package
|
|
type' error
|
|
* Bug #4712 - Unable to send clipboard with size above 1KB when
|
|
using SSL
|
|
* Bug #4642 - Connecting causes SSL23_GET_SERVER_HELLO error
|
|
* Bug #4690 - Log line 'activeDesktop' does not use logging
|
|
system
|
|
* Bug #4866 - Wrong ns plugin version can be loaded
|
|
* Enhancement #4901 - Auto restart when running from GUI in
|
|
desktop mode
|
|
* Enhancement #4845 - Add timestamp to log output
|
|
- Enable building for SLE-12
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 13 08:08:45 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Also package syntool
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 10 15:04:27 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Update to 1.7.3
|
|
* Bug #4565 - Incorrect plugin downloads on Debian and Mint
|
|
* Bug #4677 - Windows service log file grows to very large size
|
|
* Bug #4651 - High logging rate causes Windows service to crash
|
|
* Bug #4650 - SSL error log message repeats excessively and
|
|
freezes cursor
|
|
* Bug #4624 - Runaway logging causes GUI to freeze
|
|
* Bug #4617 - Windows service randomly stops after 'ssl
|
|
handshake failure' error
|
|
* Bug #4601 - Large clipboard data with SSL causes 'protocol is
|
|
shutdown' error
|
|
* Bug #4593 - Locking Windows server causes SSL_ERROR_SSL to
|
|
repeat
|
|
* Bug #4577 - Memory leak in GUI on Windows caused by logging
|
|
* Bug #4538 - Windows service crashes intermittently with no
|
|
error
|
|
* Bug #4341 - GUI freezes on first load when reading log
|
|
* Bug #4566 - Client or server crashes with 'ssl handshake
|
|
failure' error
|
|
* Bug #4706 - Installer is not output to build config dir
|
|
on Windows
|
|
* Bug #4704 - Plugin 'ns' release build is overwritten with
|
|
debug version on Linux
|
|
* Bug #4703 - Plugins are not built to config directory on Mac
|
|
* Bug #4697 - Timing can allow an SSL socket to be used after
|
|
cleanup call
|
|
* Enhancement #4661 - Log error but do not crash when failing
|
|
to load plugins
|
|
* Enhancement #4708 - Download ns plugin for specific Mac
|
|
versions
|
|
* Enhancement #4587 - Include OpenSSL binaries in source for
|
|
easier building
|
|
* Enhancement #4695 - Automatically upload plugins as
|
|
Buildbot step
|
|
* See attached Changelog for detailed list of changes
|
|
- Drop no longer needed synergy-1.5.0-crytopp.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 4 15:50:53 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Version bump to 1.6.2:
|
|
* Bug #4227 - Helper tool crashes when service checks elevation state
|
|
* Bug #4091 - Zeroconf on server advertises bogus IP address
|
|
* Bug #4249 - Drag file causes client crash on Mac (10.10)
|
|
* Enhancement #4196 - Optional Bonjour requirement for Windows
|
|
* Enhancement #4235 - Automatic Bonjour download and install
|
|
* Enhancement #4218 - Auto-config available servers combo box
|
|
* Enhancement #4230 - More user friendly dialog when client is detected
|
|
* Enhancement #4240 - Minimize auto config message box usage
|
|
* Enhancement #4247 - Firewall exception for GUI (needed for Bonjour)
|
|
* Enhancement #4242 - Consistent naming for auto config feature
|
|
* Bug #4002 - Carbon loop not ready within 5 sec
|
|
* Bug #4191 - Accessibility helper tool crashes
|
|
* Bug #4149 - Mac 10.9.5 or 10.10 gatekeeper blocks Synergy
|
|
* Bug #4139 - Exception thrown when ProcessIdToSessionId() fails
|
|
* Bug #4055 - Shift keys are not sent to clients (Win 8.1 server)
|
|
* Bug #4021 - Copy & paste not working for EFL applications
|
|
* Bug #3749 - Linux Chrome hover doesn't work
|
|
* Bug #4128 - Daemon logging not written with "log to file"
|
|
* Enhancement #4122 - Enable drag and drop by default
|
|
* Enhancement #4158 - Build for Mac OS X 10.10
|
|
* Enhancement #4130 - Auto elevate for Windows UAC and screen lock
|
|
* Enhancement #4126 - 64-bit support for OS X
|
|
* Enhancement #4141 - DMRM message support for μSynergy
|
|
* Enhancement #4124 - More robust argument parsing
|
|
* Feature #65 - Auto config feature using Zeroconf/Bonjour
|
|
* Bug #3307 - Configuration file paths containing spaces don't work
|
|
* Bug #3404 - Log path needs to be in quotes on windows
|
|
* Bug #3996 - Installer fails when Windows Firewall is disabled
|
|
- Remove patch done by upstream:
|
|
* synergy-1.5.0-CSocketMultiplexer.patch
|
|
* synergy-efl.patch
|
|
- Refresh version check patch:
|
|
* synergy-1.5.0-disable-version-check.patch
|
|
- Synergy service do not use forking mode and restart on fail
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 2 10:00:47 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Do not use werror and simplify cflags handling
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 2 04:37:12 UTC 2014 - sleep_walker@suse.cz
|
|
|
|
- setting Source with URL
|
|
- changing to %cmake macro and cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 1 16:04:04 UTC 2014 - sleep_walker@suse.cz
|
|
|
|
- bump to 1.5.0
|
|
Changes:
|
|
1.5.0
|
|
=====
|
|
Bug #4060 - Key stuck down on Windows server
|
|
Bug #4061 - Windows server repeats modifier keys
|
|
|
|
1.4.18
|
|
======
|
|
Bug #3980 - Shell extension DLL causes explorer.exe to crash
|
|
Task #4049 - Correct code style in OSXKeyState compilation unit
|
|
Task #4050 - Fix subversion issue tracker URL
|
|
Task #4053 - Improve deb package quality
|
|
Task #4054 - Improve rpm package quality
|
|
|
|
1.4.17
|
|
======
|
|
Bug #2836 - Unable to begin screen name or alias with numbers
|
|
Bug #3796 - Some files being unintentionally dragged (including explorer.exe)
|
|
Bug #3886 - Alias is allowed to match screen name
|
|
Bug #3919 - RPM install fails on Fedora 20, failed dependencies: libcurl
|
|
Bug #3921 - Error: synwinxt.dll outdated (upgrading from 1.4.15 to 1.4.16)
|
|
Bug #3927 - Mavericks accessibility exception not working (when upgrading from
|
|
1.4.15 to 1.4.16)
|
|
Bug #3933 - Plus signs in the email address cause premium login to fail
|
|
Bug #3939 - Compile fails on ARM (Raspberry Pi) because of cryptopp/Crypto++
|
|
lib
|
|
Bug #3947 - Conflicts when using yum localinstall on Fedora 20
|
|
Bug #3959 - Premium title doesn't always show on first login
|
|
Bug #3968 - GUI auto-hides on initial first install (with no config)
|
|
Task #3936 - Change installer to WiX for improved file upgrade process
|
|
Task #3950 - Poll modifier after key down on Mac OS X and log results
|
|
Task #3951 - Clear filename stored in synwinxt on mouse up
|
|
Task #3952 - Make Premium wizard page cleaner
|
|
Task #3953 - Inherit XArch and XBase from std::exception
|
|
Task #3954 - Make "lock to screen" log message go to NOTE level instead of
|
|
DEBUG
|
|
Task #3960 - Split CMSWindowsHookLibraryLoader into hook and shellex loaders
|
|
Task #3961 - Remove Windows 95 support
|
|
Task #3963 - Disable failing Linux unit/integ tests on Fedora 20 32-bit
|
|
(valgrind SIGILL)
|
|
Task #3964 - Make Premium login error more verbose
|
|
Task #3969 - Merge String.cpp and StringUtil.cpp
|
|
|
|
1.4.16
|
|
======
|
|
Bug #3338 - Alt tab not working with Windows 8
|
|
Bug #3642 - Failed to start server on Mac OS X 10.9 Mavericks, assistive
|
|
devices problem
|
|
Bug #3785 - Synwinxt.dll error opening file for writing during install of
|
|
1.4.15
|
|
Bug #3787 - Wont automatically load after login on OS X
|
|
Bug #3788 - Configuration wizard: Premium login fails when behind a proxy
|
|
Bug #3796 - Some files being unintentionally dragged (including explorer.exe)
|
|
Bug #3799 - Synergy Client on Fedora crashes on drag/drop operations
|
|
Bug #3818 - Client freezes on Mac OS 10.6.8
|
|
Bug #3874 - Premium GUI login is case sensitive for email
|
|
Bug #3911 - Drag and drop error on OS X 10.9 Mavericks
|
|
|
|
- added patches:
|
|
synergy-efl.patch
|
|
synergy-1.5.0-crytopp.patch
|
|
synergy-1.5.0-CSocketMultiplexer.patch
|
|
synergy-1.5.0-disable-version-check.patch
|
|
synergy-1.5.0-pthread.patch
|
|
synergy-1.5.0-test.patch
|
|
- removed patches:
|
|
fix-for-efl.patch
|
|
synergy-1.4.12-cryptopp.patch
|
|
synergy-pthread.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 1 10:18:19 UTC 2014 - sleep_walker@suse.cz
|
|
|
|
- fix-for-efl.patch
|
|
- reference:
|
|
https://phab.enlightenment.org/T1335
|
|
http://synergy-project.org/spit/issues/details/4091/
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 31 10:34:35 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Systemd should be dep only on 12.2+
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 31 10:06:59 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Add unitfiles so we can have service for server.
|
|
- Adds synergys.service and synergys.socket copied from archlinux.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 26 18:28:28 UTC 2013 - malcolmlewis@opensuse.org
|
|
|
|
- Add desktop file icon and modify desktop file.
|
|
- Add build requires for SLE target.
|
|
- Minor spec file changes for man pages.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 26 16:28:55 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Version bump to 1.4.15:
|
|
* fix broken GCM, CTR and OFB encryption
|
|
- Modify patch to apply:
|
|
* synergy-1.4.12-cryptopp.patch
|
|
- Add new patch to link properly to pthread:
|
|
* synergy-pthread.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 14:12:58 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Format the deps, and sort them out.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 13:28:25 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Fix the build again.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 13:10:26 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Merge back qsynergy to have just one spec file.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 09:22:44 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Move desktop file to the qsynergy part.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 09:15:46 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Do not use init script, there is no damn reason to not launch it
|
|
via gui or just set the command to autostart with login, which
|
|
is more obvious than init script. Anyway it should be replaced
|
|
by service file if someone wants to resurrect it.
|
|
* Removes rcsynergy sysconfig.synergy
|
|
- Remove README.SUSE as it is pointless if we want to use it as
|
|
upstream desired.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 09:08:15 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Format spec file and use system cryptopp library.
|
|
* add patch synergy-1.4.12-cryptopp.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 17 09:12:52 UTC 2013 - boris@steki.net
|
|
|
|
- updated to latest upstream version 1.4.12
|
|
- Bugfixes and new features
|
|
* Bug #3565 - Encryption fails when typing fast (Invalid message from client)
|
|
* Bug #3606 - GUI is elevated after setup
|
|
* Bug #3572 - Mac caps lock causes disconnect
|
|
- Feature #12 - Encryption
|
|
- Feature #421 - Portable version
|
|
* Bug #2855 - Mouse cursor remains hidden on Mac client (intermittently/randomly)
|
|
* Bug #3281 - server start on OS X defaults to 'interactive'
|
|
* Bug #3310 - Port in settings screen
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 9 13:53:29 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- update to 1.4.10
|
|
- remove xinput2.patch which reached upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 9 14:05:35 UTC 2012 - werner@suse.de
|
|
|
|
- Update to beta 1.4.8
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 14 18:50:53 UTC 2011 - adam@mizerski.pl
|
|
|
|
- build with %optflags
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 1 12:34:34 UTC 2011 - msvec@novell.com
|
|
|
|
- update to 1.3.7 (bug fix release)
|
|
- re-added man pages
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 16 22:24:36 UTC 2011 - adam@mizerski.pl
|
|
|
|
- update to 1.3.6
|
|
- deleted all patches, because fixed upstream or no longer suitable
|
|
- obsoletes synergy-plus, because projects has merged.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 10 18:03:44 CET 2010 - jeffm@suse.de
|
|
|
|
- Added firewall definitions for use with SuSEfirewall2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 16 15:45:41 UTC 2009 - hmuelle@novell.com
|
|
|
|
- Fixed issue with "perror was not declared in this scope" by
|
|
"stdio.h" to two files:
|
|
lib/arch/CArchNetworkBSD.cpp
|
|
lib/arch/CArchDaemonUnix.cpp
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 13 13:55:28 CEST 2009 - sbrabec@suse.cz
|
|
|
|
- Fixed intermittent delays (bnc#495388).
|
|
- synergy-1.3.1-64bit_bug.patch was not applied by mistake. Fixed.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 16 00:00:00 CEST 2008 - guru@unixtech.be
|
|
- use latest SVN trunk
|
|
- added patch to fix Java swing crashing bug (lp#207057, bnc#413716)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 14 03:31:29 CEST 2008 - pascal.bleser@opensuse.org
|
|
|
|
- merged patches from home:sbrabec/synergy
|
|
- openSUSE 11.0 builds
|
|
- cleaned up spec file
|
|
- added debuginfo support
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:41:58 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 11 14:58:59 CET 2006 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.2.7.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 21 11:36:05 CET 2005 - mmj@suse.de
|
|
|
|
- Notify about errors
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 14 19:12:02 CET 2005 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.2.6.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 8 13:30:00 CEST 2005 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.2.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 1 16:47:38 CEST 2005 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.2.3.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 26 17:34:12 CEST 2005 - sbrabec@suse.cz
|
|
|
|
- Do not build with -Werror.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 14 19:28:41 CET 2005 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.2.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 06 17:17:51 CET 2005 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.2.1.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 27 16:10:05 CEST 2004 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.0.15.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 24 16:46:50 CEST 2004 - ro@suse.de
|
|
|
|
- added return values to non-void functions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 05 15:06:25 CET 2004 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.0.14.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 21:33:54 CET 2004 - adrian@suse.de
|
|
|
|
- build as user
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 11 15:18:57 CEST 2003 - sbrabec@suse.cz
|
|
|
|
- Updated to version 1.0.12.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 15 14:16:21 CEST 2003 - sbrabec@suse.cz
|
|
|
|
- Added new SuSE package.
|