forked from pool/syncthing
Accepting request 415384 from network
OBS-URL: https://build.opensuse.org/request/show/415384 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=43
This commit is contained in:
commit
9ff8f4b7e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8847c6beb7e0bf685c5640e929e30f8ae4f9e63ddc905a6f62e18c7a3fab5dc
|
||||
size 5098081
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJXeQMWAAoJENJubtAAZUo+pk8IAJe88OTpuSCZbs0yRWHQ8L6f
|
||||
3UEjMi+aOzkUbNwdEhKPU9iYWvtJGQiOArj20ia+oyaHBZve2vOKvhSguqohKxUI
|
||||
lzIr+Zkv2fDNiLqatgLPWLoah+uym7uHym1SE/MXvhRpddC0Orey8aBN8FVN/UQF
|
||||
n2KBL4b1xQdVFl8Eq1V4YoZQTRNvgWBJeI3bjZ46Gu2IMjLNxFKxOXmbhKSf6+Wl
|
||||
U+5aVP08L4Q1aqLxef+LSpoUeIWTN8LMSt8mz4nWhUvUMnQIFerLGHou4crQLk+B
|
||||
ZISZMFEd3YmVEhjygEJ4weSblS450aQd9ukX/8OBY5g3SIkS9HelhPEg2SX8BaY=
|
||||
=k4NB
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v0.14.2.tar.gz
Normal file
3
syncthing-source-v0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4b27d5174dce26fba352fc08f2168af402041cfbb8ebad5597273192e9da901
|
||||
size 7311643
|
11
syncthing-source-v0.14.2.tar.gz.asc
Normal file
11
syncthing-source-v0.14.2.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJXl1myAAoJENJubtAAZUo+vMkH+gJ/fxgoEsAYrwMMSp/rSe5B
|
||||
RY3SeXIGjsL9edmY/p7gW0XQ3FRrBjvQbutKaO9+K0a60ps37jgMI34pENE+3oLG
|
||||
DCOU8ZlbHJUVEMIzmu9Pjar2xoktSpI4NKzSTXyFKVyCuoq/b+o8ULw6iVXc0Aqt
|
||||
RbEs7xIxhO26f5bCtLmGnT0dGhwubkWzdTnC6ziKzTnU8isSG7wq+OSHG6HPjcWI
|
||||
3rk9UmTpwGIMWeX7tiMqr1dHDVwpE/w9FCODjhN5LjLf8zqKcuQqc1cS1sdIR8iD
|
||||
o84b4NAG5gMJr3sWWDtecP3+yyVk5XXfa9fZg3XpJhbuLvTCkd1uXcc/rUUdUGU=
|
||||
=rNDg
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 08:24:38 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.2 (changes since 0.14.0):
|
||||
* Implement "delta indexes", a backwards compatible protocol
|
||||
enhancement. Prior to delta indexes being implemented, full
|
||||
index information was exchanged at every connection start.
|
||||
With delta indexes, only index information that has changed
|
||||
since last contact is transferred.
|
||||
* Files that grow or shrink during scanning would result in
|
||||
conflicts or inconsistent data after synchronisation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 23 16:15:39 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.0:
|
||||
* Respect address family for listen addresses in Discovery
|
||||
results.
|
||||
* Base the sync protocol, local discovery protocol and database
|
||||
format on protocol buffers.
|
||||
* Quickly detect other local devices on restart in local
|
||||
discovery.
|
||||
* Fix race condition causing a deadlock on directory addition.
|
||||
* Correctly format Anonymous Usage Reporting Preview.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 20:21:34 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.13.10
|
||||
Version: 0.14.2
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user