From 710de5b4ed9059bf4aa0e7628dbfae7d485d911a1c423d679c1c67fec6716054 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 15 Jul 2015 09:03:15 +0000 Subject: [PATCH 1/5] Accepting request 316855 from home:winski Update to 0.11.15 (changes since 0.11.13): * v0.11.14 doesn't correctly save its config on Windows. This fixes that. * Fix advanced option saving * Update protocol package * Update panic instructions * Remove one of two emits of events.DeviceConnected OBS-URL: https://build.opensuse.org/request/show/316855 OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=15 --- syncthing-0.11.13.tar.gz | 3 --- syncthing-0.11.15.tar.gz | 3 +++ syncthing.changes | 10 ++++++++++ syncthing.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 syncthing-0.11.13.tar.gz create mode 100644 syncthing-0.11.15.tar.gz diff --git a/syncthing-0.11.13.tar.gz b/syncthing-0.11.13.tar.gz deleted file mode 100644 index 9888660..0000000 --- a/syncthing-0.11.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dae242d1210a4cdc21dc624a7abec324b8634c07d673059662ffb795c8405671 -size 3363523 diff --git a/syncthing-0.11.15.tar.gz b/syncthing-0.11.15.tar.gz new file mode 100644 index 0000000..6988662 --- /dev/null +++ b/syncthing-0.11.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ba56227ea8e8d5fb87b9be357c3cbf534ada9106e57bde321530138457aac3 +size 3372570 diff --git a/syncthing.changes b/syncthing.changes index 5f665ae..0e62a2a 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 15 04:58:55 UTC 2015 - jacobwinski@gmail.com + +- Update to 0.11.15 (changes since 0.11.13): + * v0.11.14 doesn't correctly save its config on Windows. This fixes that. + * Fix advanced option saving + * Update protocol package + * Update panic instructions + * Remove one of two emits of events.DeviceConnected + ------------------------------------------------------------------- Mon Jul 6 11:38:09 UTC 2015 - sor.alexei@meowr.ru diff --git a/syncthing.spec b/syncthing.spec index 9701a6b..8f332bc 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 0.11.13 +Version: 0.11.15 Release: 0 Summary: FOSS Continuous File Synchronization License: MPL-2.0 From be417ac15557217cae7ad6cb6a84a18bf338659f50e777f0b0fa633511bb6664 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 15 Jul 2015 09:03:42 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=16 --- syncthing.changes | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/syncthing.changes b/syncthing.changes index 0e62a2a..e200745 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -2,11 +2,10 @@ Wed Jul 15 04:58:55 UTC 2015 - jacobwinski@gmail.com - Update to 0.11.15 (changes since 0.11.13): - * v0.11.14 doesn't correctly save its config on Windows. This fixes that. - * Fix advanced option saving - * Update protocol package - * Update panic instructions - * Remove one of two emits of events.DeviceConnected + * Fix advanced option saving. + * Update protocol package. + * Update panic instructions. + * Remove one of two emits of events.DeviceConnected. ------------------------------------------------------------------- Mon Jul 6 11:38:09 UTC 2015 - sor.alexei@meowr.ru From 5d37bfc4e3fbd0e90f4c903b27135a558a0f04f6cf40cb4c0b6ec546af86037a Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 20 Jul 2015 10:52:30 +0000 Subject: [PATCH 3/5] Accepting request 317552 from home:winski update to 0.11.16 OBS-URL: https://build.opensuse.org/request/show/317552 OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=17 --- syncthing-0.11.15.tar.gz | 3 --- syncthing-0.11.16.tar.gz | 3 +++ syncthing.changes | 8 ++++++++ syncthing.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 syncthing-0.11.15.tar.gz create mode 100644 syncthing-0.11.16.tar.gz diff --git a/syncthing-0.11.15.tar.gz b/syncthing-0.11.15.tar.gz deleted file mode 100644 index 6988662..0000000 --- a/syncthing-0.11.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2ba56227ea8e8d5fb87b9be357c3cbf534ada9106e57bde321530138457aac3 -size 3372570 diff --git a/syncthing-0.11.16.tar.gz b/syncthing-0.11.16.tar.gz new file mode 100644 index 0000000..b432a9d --- /dev/null +++ b/syncthing-0.11.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a71bfd5849323adbcd71859d853b3c0e313e314997a569128eb2dd659d4d055 +size 3375037 diff --git a/syncthing.changes b/syncthing.changes index e200745..5b467a4 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 19 23:41:06 UTC 2015 - jacobwinski@gmail.com + +- update to 0.11.16: + * Allow #editIgnores to scroll in browser. + * Don't let folder ID escape into HTML tag ID:s. + * Improve info text for device addresses. + ------------------------------------------------------------------- Wed Jul 15 04:58:55 UTC 2015 - jacobwinski@gmail.com diff --git a/syncthing.spec b/syncthing.spec index 8f332bc..db2afd9 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 0.11.15 +Version: 0.11.16 Release: 0 Summary: FOSS Continuous File Synchronization License: MPL-2.0 From 451c0160907a4fd8e94c299793e6b8bb74fc8e8e40a00991f1fa1edb63d4ceba Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sat, 25 Jul 2015 22:18:00 +0000 Subject: [PATCH 4/5] Accepting request 318709 from home:boombatower:branches:network Write v%{version} to RELEASE so build scripts pick up a release version instead of unknown-dev. OBS-URL: https://build.opensuse.org/request/show/318709 OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=18 --- syncthing.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/syncthing.spec b/syncthing.spec index db2afd9..84e0797 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -40,6 +40,7 @@ Internet. %setup -q %build +echo "v%{version}" | tee RELEASE %goprep github.com/%{name}/%{name} go run build.go -no-upgrade build From 223bb1adf45f83f52d9a780752045cc0e4b441aa173acbcd3306abf227397f7a Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 28 Jul 2015 21:35:04 +0000 Subject: [PATCH 5/5] - Update to 0.11.17. OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=19 --- syncthing-0.11.16.tar.gz | 3 --- syncthing-0.11.17.tar.gz | 3 +++ syncthing.changes | 9 +++++++++ syncthing.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 syncthing-0.11.16.tar.gz create mode 100644 syncthing-0.11.17.tar.gz diff --git a/syncthing-0.11.16.tar.gz b/syncthing-0.11.16.tar.gz deleted file mode 100644 index b432a9d..0000000 --- a/syncthing-0.11.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a71bfd5849323adbcd71859d853b3c0e313e314997a569128eb2dd659d4d055 -size 3375037 diff --git a/syncthing-0.11.17.tar.gz b/syncthing-0.11.17.tar.gz new file mode 100644 index 0000000..c01e9b8 --- /dev/null +++ b/syncthing-0.11.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b041b7d3b6bb9056d9f844dd8e1e90850919474af03445667836a28d9756796 +size 3389730 diff --git a/syncthing.changes b/syncthing.changes index 5b467a4..f7f0c7e 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 28 15:54:12 UTC 2015 - sor.alexei@meowr.ru + +- Update to 0.11.17: + * Determine conflict winner based on change type and modification + time. + * Optionally ignore remote deletes. + * Add devices and directories without restart. + ------------------------------------------------------------------- Sun Jul 19 23:41:06 UTC 2015 - jacobwinski@gmail.com diff --git a/syncthing.spec b/syncthing.spec index 84e0797..1540baa 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 0.11.16 +Version: 0.11.17 Release: 0 Summary: FOSS Continuous File Synchronization License: MPL-2.0