SHA256
1
0
forked from pool/syncthing
Alexei Sorokin 2019-02-19 13:01:31 +00:00 committed by Git OBS Bridge
parent 527ab5edec
commit 6b91d08081

View File

@ -1,7 +1,26 @@
-------------------------------------------------------------------
Tue Feb 19 10:45:23 UTC 2019 - Marius Kittler <marius.kittler@suse.com>
- Update to 1.0.1
- Update to version 1.0.1:
* Directory status "box" character not readable by
screen readers / not colour blindness friendly
(gh#syncthing/syncthing#2697).
* "Automatic upgrades" web GUI option in pre-release versions is
misleading (gh#syncthing/syncthing#4216).
* Incorrectly out of synch, sequence number oddness
(gh#syncthing/syncthing#5340).
* Deleted files show up as failed scans
(gh#syncthing/syncthing#5385).
* gui: Missing icon in footer (gh#syncthing/syncthing#5389).
* Data race in model.(*folder).startWatch()
(gh#syncthing/syncthing#5392).
* Scan errors about ignored files displayed in web UI
(gh#syncthing/syncthing#5397).
* panic: runtime error: Invalid memory address or nil pointer
dereference in ignore.go (gh#syncthing/syncthing#5401).
* Illegal characters in directory name on auto accept
(gh#syncthing/syncthing#5411).
* Consider switching to Go modules (gh#syncthing/syncthing#5148).
-------------------------------------------------------------------
Thu Jan 31 10:21:31 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>