SHA256
1
0
forked from pool/syncthing

Accepting request 785839 from home:mrey:branches:network

- Update to 1.4.0:
  - Important changes:
    - New config option maxConcurrentIncomingRequestKiB
    - Replace config option maxConcurrentScans with
      maxFolderConcurrency
    - Improve database schema
  - Bugfixes:
    - #4774: Doesn't react to Ctrl-C when run in a subshell
      with -no-restart (Linux)
    - #5952: panic: Should never get a deleted file as needed when
      we don't have it
    - #6281: Progress emitter uses 100% CPU
    - #6300: lib/ignore: panic: runtime error: index out of range
      [0] with length 0
    - #6304: Syncing issues, database missing sequence entries
    - #6335: Crash or hard shutdown can case database
      inconsistency, out of sync
  - Enhancements:
    - #5786: Consider always running the monitor process
    - #5898: Database performance: reduce duplication
    - #5914: Limit folder concurrency to improve performance
    - #6302: Avoid thundering herd issue by global request limiter

OBS-URL: https://build.opensuse.org/request/show/785839
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=188
This commit is contained in:
Alexei Sorokin 2020-03-17 08:42:20 +00:00 committed by Git OBS Bridge
parent bae8d60547
commit bf8cdb746d
6 changed files with 41 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e40227f67b4317419900353be3f49f381ed36e41044df5d168b850f6b183ae08
size 10405731

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJeORjmAAoJENJubtAAZUo+b+AH/09i1eeEEmh30YJVTu1u9z+7
GFT5zF/uU9BtzChF48cAadU3ks7OD+FePinO0qoXLN3mO9H4F+rqy8nEDjBWBEwB
85QrjSG0+vlWin5t9SPKNGoBBfFLRmGYQoClXa6nx3js5+ORYAxhw6IiDp9Dw1xI
HtNHsEgrxrAAYyj+gkOpYqvLPgh3bUjIruG5X+ERRjOh5PJ8c48faqF6nNkbQ1CJ
+H/VdM6Aj4FTxSr2GlqKldg7rcRiB+n1AXEvlaKon6LO/UV5cvuBtakVTPhjSCaZ
4xPrSsGSKF5md9/zEuB8uNyoyItlN6xew/TKYNpvQyW0E51+tOBFjLZsCm05Nm8=
=9p3A
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c45955445752dac43d56bc321fae2140b5b05ad6d41a574ed37813607493edd
size 10432971

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJecGylAAoJENJubtAAZUo+uKwH/1ia8AuVSCI0yLCZaMHharWP
oE0bqyi6FgJi/rlgHLOCQ4mjuFG06WUeXtA826KKezbPFd+bQfUD/s7Orl6S0AFm
8eV2A7mXfq91Ya9YCMBBc33Rdig1z42tRvK6BeIXYKA+Xez5rDkKrUzjz3NFW9Id
Fsf1t5Xu46Q/GkVbWlNLjWAG8FlERtbKfiugLzxxOd0brxBd7kaK9KRA0iGTQF83
JHIn2xXhQhxpKv0bBDIygvzTRchXeGcUbvaXptFujnthcdSR3P8hX4IWxzSTlnXs
RLsgbVp9BXInoNlNbDhcVs54qKRleXW2/BgM4iI3r2NXmqXoGdVqUzIW0s1kydE=
=0KN+
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Mar 17 08:20:16 UTC 2020 - Martin Rey <mrey@suse.com>
- Update to 1.4.0:
- Important changes:
- New config option maxConcurrentIncomingRequestKiB
- Replace config option maxConcurrentScans with
maxFolderConcurrency
- Improve database schema
- Bugfixes:
- #4774: Doesn't react to Ctrl-C when run in a subshell
with -no-restart (Linux)
- #5952: panic: Should never get a deleted file as needed when
we don't have it
- #6281: Progress emitter uses 100% CPU
- #6300: lib/ignore: panic: runtime error: index out of range
[0] with length 0
- #6304: Syncing issues, database missing sequence entries
- #6335: Crash or hard shutdown can case database
inconsistency, out of sync
- Enhancements:
- #5786: Consider always running the monitor process
- #5898: Database performance: reduce duplication
- #5914: Limit folder concurrency to improve performance
- #6302: Avoid thundering herd issue by global request limiter
-------------------------------------------------------------------
Tue Mar 10 19:28:00 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@ -17,7 +17,7 @@
Name: syncthing
Version: 1.3.4
Version: 1.4.0
Release: 0
Summary: Continuous File Synchronisation
License: MPL-2.0