Syncthing is a program for synchronizing files between two or more devices.
The latest version fixes the following bugs:
- No fs event was generated when creating a new file.
- Closing a nil channel when sending a stop signal to the client.
- The web interface displayed an incorrect description of the RC build when updates were disabled.
- The state value was changing when the folder was not yet running.
- Pausing the folder generated an error.
- Runtime error: int(offset) value is out of range for recheckFile.
- Cannot merge external versions of variable templates ("% FOLDER_PATH%/% FILE_PATH%").
- Runtime error: invalid memory address or nil pointer dereference in loadIgnoreFile.
Improvements:
- Folder upload progress in the UI now updates more frequently.
Other:
- Support for calls in jobQueue.Jobs has been added.
- Potential errors on older kernel versions have been fixed, specifically the use of 64-bit sync/atomic functions.
- Inconsistent handling of the path to an empty folder has been fixed.
Source: linux.org.ru
