Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.2
syncthing
syncthing.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File syncthing.changes of Package syncthing
------------------------------------------------------------------- Sun Oct 23 16:54:19 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.9: * Documentation PDFs are fixed (gh#syncthing/syncthing#3651). * Browser error on first startup doesn't happen as easily anymore (gh#syncthing/syncthing#3619). * Syncthing compiles in Go versions older than 1.7 again (gh#syncthing/syncthing#3664). * Adding a directory using Long UNC path no longer causes stack overflow (but don't do that, it's not necessary) (gh#syncthing/syncthing#3577). * Update translations. ------------------------------------------------------------------- Sat Oct 8 13:24:17 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.8: * The monitor process now detects crashes due to the new hashing package and disables it on subsequent launch (gh#syncthing/syncthing#3613). * The two hash packages are benchmarked on startup and the fastest on is selected (gh#syncthing/syncthing#3614). * Directories are now correctly shown as out of sync when they miss only deleted files (gh#syncthing/syncthing#3588). * UPnP handling is corrected in the case where more than one router is detected (gh#syncthing/syncthing#3578). * Patterns with terminal slash (e.g., "dir/") now correctly ignore directory contents (gh#syncthing/syncthing#3639). ------------------------------------------------------------------- Thu Sep 29 07:01:32 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.7: * Faster (i.e., less CPU intensive) hashing on some Intel and ARM64 CPUs. * A more refined dark theme. * CORS headers in the API. * Updated set of default discovery servers. * Fix deadlock on device removal (gh#syncthing/syncthing#3596). ------------------------------------------------------------------- Sat Sep 10 23:34:18 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.6: * In sync percentages no longer go negative for large numbers of deleted files (gh#syncthing/syncthing#3496). * Files that were deleted and then ignored are no longer deleted on other devices that didn't ignore them (gh#syncthing/syncthing#3502). * Configuration is no longer moved away when perfoming an upgrade on a full drive (gh#syncthing/syncthing#3525). ------------------------------------------------------------------- Tue Aug 23 11:13:43 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.5: * Improve completion percentage calculations (gh#syncthing/syncthing#3492, gh#syncthing/syncthing#3493). * A zero progress update interval doesn't drive up CPU usage during syncing any more (gh#syncthing/syncthing#3517). * Fix virtual modtime handling, now master directories no longer become spuriously out of sync (gh#syncthing/syncthing#3516). * Remove temporary index sorting databases from disk at startup, if left over after a hard stop (gh#syncthing/syncthing#3529). * Now automatic upgrade takes more care to not leave temporaries behind or remove the original in case of upgrade failure (gh#syncthing/syncthing#3500, gh#syncthing/syncthing#3530). ------------------------------------------------------------------- Sun Aug 14 16:54:52 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.4: * Timestamps are now compared with up to nanosecond precision and synced with up to microsecond precision, depending on the filesystem in use. * Restart is no longer needed to remove devices, unshare or reconfigure directories. * Now in sync percentage is weighted to directory size, not just average of directory completion. * Improve accessibility in the GUI. * Ignores and invalid file names are now handled correctly when delta indexes are being used. * Connection switching (relay->direct) no longer causes a crash. * Old index databases (v0.11-v0.12 and v0.13) are now properly cleaned away from disk. * Syncthing no longer claims a connection was from an ignored device when the device is just unknown. ------------------------------------------------------------------- Thu Jul 28 13:03:46 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.3: * Devices no longer get stuck in "out of sync" after a disconnection. * Syncthing no longer crashes when a connection is lost before index sending has started. * Temporary index databases are now created in the home (config) directory, not the system temporary directory. ------------------------------------------------------------------- Wed Jul 27 08:24:38 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.2 (changes since 0.14.0): * Implement "delta indexes", a backwards compatible protocol enhancement. Prior to delta indexes being implemented, full index information was exchanged at every connection start. With delta indexes, only index information that has changed since last contact is transferred. * Files that grow or shrink during scanning would result in conflicts or inconsistent data after synchronisation. ------------------------------------------------------------------- Sat Jul 23 16:15:39 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.14.0: * Respect address family for listen addresses in Discovery results. * Base the sync protocol, local discovery protocol and database format on protocol buffers. * Quickly detect other local devices on restart in local discovery. * Fix race condition causing a deadlock on directory addition. * Correctly format Anonymous Usage Reporting Preview. ------------------------------------------------------------------- Mon Jun 27 20:21:34 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.13.10: * Generated directory IDs are now lower case. * Syncthing now uses shorter temporary file names, alleviating issues on encfs. * Event IDs seen in /rest/system/events are now sequential again. * Tests now pass on when building on arm64. * Directories are now marked "stopped" when missing a path, and duplicate directory IDs are not accepted. * A stalling TLS handshake no longer blocks the connection service. * The global discovery server now correctly handle IPv6 announces over IPv4 and vice versa. ------------------------------------------------------------------- Mon Jun 27 20:21:34 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.13.9 (changes since 0.13.7) * The layout of the out of sync items dialog has been improved. * Directories are now sorted by label, falling back to ID when required. * Directory name completion now works for empty names. * Directories can now be symbolic links also when using ~-relative paths. * The discovered device addresses are now shown for disconnected devices. - Enable systemd 215+ specifics on SLE 12 SP2+ and openSUSE Leap 42.2+. ------------------------------------------------------------------- Fri Jun 17 01:22:25 UTC 2016 - jacobwinski@gmail.com - Update to version 0.13.7: * Fixes the issue with the GUI being grey on startup. - Update to version 0.13.6: * v0.13.5 -no-upgrade build now requires gcc. * Favicon should not be animated. * Toggling HTTP/HTTPS breaks GUI/API. * Understand older/newer Hello messages. * Warnings on relay connectivity issues are reduced. ------------------------------------------------------------------- Sat Jun 3 20:12:32 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.13.5: * vendor: Update github.com/gobwas/glob. * cmd/syncthing: Fix upgrade of running syncthing from CLI. * cmd/syncthing: Be more explicit about how assets should be cached. * gui: Extract URL from translated string. * lib/connections: Handle wrapped connection in SetTCPOptions. * lib/relay: Correctly get IP from remote addr via proxy. * gui: Use favicon as indication for status. * gui: Fix editing devices. * gui: Show 'scanning' on unshared directories. * cmd/syncthing: Re-enable auto upgrade for dev builds. * lib/model, lib/stats: Keep track of folder's last scan time. ------------------------------------------------------------------- Thu May 26 17:01:14 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.13.4 (changes since 0.13.1): * lib/connections: Do not resolve addresses. * cmd/syncthing: Enforce stricter CSRF policy on /rest GET requests. * vendor: Replace github.com/jackpal/gateway with github.com/calmh/gateway. * lib/model: Leave temp file in place when final rename fails. * lib/model: Track puller creation times. * cmd/syncthing: Correctly set, parse and compare modified time HTTP headers. * lib/util: Add secure random numbers source. * lib/upgrade: Prefer a minor upgrade over a major. * cmd/syncthing: Do not modify events. * lib/model: Fix wild completion percentages. * cmd/syncthing: Use API to generate API Key and directory ID. * gui: Update translations. * Verbose log output (-verbose) and audit log (-audit) now contain information about changes to local files. ------------------------------------------------------------------- Thu May 19 05:54:18 UTC 2016 - liedke@rz.uni-mannheim.de - Update to version 0.13.1: * lib/config: Don't migrate non-HTTPS-URL discovery servers to new path * gui, lib: Add missing licenses * lib/connections: Correctly add port to portless tcp:// URLs ------------------------------------------------------------------- Wed May 18 08:54:32 UTC 2016 - jengelh@inai.de - Drop unnecessary systemd install-time dependencies. [bnc#980389] Only pass template units to preun (disable); no other actions are defined for them. ------------------------------------------------------------------- Tue May 17 17:13:51 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.13.0: * Devices now announce files that are in progress of being downloaded, in addition to those that are already complete. This means a device can serve parts of a file to other devices before it has completed the download itself. * Directory labels are now distinct from the directory ID. The intention is for the label to be human readable and for the ID to be machine readable and unique. When upgrading, directory IDs are not changed. However when creating new directories Syncthing will suggest a random, unique directory ID. * When receiving a connection attempt from an unknown device Syncthing will now show the name of that device, not only it's ID. * Syncthing will now manage port mappings on NAT-PMP compliant routers, in addition to the existing UPnP support. * Ignored files can now be tagged with the prefix (?d) to indicate that Syncthing may delete these files if they remain when deleting a directory. Ignore patterns use less memory by default. * The address for sync connections, both the listening side and for remote devices, can now be made IPv4- or IPv6-only. Use the tcp4:// or tcp6:// schemes to specify one or the other. The default tcp:// is still dual stack. Additionally, relays are now treated as listen addresses and set in the same configuration setting. * The directory settings dialog has been cleaned up. * The environment variable ALL_PROXY_NO_FALLBACK can be set to disable falling back to direct connections in the absence of a working proxy. * The "Syncing" complete percentage for remote devices may erroneously display more than 100% (i.e. 156% or 297%) while a remote device is still synchronising. * Many, many bug fixes. ------------------------------------------------------------------- Sat May 7 07:12:54 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.12.23: * lib/upgrade: Enforce limits on download archives. * lib/upgrade: Auto upgrade signature should cover version & arch. * gui: angular and angular-translate updates. ------------------------------------------------------------------- Sat Apr 16 19:16:23 UTC 2016 - sor.alexei@meowr.ru - Update to version 0.12.22 (boo#976937): * cmd/syncthing: Skip a calculation if timediff is zero. ------------------------------------------------------------------- Fri Mar 25 15:09:10 UTC 2016 - sor.alexei@meowr.ru - Update to 0.12.21: * lib/model: Correct handling of multiple subs when scanning. * lib/model: Properly handle deleting multiple files when doing scans with subs. * Clarify UI stuff. * Increase contrast for readonly form controls in dark theme. * ui: Improve layout of footer on narrow screens. * lib/relay/client: Log relay client messages. * ui: Better accessibility for directory & device panels. ------------------------------------------------------------------- Sun Mar 6 12:14:54 UTC 2016 - sor.alexei@meowr.ru - Update to 0.12.20: * Fix description-contains-tabs and improve description. * ui: Add a lock icon to the directory title for easy overview. * ui: Add html tooltips (title) to the directory path and syncthing version elements. * systemd: Add syncthing-resume.service. * Only test with -race on supported platforms. ------------------------------------------------------------------- Thu Feb 18 17:54:13 UTC 2016 - sor.alexei@meowr.ru - Update to 0.12.19: * Return "No such object in the index" when /rest/db/file gets called on something that doesn't exist. * Swap the corsMiddleware and the csrfMiddleware to the unauthenticated OPTIONS requests are first processed. * Report versioning usage in usage report. ------------------------------------------------------------------- Thu Feb 11 16:26:54 UTC 2016 - sor.alexei@meowr.ru - Update to 0.12.18 (changes since 0.12.16): * Add -paths option to print config, key, database paths. * Handle null case for invalid ng-model value. * Use dialer in relay checks. * Minor refactoring. ------------------------------------------------------------------- Wed Jan 27 06:26:36 UTC 2016 - sor.alexei@meowr.ru - Update to 0.12.16: * Don't require restart for usage reporting changes. * Avoid spurious scans with inotify package. ------------------------------------------------------------------- Sun Jan 17 23:12:21 UTC 2016 - sor.alexei@meowr.ru - Update to 0.12.15 (changes since 0.12.12): * Add support for themes. * Don't leak sendIndexes on disconnect. * Always run relaying when enabled. * Update 'Edit' menu to 'Action' menu. * Handle race within the job queue. * Improve API/GUI shutdown handling. * Don't crash on directory remove while pulling. ------------------------------------------------------------------- Mon Jan 11 07:46:12 UTC 2016 - sor.alexei@meowr.ru - Update to 0.12.12: * Update kardianos/osext. * Change default max conflicts to 10. * Do not conflict copy conflict copies. * Do not allow in use CSRF tokens to expire. * Add relaying to main settings dialog. * Do not resolve destination address until we need to. * More fine grained locking in discovery cache. * Add STNODEFAULTFOLDER envvar to skip default directory creation on new install. - Remove Go marcos usage for now. ------------------------------------------------------------------- Thu Jan 7 18:53:07 UTC 2016 - sor.alexei@meowr.ru - Update to 0.12.11: * Remove windows specialisation from osutil.GetLans. * Ensure loaded config is free of duplicate devices. * Show device ID QR code from edit dialog. * Don't warn about failed ignores if directory is unhealthy. * Detect non-standard hash algo and stop directory. * Disallow adding duplicate device ID in GUI. ------------------------------------------------------------------- Tue Dec 29 05:32:40 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.10: * Don't crash on stat error in ensureDir. * Consider tempfile when checking for free space. * Update kardianos/osext. * Remove fixed footer at first media break. * Update mtime of config file before upgrading. * Correct GUI asset dir handling. ------------------------------------------------------------------- Sun Dec 20 16:45:13 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.9: * Example GUI override address. * Additional output on insufficient error. * Add command line option to open GUI. * Always exit via error select, making sure reader routine is exits. * Do not verify free space for files when directory MinDiskFreePct==0. * Edit device after accepting new connection. ------------------------------------------------------------------- Mon Dec 14 17:54:15 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.8: * Correct type assertion in verbose logger, restart. * Remove Android hacks. * upnp: Use a separate error for the error unmarshalling. ------------------------------------------------------------------- Tue Dec 8 15:23:48 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.7: * Filenames added to audit log in the LocalIndexUpdated event. * staticClient.connect(): don't handshake twice. * Fix STTRACE=http (it should use the http debug logger). ------------------------------------------------------------------- Fri Dec 4 10:29:26 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.6 (changes since 0.12.4): * Update osext dependency. * Compact database on startup. * Do not chmod in Atomic on android. * Fix symlinks. * Generate ECDSA keys instead of RSA. * Take timeout into account when dialing. * Improve upgrade error messages. * Allow #urPreview to scroll in the browser. * New key for discovery-*-3. * Handle backoff on discovery. ------------------------------------------------------------------- Mon Nov 23 20:34:07 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.4: * Warn the user if they're running with an insecure looking setup. * Add remaining scanning time. * Handle sparse files. * Improved relay handling. ------------------------------------------------------------------- Mon Nov 16 14:15:34 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.3: * Fix address list in DeviceDiscovered, add debug prints. * Audit logins with new LoginAttempt event. * More local discovery URL debugging. * Made upgrade-system smarter. * Remove directory without restart. * Do not dirty blockmap key between lookups. ------------------------------------------------------------------- Tue Nov 10 14:07:23 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.2: * Change a discovery server certificate. * Fix "INFO: bug: uncached path call" log output on first startup. ------------------------------------------------------------------- Mon Nov 9 06:25:27 UTC 2015 - sor.alexei@meowr.ru - Update to 0.12.1: * Actually do negative caching on failed discovery lookups. - Correct discovery port for SUSEfirewall rule. ------------------------------------------------------------------- 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.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor