From 419d096de66f46391c055248a422f20cfcaeb47115c76c75eff4e00d7e70be17 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 28 Nov 2016 13:43:05 +0000 Subject: [PATCH] - Update to version 0.14.12. OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=82 --- syncthing-source-v0.14.11.tar.gz | 3 --- syncthing-source-v0.14.11.tar.gz.asc | 11 ----------- syncthing-source-v0.14.12.tar.gz | 3 +++ syncthing-source-v0.14.12.tar.gz.asc | 11 +++++++++++ syncthing.changes | 19 +++++++++++++++++++ syncthing.spec | 2 +- 6 files changed, 34 insertions(+), 15 deletions(-) delete mode 100644 syncthing-source-v0.14.11.tar.gz delete mode 100644 syncthing-source-v0.14.11.tar.gz.asc create mode 100644 syncthing-source-v0.14.12.tar.gz create mode 100644 syncthing-source-v0.14.12.tar.gz.asc diff --git a/syncthing-source-v0.14.11.tar.gz b/syncthing-source-v0.14.11.tar.gz deleted file mode 100644 index 825442c..0000000 --- a/syncthing-source-v0.14.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bf097ba7fa32d380f4b4cdf4cbdb236ec28e8a762fcf1495b3c4ed9cbe27164 -size 7405515 diff --git a/syncthing-source-v0.14.11.tar.gz.asc b/syncthing-source-v0.14.11.tar.gz.asc deleted file mode 100644 index 863413d..0000000 --- a/syncthing-source-v0.14.11.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQEcBAABCAAGBQJYKq7jAAoJENJubtAAZUo+L0QIAJoqsd1T0RXGm7PIQPbFL89l -A4mtdlXxWzXTmPwawsrIZS6re2Ca4+KQvy/aiiehLtDweKVBn2p4X1tFg0xBoXGw -OxzfHnDhs3iafEfP4irC4nstjfhAx0xI4CNc2a2k4zgb8TUlzyn8qNMrqtJuDTwK -/fqFzescqCa7QUXFcO8FFGLzAL8nXEB0pvhJSPMj+N1Tzg25OVOgCmmdDc5iG/Mz -92FeRCR/9WhwTdrXBmjHbxuyzayAEBJM772dcsuo0JZQ2B5qsteaBLEN9yj2x+TC -mg6B+IcuH3pB2ZpMix1aLH8BK1QiRi4W38IBkgvP2KHVrn7BuTp042asl7OTQkU= -=mirv ------END PGP SIGNATURE----- diff --git a/syncthing-source-v0.14.12.tar.gz b/syncthing-source-v0.14.12.tar.gz new file mode 100644 index 0000000..b4d2755 --- /dev/null +++ b/syncthing-source-v0.14.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cc5662923d9e211d362d764a6ae419023e83622b74678c816ab0a5083c9f91 +size 7413836 diff --git a/syncthing-source-v0.14.12.tar.gz.asc b/syncthing-source-v0.14.12.tar.gz.asc new file mode 100644 index 0000000..001bfbd --- /dev/null +++ b/syncthing-source-v0.14.12.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABCAAGBQJYNAn3AAoJENJubtAAZUo+V/sIAJ0n5CqdkN/QiF6bSqer9+Js +hh3EonWqbzOm6gvhwOuZ1oYwhB8Ibh07uqMqdtiwx6EXx0GGdtYoj0MbddipHSeO +VxjEcGFtBePJXsU80b/w5XLmDh7rHZ/Aj73wQAXpcAvcI2fEA5aiEfrnuBpSKakV +PM68aS80I0kucF4kw60qPeUR22l067JrxPuvH4tOQ5Bfb7i4jt4RF0D9M5bz0eWE +QxIHVlhDOIB2A+awmrdqR++qxb6qLd2xT7bwhICyh9svCSNQkm1V4Dd97afpX6lO +YYS0UV9Rp+Jqf1+ozFFs444YffIsEKy4hwLBLRjvkRIsWs9KFQqkhPXH4aYa2eo= +=rCQu +-----END PGP SIGNATURE----- diff --git a/syncthing.changes b/syncthing.changes index 914d5a8..0d69558 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Nov 28 13:23:16 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 0.14.12: + * A data race in the code that caused test failures, and possibly + other inconsitencies, has been resolved + (gh#syncthing/syncthing#3737). + * Links in warning messages are now clickable in the GUI + (gh#syncthing/syncthing#3241). + * Files are now synced to the drive before committed to database, + to avoid possible inconsistencies if a power failure occurs + during syncing (gh#syncthing/syncthing#3711). + * Log entries now mention directories by label in addition to the + ID (gh#syncthing/syncthing#3724). + * The default directory now has the directory ID "default" again, + simplifying initial setup. + * Retries for misconfigured relay setups are slowed down somewhat + to be kinder on our relay pool infrastructure. + ------------------------------------------------------------------- Wed Nov 16 10:42:43 UTC 2016 - sor.alexei@meowr.ru diff --git a/syncthing.spec b/syncthing.spec index 591b002..193dcbd 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 0.14.11 +Version: 0.14.12 Release: 0 Summary: FOSS Continuous File Synchronisation License: MPL-2.0