forked from pool/syncthing
210 lines
7.4 KiB
Plaintext
210 lines
7.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Nov 5 20:43:01 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.12.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 2 19:26:50 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.26:
|
|
* Do not check for free space on master directories.
|
|
* Subscribing to events should not bump event ID.
|
|
* Correctly report errors encountered parsing ignores.
|
|
* Create missing directories when necessary ("dst stat dir: ..."
|
|
error).
|
|
* Add syncthing-inotify.service optional systemd dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 13 10:21:57 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.25:
|
|
* Fix incorrect "out of disk space" error when pulling files.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 10:32:23 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.24:
|
|
* Correctly handle (?i) in ignores.
|
|
* Adjust defaults for number of hashers based on OS.
|
|
* Allow fractional free space percentages.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 30 17:54:14 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.23:
|
|
* Do not trust response header.
|
|
* Allow -logfile on all platforms.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 26 13:05:27 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.22:
|
|
* Fix events timeout errors.
|
|
- Correct TCP and UDP ports once again.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 23 16:03:43 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.21:
|
|
* Recover from 'corrupted or incomplete CURRENT file' etc.
|
|
* Retain standard streams over restart.
|
|
* Add unit test for staggered versioning.
|
|
* Newest first should be different from oldest first.
|
|
* Fix time zone error in staggered versioning.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 17 09:23:21 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.20:
|
|
* Rename 'delete' to 'remove'.
|
|
* Fix editing device address.
|
|
* Use grid instead of three-column.
|
|
* Stop directory when running out of disk space.
|
|
* Remove double slashes in directives.
|
|
* Change to Font Awesome icon font.
|
|
- Fix systemd service for openSUSE Leap 42.x and openSUSE 13.2.
|
|
- Fix SUSEfirewall rule by setting UDP ports as UDP ports.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 9 21:43:38 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.19:
|
|
* Properly rename config files during integration tests.
|
|
* Add timeout for peek.
|
|
* Handle multiple case insensitivity prefixes in ignores.
|
|
- Add a SUSEfirewall rule.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 2 09:32:36 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.18:
|
|
* Use protocol provided buffers for requests.
|
|
* Update credits for dependencies.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 28 15:54:12 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.17:
|
|
* Determine conflict winner based on change type and modification
|
|
time.
|
|
* Optionally ignore remote deletes.
|
|
* Add devices and directories without restart.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 19 23:41:06 UTC 2015 - jacobwinski@gmail.com
|
|
|
|
- update to 0.11.16:
|
|
* Allow #editIgnores to scroll in browser.
|
|
* Don't let folder ID escape into HTML tag ID:s.
|
|
* Improve info text for device addresses.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 15 04:58:55 UTC 2015 - jacobwinski@gmail.com
|
|
|
|
- Update to 0.11.15 (changes since 0.11.13):
|
|
* Fix advanced option saving.
|
|
* Update protocol package.
|
|
* Update panic instructions.
|
|
* Remove one of two emits of events.DeviceConnected.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 11:38:09 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.13 (changes since 0.11.11):
|
|
* Show FolderErrors result in UI.
|
|
* Fix CSRF tests.
|
|
* Fix add device button being overlapped by footer.
|
|
* Preserve setgid bit on local directories.
|
|
* Implement "advanced configuration" dialog.
|
|
* Add link to home page.
|
|
* Use bootstrap grid instead of column-count:3 for aligning
|
|
checkboxes.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 29 19:02:43 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.11:
|
|
* Serialize scans and pulls.
|
|
* Do not rename duplicate directories.
|
|
* Trim string slices upon loading config.
|
|
* Make ping timeout configurable.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 24 12:33:37 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.10:
|
|
* Do not warn about irrelevant symlinks, print path to culprit.
|
|
* Add label next to "Last file received".
|
|
* Correct API response when resetting a directory.
|
|
* Do not start model until services have been added.
|
|
* Sanitize rescan interval values.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 16 21:03:21 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.9:
|
|
* Start directories before GUI/API.
|
|
* Correctly handle nil error in verbose logging.
|
|
* More resilient broadcast handling.
|
|
* Add trash can file versioning.
|
|
* Correctly set and clear errors for missing directories.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 7 12:15:43 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.8:
|
|
* Random number is too large for 32 bit archs.
|
|
* Silence discovery warnings.
|
|
* Fix missing languages.
|
|
- Remove /usr/sbin/rcsyncthing: service name is syncthing@$USER.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 1 13:14:32 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.7:
|
|
* Change permissions of newly created files and directories.
|
|
* Make syncthing honour both the ignorePerms and FlagNoPermBits
|
|
settings.
|
|
* A performance fix for transfers of large files.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 25 10:39:12 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.6:
|
|
Set permanent UPnP lease when required.
|
|
Show date and time for web GUI notification.
|
|
UPnP discovery results must not be collected in a background goroutine.
|
|
Be more lenient against errors when deleting.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 16 21:03:32 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.5 (changes since 0.11.3):
|
|
* Add unit test for overriding ignored files.
|
|
* Use MD5 hash of filename for temporary file.
|
|
* Only restart global discovery on UPnP change if it was enabled
|
|
to start with.
|
|
* Virtual mtime support for environments that don't support
|
|
altering mtimes.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 12 05:37:21 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.11.3:
|
|
* Do not remove the file when renaming on a case-insensitive
|
|
platform.
|
|
* Distinguish files with same name but different extension in
|
|
staggered versioner.
|
|
* Reschedule the next scan interval.
|
|
* Wait for stdout/stderr to close.
|
|
* Use actual release version for release note link.
|
|
* Set the execute bit on Windows executables.
|
|
* Trigger pull check on remote index updates.
|
|
* Implement upnpSvc.Stop().
|
|
* Remove system/editor specific ignores.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 7 19:34:43 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Initial package.
|