forked from pool/syncthing
Accepting request 722002 from network
OBS-URL: https://build.opensuse.org/request/show/722002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=86
This commit is contained in:
commit
74bc64a3d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8d6b256e21a9db4be0453522206f044d4e54da15bd1d96a2624085948252a3d
|
||||
size 9347670
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJc0vl0AAoJENJubtAAZUo+UiIH/19jb3MXEbEFDL4/GDVWmuL1
|
||||
A32BypfHHLI5vsbzN62Y1VcYrcGCeiR31sknH1Ae4KNJNIVKadgtthB+IWyY4O1F
|
||||
8TSBBuO/GPDRErLFAJU+i1EsqU0P2zQycbRdsDmaBvf3AmMOQYD+EDGSRiLSZ/v6
|
||||
r0nWFPbrhwEOIAdL91z+doeVGZPkVrg9pr2145RtUB7Oj0yjkUx1Q0ohrxnZnMlO
|
||||
Qoqv6gsRjatr9UDSPn3a127B5mY+FeVlDMfvTQ/iYwyMXURbajK1eBW5bmhIyJv+
|
||||
FwyGpxqCnNowiN9zhY9JyEekYPyU6URAtcCI1la+HU18FIeMv3GwMYEwguIV9Bo=
|
||||
=G2OP
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v1.2.1.tar.gz
Normal file
3
syncthing-source-v1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:313bd59ddc2562e833fc4caa8d90360a06d5ff02976c0a4d5d42393e6f8bceac
|
||||
size 10186077
|
11
syncthing-source-v1.2.1.tar.gz.asc
Normal file
11
syncthing-source-v1.2.1.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJdSRMoAAoJENJubtAAZUo+3PsH/iACd8cp561sB4vhx+pI7uyn
|
||||
K+KpqJGh4SMrPNUByGBgCGQwvc1XvsS1Fr2ezNO9BXQX6xRf5pBMc8LT9f1CrIPX
|
||||
2qsEzPMm7AV8dNwK4by59/lZdO6jz5HPhgQUyYceogm7kDbVnB6pmx6/eKkZfS2b
|
||||
GmHufPk7KMUToBPxqreBjNFlejQckTMrXLr3zEygFMUW71AJqHJb8ki30s1QczdD
|
||||
AQnSn2qySqAIsBXCop8oFMnhSFElufDvXBUoA4bgXCAsFN+L+UOzQPSwxwQz775k
|
||||
Zv5PJKGsmxQbeInkAHfWaO8BsD/uhg2jt5t05fv9C16ci6qcIIQEDCT1HbljAMQ=
|
||||
=S9x6
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,85 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 11:23:25 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Update to 1.2.1:
|
||||
- Bugfixes:
|
||||
- #5308: FreeBSD: Create new file does not generate a fs event.
|
||||
- #5801: panic: close of nil channel in relay client stop
|
||||
- #5803: Web UI shows confusing description on RC builds when
|
||||
upgrades are disabled
|
||||
- #5828: panic: Index update for not running folder
|
||||
- #5833: Paused folder shows filesystem watcher error
|
||||
- #5837: panic: runtime error: index out of range in recheckFile
|
||||
- #5849: Cannot concatenate external versioner template
|
||||
variables ("%FOLDER_PATH%/%FILE_PATH%")
|
||||
- #5880: panic: runtime error: invalid memory address or nil
|
||||
pointer dereference in loadIgnoreFile
|
||||
- Enhancements:
|
||||
- #5811: Download progress of folders in the UI should update
|
||||
more frequently
|
||||
|
||||
- Changes from 1.2.0:
|
||||
- Important notes:
|
||||
- This release does not interoperate with Syncthing 0.14.45
|
||||
or older.
|
||||
- This release adds QUIC with NAT traversal as a new transport
|
||||
protocol. TCP is usually more performant and remains the
|
||||
preferred way of connection when possible.
|
||||
- This release adds automatic crash reporting. See
|
||||
https://docs.syncthing.net/users/crashrep.html for details.
|
||||
- This release makes large / variable block size the only
|
||||
available mode of operation; small / fixed blocks are
|
||||
deprecated.
|
||||
See https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details.
|
||||
- Bugfixes:
|
||||
- #4170: panic: bug: ClusterConfig called on closed or
|
||||
nonexistent connection
|
||||
- #5609: Filesystem watching failed when parent folder is not
|
||||
listable
|
||||
- #5652: Connection error after closing failed items list
|
||||
and opening another list
|
||||
- #5765: Verioner cleanup looks at the wrong time
|
||||
- #5766: Support bundle doesn't include errors list, instead
|
||||
printing Support bundle: failed to create errors.json: <nil>
|
||||
- #5770: Scan failure blocks "Rescan" button
|
||||
- #5777: Spurious need to "revert" nonexistent changes with
|
||||
Receive Only folder on Android
|
||||
- Enhancements:
|
||||
- #959: Automatic error log sending to dev. team
|
||||
- #3345: Show last connection error per discovered address
|
||||
- #5377: Use of QUIC for transport
|
||||
- #5631: Dockerfile ENTRYPOINT doesn't pass along
|
||||
extra arguments from "docker run"
|
||||
- #5697: Handle fatal watch errors gracefully
|
||||
|
||||
- Changes from 1.1.4:
|
||||
- Bugfixes:
|
||||
- #4613: Progress emitter doesn't start from config change
|
||||
if disabled at startup
|
||||
- #5338: Version restore not possible with custom versioning
|
||||
path set
|
||||
- #5421: WebGui: Locally Changed Items vanish when
|
||||
clicking 10|25|50
|
||||
- #5578: Filesystem watcher error when watching disk root
|
||||
directory on Windows
|
||||
- #5641: Syncthing gets stuck in a high CPU "Failed Files"
|
||||
state - Possibly a symlink issue?
|
||||
- #5649: Checking block content on unexpected request results
|
||||
doesn't work for the last block
|
||||
- #5654: Incorrect file info passed as argument to delete
|
||||
existing dir/symlink
|
||||
- #5704: Failure to fsync() files should not be fatal
|
||||
- Enhancements:
|
||||
- #1634: Use copy instead of rename for version folder on
|
||||
other file systems
|
||||
- #4531: GUI folder/device status rows should handle longer
|
||||
values nicer
|
||||
- #4586: Versioner file tagging is inconsistent
|
||||
- #4631: In-GUI restoration should be possible from trashcan
|
||||
versioner
|
||||
- #5419: File versioning across drives
|
||||
- #5659: Old sync errors should not linger while retrying
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 26 10:30:25 UTC 2019 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 1.1.3
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user