SerhiiGadzhilov
6fa21224a2
SYNERGY-400 Unify artifacts names ( #6896 )
...
* SYNERGY-400 Unify artifacts names
* SYNEGY-400 Check stage during tag creation
2020-12-31 16:27:15 +02:00
SerhiiGadzhilov
bdb8f7672c
SYNERGY-706 Release 1.13.0-stable ( #6892 )
2020-12-29 16:53:13 +03:00
SerhiiGadzhilov
a6f90cf537
SYNERGY-693 Update Welcome screen ( #6886 )
...
* SYNERGY-693 Update Welcome screen
* Update ChangeLog
* SYNERGY-693 Remove extra space
2020-12-24 15:43:29 +02:00
SerhiiGadzhilov
a1640d0b32
SYNERGY-400 Make build for every merge to master ( #6885 )
...
* SYNERGY-400 Generate build number and create release with tag
* SYNERGY-400 Changes for Azure Piplines
* Update ChangeLog
2020-12-24 14:22:25 +02:00
SerhiiGadzhilov
fbd32a9797
SYNERGY-670 Fix logo for Linux and dark logo for macOS ( #6884 )
...
* SYNERGY-670 Fix logo for Linux and dark logo for macOS
* Update ChangeLog
2020-12-21 13:09:52 +02:00
SerhiiGadzhilov
78582d12d3
SYNERGY-652 Avoid using brew for macOS build ( #6882 )
...
* SYNERGY-652 Avoid using brew for macOS build
* Update ChangeLog
2020-12-18 09:59:20 +02:00
Alex Konradi
31fcab2ca1
Update googletest ( #6878 )
...
* Update googletest to current head
* Use MOCK_METHOD macro instead of MOCK_METHODn ones
MOCK_METHOD supports annotating functions with override and is the
preferred way to define mock methods.
* Use TEST_SUITE instead of TEST_CASE
The former is deprecated, switch to the latter.
* Update changelog
2020-12-17 19:02:12 +02:00
SerhiiGadzhilov
23855f5460
SYNERGY-656 Update macOS installer drive icons ( #6879 )
...
* SYNERGY-656 Update macOS installer drive icons
* SYNERGY-656 Correct dmgbuild installation
* Update ChangeLog
2020-12-17 14:59:13 +02:00
SerhiiGadzhilov
2217e8fe3c
SYNERGY-666 The logo on Windows taskbar is incorrect ( #6874 )
...
* SYNERGY-666 The logo on Windows taskbar is incorrect
* SYBERGY-666 Update ChangeLog
2020-12-16 13:41:25 +02:00
Ignacio Rodriguez
631139d42b
modified check
2020-12-15 19:45:50 +07:00
Michał Górny
f5934507c3
Check for dns_sd.h only when building GUI ( #6872 )
...
* Check for dns_sd.h only when building GUI
The <dns_sd.h> header is only used in the synergy GUI component. Update
the CMake check to be done only if SYNERGY_BUILD_LEGACY_GUI is enabled.
This fixes build failures when GUI is not being built and <dns_sd.h>
is not installed.
While at it, fix indentation around the added check to match the rest
of the file and avoid being misleading.
* Update ChangeLog
Co-authored-by: Serhii Hadzhilov <serhii-external@symless.com>
Co-authored-by: SerhiiGadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com>
2020-12-14 20:42:12 +02:00
SerhiiGadzhilov
d810a3a2f5
SYNERGY-451 Create only 1 artefact for macOS ( #6867 )
...
* SYNERGY-451 Create only 1 artifact for macOS
* Update ChangeLog
2020-12-11 17:34:18 +02:00
SerhiiGadzhilov
190b943959
Fixed #6858 Application is blurry and unfocused on macOS ( #6864 )
...
SYNERGY-622 Application is blurry and unfocused on macOS
2020-12-08 14:30:42 +02:00
Andrea Candian
205624725f
Merge pull request #6859 from symless/SYNERGY-508-systray-icon-does-not-work-on-initial-boot-ubuntu
...
removing unnecessary check on icon tray
2020-12-02 00:34:06 -08:00
Andrea Candian
a4d7b0ac07
Merge pull request #6860 from symless/SYNERGY-595-about-synergy-window-contains-old-logo-
...
refreshed logo, set it up for retina
2020-12-02 00:33:44 -08:00
Ignacio Rodriguez
fde12484de
refreshed logo, set it up for retina
2020-12-02 10:57:09 +07:00
Ignacio Rodriguez
b8b21b943e
removing unnecessary check on icon tray
2020-12-02 10:11:51 +07:00
Ignacio Rodríguez
0dbe76b3d5
Merge branch 'master' into SYNERGY-579-auto-hide-on-start-changing-too-false-when-open-sy
2020-11-20 08:48:01 +07:00
Ignacio Rodriguez
3056fc01d4
changelog
2020-11-20 08:41:39 +07:00
SerhiiGadzhilov
b3151ec1ce
SYNERGY-556 TLS certificate is not created by default. ( #6846 )
...
* SYNERGY-556 TLS certificate is not created by default for Synergy Enterprise.
* SYNERGY-556 Update ChangeLog
2020-11-19 16:21:07 +02:00
SerhiiGadzhilov
38b35cd6d9
SYNERGY-551 update macOS installer. ( #6844 )
...
* SYNERGY-551 Update macOS installer
* New icon
* SYNERGY-551 Update macOS installer.
* SYNERGY-551 Update ChangeLog
* Fix GitHub action for Windows build.
* Using new version of setup-msbuild
* Fixed env. variables
2020-11-19 14:07:16 +03:00
SerhiiGadzhilov
fbdbdb944c
Synergy 552 Update windows installer ( #6841 )
...
* SYNERGY-552 Update Windows installer
* SYNERGY-552 Correct install title
* SYNERGY-552 Update ChangeLog
2020-11-17 11:09:01 +02:00
Ignacio Rodríguez
353ce5b0f5
Merge pull request #6836 from symless/SYNERGY-384-enable-code-scanning
...
Enabling Github Code Scanning
2020-11-16 17:44:41 +07:00
SerhiiGadzhilov
2c8daadaf9
SYNERGY-506 Enterprise asks for serial key ( #6838 )
...
* Update linux-build.yml
* Update ChangeLog
2020-11-12 19:25:25 +02:00
SerhiiGadzhilov
e9a654e16e
SYNERGY-148 Memory leaks on macOS ( #6837 )
...
* SYNERGY-148 Memory leaks on macOS
* SYNEGRY-148 Update ChangeLog and fixed one typo
2020-11-11 10:01:09 +03:00
Ignacio Rodriguez
c7f85a8baf
changelog
2020-11-10 22:12:13 +07:00
SerhiiGadzhilov
fd679589e5
SYNEGRY-549 Create TLS certificate during upgrade ( #6835 )
...
* SYNEGRY-549 Create TLS certificate during upgrade
* Update ChangeLog
2020-11-10 13:26:37 +02:00
Ignacio Rodríguez
aa3cb4fd33
Merge pull request #6831 from symless/SYNERGY-510-sonarcloud-major-bugs-in-synegry-core
...
incorporating sonar's major
2020-11-10 17:56:59 +07:00
SerhiiGadzhilov
92874037ed
SYNERGY-545 TLS certificate error ( #6832 )
...
* SYNERGY-545 TLS certificate error
* #6832 TLS certificate error on macOS system
2020-11-06 15:16:56 +02:00
Ignacio Rodriguez
387a7f7e69
changelog
2020-11-05 19:24:59 +07:00
Ignacio Rodríguez
b9d3ce8aa0
Merge pull request #6829 from symless/fix/SYNERGY-509-deployment-fix
...
fix for older compilers
2020-11-05 16:09:18 +07:00
Ignacio Rodriguez
f4cd363fa1
changelog updated
2020-11-04 22:49:33 +07:00
Ignacio Rodríguez
20c830afb0
Merge pull request #6826 from symless/SYNERGY-509-sonarcloud-critical-bugs-in-synergy-core
...
SonarCloud Critical bugs
2020-11-04 19:02:38 +07:00
SerhiiGadzhilov
64249f13c9
SYNERGY-362 Eliminate using std::chrono ( #6828 )
...
* SYNERGY-362 Eliminate using chrono due to compilation error on: centos7.6, ubuntu1604, debian9
* Remove chrono header
* Update ChangeLog
* SYNERGY-362 Tests compilation fix
* SYNERGY-362 Fix code smell
2020-11-04 12:10:18 +02:00
Ignacio Rodríguez
0bd9aabbc1
Merge branch 'master' into SYNERGY-509-sonarcloud-critical-bugs-in-synergy-core
2020-11-03 22:33:40 +07:00
SerhiiGadzhilov
b235a1891a
SYNERGY-221 Blocker bugs in synergy-core tests ( #6824 )
...
* SYNERGY-221 Blocker bugs in synergy-core tests
* Update ChangeLog
2020-11-03 16:00:12 +02:00
Ignacio Rodríguez
fa17f631c1
Merge branch 'master' into SYNERGY-509-sonarcloud-critical-bugs-in-synergy-core
2020-11-03 18:00:09 +07:00
Ignacio Rodriguez
7a98094449
added changelog
2020-11-03 17:56:59 +07:00
SerhiiGadzhilov
43ba381496
SYNERGY-316 Requires google test even when tests are disabled with BUI… ( #6825 )
...
* SYNERGY-316 Requires googletest even when tests are disabled with BUILD_TESTS=OFF
* Update ChangeLog
2020-11-03 10:41:12 +02:00
SerhiiGadzhilov
261b1f422d
SYNERGY-362 Improve license validation ( #6816 )
...
* SYNERGY-362 Improve license validation
* Update ChangeLog
* SYNERGY-362 Improve license validation
2020-11-02 17:11:03 +02:00
SerhiiGadzhilov
d9d833fcb8
SYNERGY-221 Blocker bugs ( #6821 )
...
* SYNERGY-221 Blocker bugs
* SYNERGY-221 Compilation fix
* Update ChangeLog
* SYNERGY-221 Exception message has been fixed.
* Update src/lib/synergy/ProtocolUtil.cpp
Co-authored-by: Jnewbon <48688400+Jnewbon@users.noreply.github.com>
* SYNERGY-221 Fix code smells
Co-authored-by: Jnewbon <48688400+Jnewbon@users.noreply.github.com>
2020-10-30 18:21:03 +02:00
SerhiiGadzhilov
26f2f2c283
SYNERGY-317 Configure requires dns_sd.h for enteprise ( #6819 )
2020-10-29 10:26:27 +02:00
SerhiiGadzhilov
4ecac36e2f
SYNERGY-334 The system asks to save twice. ( #6814 )
...
* SYNERGY-334 The system asks to save twice.
* SYNERGY-334 ChangeLog has been updated.
2020-10-22 12:59:11 +03:00
SerhiiGadzhilov
65014c1e9a
Merge branch 'master' into SYNERGY-322-Keep-edition-in-config-if-the-new-config-doesn't-have-it
2020-10-15 16:31:19 +03:00
Jamie Newbon
95c6cbe01e
#6809 Updated changelog
2020-10-13 14:22:42 +01:00
Jnewbon
7e019179e4
Merge pull request #6803 from symless/SYNERGY-282-Update-Synerg-icons
...
SYNERGY-282 Update Synergy icons
2020-10-09 11:34:21 +01:00
Jamie Newbon
9be2bdf74a
#6806 Move to Github Action for general PR builds and tests
2020-10-08 13:47:29 +01:00
SerhiiGadzhilov
2f16213db9
Merge branch 'master' into SYNERGY-282-Update-Synerg-icons
2020-10-08 09:36:28 +03:00
Serhii Hadzhilov
5dadb6032d
SYNERGY-322 Update ChangeLog
2020-10-07 10:57:19 +03:00
Serhii Gadzhilov
04280cab7e
SYNERGY-282 Update ChangeLog
2020-10-06 17:10:19 +03:00
Serhii Hadzhilov
3d463d5703
SYNERGY-324 Update ChangeLog
2020-10-02 15:40:39 +03:00
Serhii Hadzhilov
957ab70170
#6799 Synergy "Business" edition. Update ChangeLog SYNERGY-315
2020-10-02 10:30:24 +03:00
Serhii Hadzhilov
2d8a7472cd
Update ChangeLog
2020-09-25 21:34:51 +03:00
Jamie Newbon
28bb941911
#6771 Updated ChangeLog
2020-09-22 12:49:59 +01:00
Jnewbon
39902714ef
Merge pull request #6762 from symless/issue-6567-zombie-processes
...
SYNERGY-92 Fixed deamon leaving zombie process hanging about feeding on memory
2020-09-17 10:51:55 +01:00
Jamie Newbon
71f2a18cd3
#6342 updated copyright in cmd version to use build date
2020-09-14 16:39:38 +01:00
Jnewbon
584d02d1b0
Merge branch 'master' into issue-6567-zombie-processes
2020-09-14 15:23:49 +01:00
Jnewbon
599fe4b343
Merge branch 'master' into issue-6755-vreadf-vulnerability
2020-09-14 15:03:23 +01:00
Jnewbon
9af1db72f9
Merge branch 'master' into issue-6758-tls-path
2020-09-14 15:02:40 +01:00
Jamie Newbon
83942b62ff
#6760 Update ChangeLog
2020-09-10 13:31:25 +01:00
Jamie Newbon
6805841cac
#6758 Updated ChangeLog
2020-09-10 12:16:30 +01:00
Jamie Newbon
307128900f
#6567 Updated ChangeLog
2020-09-08 12:18:59 +01:00
Jamie Newbon
6cf596b576
#6755 Updated ChangeLog
2020-09-03 10:36:58 +01:00
Jamie Newbon
a2256edc06
#6753 Updated ChangeLog
2020-08-25 19:54:00 +01:00
Jamie Newbon
e3905ad952
#6753 Updated ChangeLog
2020-08-25 19:18:54 +01:00
Jamie Newbon
78d7a09769
#6750 Set version number and stage
2020-08-25 12:52:36 +01:00
Jamie Newbon
9f5f05c883
#6748 Updated ChangeLog
2020-08-18 13:57:14 +01:00
Jamie Newbon
b91c629106
#6743 Updated ChangeLog
2020-08-11 12:47:33 +01:00
Jamie Newbon
86d15e919f
Cleaned ChangeLog
2020-08-04 11:56:00 +01:00
Jnewbon
a7e51d5986
Merge pull request #6738 from 67hz/issue-tbd-rel-6710-cmake-gtest-submodule
...
Update git submodules during build
2020-07-29 10:31:52 +01:00
Aaron Hinojosa
646a7e5ee7
#6739 update changelog
2020-07-28 12:10:21 -05:00
Jamie Newbon
e08423b0c6
#6736 Updated ChangeLog
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-27 13:48:13 +01:00
Jamie Newbon
2dde91fc27
#6734 Updated ChangeLog
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-23 16:48:17 +01:00
Jamie Newbon
91e6df0966
#6730 Updated ChangeLog
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-21 16:56:38 +01:00
Jamie Newbon
02e6379e03
Set stage to rc1
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-17 11:19:31 +01:00
Nick Bolton
2316663352
Update ChangeLog
2020-07-16 12:32:42 +01:00
Jnewbon
c579858dd2
Merge pull request #6726 from symless/pr-5943-disable-tests
...
Disable test with cmake option
2020-07-14 13:38:33 +01:00
Jamie Newbon
285dfda212
#6716 Updated changelog
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-14 13:22:46 +01:00
Jamie Newbon
2420232b0a
#6725 Updated changelog
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-14 11:45:52 +01:00
Jnewbon
269d6b8eee
Merge branch 'master' into issue-6720-macdeployqt-cmake
2020-07-12 16:16:54 +01:00
Jamie Newbon
5d1f7fa3fd
#6720 Updated ChangeLog
2020-07-12 16:15:59 +01:00
Jnewbon
ffba759792
Merge pull request #6679 from nicerloop/zeroconf-announce-screen-name
...
Use screen name instead of IP address to announce server through zeroconf
2020-07-12 15:03:17 +01:00
Jnewbon
0ba3e66601
Merge pull request #6717 from symless/issue-4036-update-screen
...
Fix for client resolution change on Linux
2020-07-12 15:02:14 +01:00
Jamie Newbon
88bf136d90
#6722 Updated ChangeLog
2020-07-12 14:45:49 +01:00
Jamie Newbon
4a4bab66d4
#4718 Updated changelog and removed label
2020-07-11 16:04:53 +01:00
Jamie Newbon
bf2a05a619
#4036 Added fix to changelog
2020-07-11 14:53:50 +01:00
Jamie Newbon
cfceedc2a8
Updated changelog
2020-07-09 12:23:52 +01:00
Jamie Newbon
c1f15d6b79
Update Changelog and Version
2020-04-30 11:10:08 +01:00
Jamie Newbon
f04134b19a
Set release 1.11.1-stable
2020-03-19 15:37:23 +00:00
Nick Bolton
8a2a04767e
ChangeLog for v1.11.1-rc2
2020-02-17 17:29:54 +00:00
Jamie Newbon
f8595fd33e
Updated Version and changelog
2020-01-15 10:25:55 +00:00
Jamie Newbon
9fecf0bc5b
Updated change log and stage for RC2
2019-11-20 10:22:08 +00:00
Jamie Newbon
5e19349e2e
Updated changelog and set stage to rc1
2019-11-01 10:52:39 +00:00
Jamie Newbon
ca35737ab9
Set release to stable
2019-09-03 09:41:49 +01:00
Jamie Newbon
eeb00e18df
Updated changlog and stage to rc2
2019-09-03 09:41:49 +01:00
Jamie Newbon
ec01c16bab
Updated version to release candidate 1
2019-09-03 09:41:49 +01:00
Jamie Newbon
e412cd2189
#6497 Updated ChangLog and version for release
2019-05-09 16:28:07 +01:00
Jnewbon
79fb9e2c59
Added v1.10.2-rc2 to ChangeLog
2019-05-08 17:46:42 +01:00
Nick Bolton
667d79263d
Create ChangeLog
2019-05-03 13:51:54 +01:00
Nick Bolton
8dcb63d3c0
Delete ChangeLog
2019-05-03 13:51:28 +01:00
Nick Bolton
baa913b1ac
Create ChangeLog
2019-05-03 13:49:59 +01:00
Nick Bolton
55dd155e56
Merged master into v1-dev
2019-05-03 13:45:16 +01:00
Nick Bolton
9373bdaf01
ChangeLog for v1.10.1
2018-08-23 15:17:36 +01:00
Nick Bolton
a830861522
ChangeLog for 1.10.0 (also fixed 1.9.x)
2018-07-08 17:03:42 +01:00
Andrew Nelless
f987381a0f
Make ready v1.9.0-rc3
2017-05-10 15:29:48 +01:00
Andrew Nelless
526fe3d453
Update ChangeLog
2017-05-10 15:28:01 +01:00
Andrew Nelless
f38d86aeb0
Make ready v1.9.0-beta
2017-05-09 10:40:56 +01:00
Andrew Nelless
1d39bbe506
Update ChangeLog
2017-05-05 02:27:43 +01:00
Andrew Nelless
9df559598a
Initial v1.9.0-beta1 changelog
2017-05-02 16:48:28 +01:00
Andrew Nelless
ec56ac4485
Fix version number in Changelog
2017-03-03 14:51:23 +00:00
Andrew Nelless
fc3cc78c3e
Update changelog... again
2017-02-06 12:47:19 +00:00
Andrew Nelless
2d9ed0d335
Updated Changelog
2017-02-06 12:04:52 +00:00
Andrew Nelless
9799e96903
Update changelog for v1.8.7
2017-01-19 13:18:10 +00:00
XinyuHou
5061f51a66
Update Changelog
2016-12-12 16:55:05 +00:00
Jerry (Xinyu Hou)
20a34e5abf
Update changelog for 1.8.5-stable
2016-10-31 12:45:20 +00:00
Jerry (Xinyu Hou)
771d2a419b
Fix 1.8.4 changelog
2016-10-31 12:38:16 +00:00
Andrew Nelless
0e209aa903
Update Changelog
2016-10-11 10:13:50 +01:00
Andrew Nelless
d77f35b952
Update Changelog
2016-09-26 11:58:33 +01:00
Jerry (Xinyu Hou)
e4b61cd881
Updated ChangeLog
2016-09-26 11:58:33 +01:00
Jerry (Xinyu Hou)
8901effc8b
Updated ChangeLog
2016-08-08 14:38:26 +01:00
Malcolm Lowe
0c4746492f
Fixed issue title in ChangeLog
2016-08-08 14:38:26 +01:00
Jerry (Xinyu Hou)
2f8f5fcb4e
Updated ChangeLog
2016-08-08 14:36:43 +01:00
Jerry (Xinyu Hou)
d196ec5e9a
Updated Changelog
2016-07-14 15:01:21 +00:00
Xinyu Hou
2ed3d26817
Fix indentation
2016-03-15 13:24:08 -07:00
Xinyu Hou
5f6ea6054f
Update changelog
2016-03-15 12:59:01 -07:00
Xinyu Hou
4ff3cddecf
Update changelog
2015-11-30 16:45:53 -08:00
Jerry (Xinyu Hou)
dfd8f25991
Update changelog
2015-11-30 15:29:07 -08:00
Jerry (Xinyu Hou)
9a82a13a9a
Update changelog
2015-11-30 14:17:18 -08:00
Jerry (Xinyu Hou)
53906faf8f
Update changelog
2015-11-30 11:36:49 -08:00
Nick Bolton
85088baceb
Update ChangeLog
2015-11-19 13:46:48 -08:00
Nick Bolton
588fb4b805
ChangeLog for v1.7.4-stable
2015-08-07 14:29:44 -07:00
Nick Bolton
1b8f055ff2
ChangeLog for v1.7.4-stable
2015-08-05 11:35:14 -07:00
Nick Bolton
d961106df9
Update ChangeLog
2015-07-07 16:37:30 -07:00
Adam Potolsky
415ac8e1dc
Updated ChangeLog for 1.7.4 release
2015-06-22 10:19:34 -07:00
Adam Potolsky
5d399c3e61
Added additional fixes to changelog
2015-06-19 16:44:55 -07:00
Nick Bolton
ebb7edfb0f
ChangeLog for v1.7.4-stable
2015-06-17 16:45:15 -07:00
Nick Bolton
9b3d6d5665
Fake commit to force buildbot to build this branch
2015-05-26 16:31:56 +01:00
Nick Bolton
55c9f46156
Fixed version name for 1.7.1 in ChangeLog
2015-05-26 16:01:45 +01:00
Nick Bolton
ace8ffd6a8
Fixed version names in ChangeLog
2015-05-26 15:58:49 +01:00
Nick Bolton
f5d303cab2
ChangeLog for v1.7.3-stable
2015-05-26 15:58:49 +01:00
XinyuHou
2483a2a479
Fixed tab indentation in ChangeLog
2015-05-07 13:22:56 +01:00
XinyuHou
728e9cda8c
Updated ChangeLog for 1.7.2
2015-05-07 11:55:49 +01:00
Nick Bolton
366f813a2c
ChangeLog for v1.7.1-stable
2015-04-21 18:46:32 +01:00
Nick Bolton
be06c198d4
Merge branch '1.6.3-stable'
2015-03-21 23:51:27 +00:00
Nick Bolton
a833611804
Updated ChangeLog for 1.6.3
2015-03-21 20:01:13 +00:00
Nick Bolton
2e060cc2f3
ChangeLog for 1.6.3
2015-03-21 19:35:59 +00:00
Nick Bolton
0da87304a5
ChangeLog for 1.7.0
2015-03-04 17:07:11 +00:00
Xinyu Hou
12ae0da55f
ChangeLog for 1.6.2
2014-12-02 13:50:25 +00:00
Xinyu Hou
ee66a0ab77
ChangeLog for 1.6.2
2014-12-01 17:47:28 +00:00
Xinyu Hou
f240d8c5a9
ChangeLog for 1.6.2
2014-12-01 17:36:46 +00:00
Nick Bolton
9ef6c87857
ChangeLog for 1.6.2
2014-11-27 16:33:52 +00:00
Nick Bolton
ddbef300ad
ChangeLog for 1.6.1
2014-11-06 18:09:27 +00:00
jerry
8cad7551e6
issue #65 - Auto config feature using Zeroconf/Bonjour
...
merging zeroconf into trunk
2014-08-21 17:32:40 +00:00
Nick Bolton
5c9dc20c53
ChangeLog for 1.5.1 [no-issue]
2014-08-21 17:08:10 +00:00
Nick Bolton
cb382ec913
[no-issue] version to 1.5.0
2014-05-23 15:43:58 +00:00
Nick Bolton
102939e254
changelog for 1.4.18
...
issue #0
2014-05-16 19:31:39 +00:00
Nick Bolton
e8a8e4cb24
1.4.17 ChangeLog
2014-03-25 09:02:10 +00:00
Nick Bolton
e423057be2
updated changelog.
2014-02-18 13:12:25 +00:00
Nick Bolton
3c7550daf0
ChangeLog for 1.4.15
2013-10-23 10:27:55 +00:00
Nick Bolton
20e39a22db
ChangeLog for 1.4.14
2013-10-17 15:45:07 +00:00
Nick Bolton
a5a8096b68
ChangeLog for 1.4.12
2013-05-04 11:20:39 +00:00
Nick Bolton
4e3e64e97c
ChangeLog for 1.4.11
2013-04-12 03:00:54 +00:00
Nick Bolton
16d6ed9a89
changelog for 1.4.10
2012-07-30 21:55:30 +00:00
Nick Bolton
e09950ed3f
updated changelog for 1.4.9
2012-07-15 12:23:54 +00:00
Nick Bolton
488241850c
moving 1.4 to trunk
2012-06-10 16:50:54 +00:00
Nick Bolton
e65886857d
removed trunk; please commit to (and build patches against) release branches instead.
2011-10-05 00:10:22 +00:00
Nick Bolton
516c07c956
changed synergy+ references back to synergy (trunk)
2011-01-15 04:01:31 +00:00
Sorin Sbarnea
98c68897d8
Changes from mercurial repository.
2009-10-21 16:25:08 +00:00
Sorin Sbarnea
958fa80d1d
Initial commit of the synergy trunk sources from sf.net
2009-02-27 11:54:59 +00:00