forked from pool/syncthing
Accepting request 687938 from home:darix:restic
- Update to version 1.1.0: - Bugfixes - #5482: minHomeDiskFreePct is still present in fresh configs - #5493: Monitor bug: TERM signaling not passed to syncthing process - #5557: Hashing performance degradation when using large blocks - Enhancements - #5365: .desktop files: desktop-entry-lacks-keywords-entry - #5445: User/group ownership following parent dir - Other issues - #5077: TestWatchIgnore is flaky (OpenBSD (-current) Test failed) - #5246: TestParentDeletion fails on OpenBSD - #5311: Update prometheus/common/expfmt to pass tests on go1.11 - #5454: build.go setup problems with gomodules - #5495: Dockerhub Docker builds fail continously - #5515: Missing string from Transifex - API Changes - Change #5479 introduces the new copyOwnershipFromParent folder - configuration option. The default, false, matches the old behavior of - not copying ownership information. - Since change #5405, large (variable size) blocks are enabled by default for newly created folders.0 OBS-URL: https://build.opensuse.org/request/show/687938 OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=162
This commit is contained in:
parent
7c9edb38c7
commit
3fb8645934
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c36291efcea790df9db3b67a39a64e32a77332489abdae8260a295dae9015a3d
|
||||
size 6876569
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJcWTJTAAoJENJubtAAZUo+LXMH/3C0BeqvvhPoXV+Qc+G4ixxn
|
||||
Xn1oep9CZ5jQvzwrWDRCc6c+h6W6ie/nZehJHLBIUXaOpVJYHzovqVDN0JwS9fgq
|
||||
z4uUGbuF0G4Qi75vqGiAjm9nJiE4e9PY6MdEYzx3tQpdwC7qGns+xF+tquAdEAsS
|
||||
1lTbEdqNhgZoZNNJ/fxg6TlVoMn8+h/ImIUbJGuS5BS8rbNocvgdJZbW0mmh8I3K
|
||||
UgWT8BGTuoTTgb67ihQR9v51W/zMrK3cLK1Pqp/w7xY+CbcuYa5AFAGPueBtpJAk
|
||||
cRKXIq/4PNdVmwagjsDHylCdnBKb5nY+HXL/BAHVMcnwKxuiw9NkpO9re3pC6ac=
|
||||
=6isG
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v1.1.0.tar.gz
Normal file
3
syncthing-source-v1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6565fd30d704f7039d350c522875925acc287c8e45e18a7d42f22512860a7ac6
|
||||
size 6957115
|
11
syncthing-source-v1.1.0.tar.gz.asc
Normal file
11
syncthing-source-v1.1.0.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJcfps/AAoJENJubtAAZUo+O0gIAMOTJmenb7KsA9C1MV6SWxO6
|
||||
zy1Tho1NXfUI3ro/w60K4ZXTKFNM7JxzTXkGokXNgjZ9pRmPH6Q1AgkxzcvUb+mP
|
||||
q3QZjvmRGruYFQuBh8Jc0UZ9xY5CdHLtjWKNDSnEmgOquYl3Q4wFEqsm9TLWWbe2
|
||||
M+uyB6SMNAIb/Zh/eGJoAz8gnfkMfhDyQliuqCf/BdbhmoV8iZt6HCiZdya4647h
|
||||
xFDQtdeQ0VSKKKrFEwkBHkBt2JBuHlVXXO6wdqOGqRPuiUURMCjyhzrhpFAzj4x8
|
||||
ObJ6WSNofhFR6huNJPyGTOSVPEoteJi0Kmcd6k65a20OEMk95s7ztT4ndQkvANk=
|
||||
=Ok13
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 23 23:43:04 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to version 1.1.0:
|
||||
- Bugfixes
|
||||
- #5482: minHomeDiskFreePct is still present in fresh configs
|
||||
- #5493: Monitor bug: TERM signaling not passed to syncthing
|
||||
process
|
||||
- #5557: Hashing performance degradation when using large
|
||||
blocks
|
||||
- Enhancements
|
||||
- #5365: .desktop files: desktop-entry-lacks-keywords-entry
|
||||
- #5445: User/group ownership following parent dir
|
||||
- Other issues
|
||||
- #5077: TestWatchIgnore is flaky (OpenBSD (-current) Test
|
||||
failed)
|
||||
- #5246: TestParentDeletion fails on OpenBSD
|
||||
- #5311: Update prometheus/common/expfmt to pass tests on
|
||||
go1.11
|
||||
- #5454: build.go setup problems with gomodules
|
||||
- #5495: Dockerhub Docker builds fail continously
|
||||
- #5515: Missing string from Transifex
|
||||
- API Changes
|
||||
- Change #5479 introduces the new copyOwnershipFromParent
|
||||
folder
|
||||
- configuration option. The default, false, matches the old
|
||||
behavior of
|
||||
- not copying ownership information.
|
||||
- Since change #5405, large (variable size) blocks are enabled
|
||||
by default for newly created folders.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 17:21:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 1.0.1
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user