Changelog for
restic-bash-completion-0.9.4+git3.1107eef2-lp150.49.3.noarch.rpm :
* Sat Jan 12 2019 opensuse-packagingAATTopensuse.org- Update to version 0.9.4+git3.1107eef2:
* Print message in verbose mode only
* Set development version for 0.9.4
* Add version for 0.9.4
* Update manpages and auto-completion
* Generate CHANGELOG.md for 0.9.4
* Create changelog dir for 0.9.4
* release: Pull latest alpine image
* mount: Turn on DefaultPermissions for --allow-other`
* Add documentation for `--password-command`
* doc: Add more clarity to B2 application key
* Prefer https:// links in the documentation
* Fix a few typos in the FAQ doc.
* Remove moot sudo usage from documentation
* cmd: Don\'t exit if printing to stdout or stderr fails (closes #2102)
* --one-file-system unsupported on Windows
* Add changelog entry about \"DefaultPermissions\" change
* mount: Add \"no-default-permissions\" option
* mount: Enable \"DefaultPermissions\" FUSE option by default
* Add support for reading password from external command
* Update \'restic forget --keep-within\' documentation and add changelog entry
* Support time ranges expressed in hours in snapshot retention policies
* Update vendor/modules.txt
* Add entry to changelog
* gs: Respect bandwidth limiting
* Add key hinting (#2097)
* cache: Don\'t return an error for truncated files
* Rework changelog for #2085
* Allow --files-from multiple times
* Add changelog entry
* Use local time for user-provided time of backup
* Add hint which OS are supported
* stats: Add shorthand flag `-H` for host name filter
* Extend custom Duration granularity to hours and add tests
* Fix error message on Windows
* dump: Use path instead of filepath
* backup: Open repository before async status starts
* backup: Add warning when patterns do not match any files
* Add entry to changelog
* Display local time for all commands
* Add entry to CHANGELOG
* DownloadAndHash: Check error returned by Load()
* Correct summary for #1978
* index.New: Test various error conditions
* restic: Use local rand source instead of global one
* index: Add tests for error conditions
* index: Use interfaces instead of
*repository.Repository
* index: Cancel context for tests
* index: Correctly process errors listing all files
* rclone: Inject debug logger for HTTP
* Update install instructions for Arch Linux
* Fix timestamps
* Add \'recover\' command
* Correct ineffassign
* Correct typo
* Fix incorrect command name in long doc for self-update
* tiny formatting fix
* restore: Close files tested with --verify
* Add ssh binary to docker image to allow sftp repository
* Rework changelog entry
* restorer: Optimize empty file restore
* restorer: Add a note on hardlink metadata
* restore: significantly reduce memory footprint
* restore: Chang fileInfo to use snapshot location instead of target path
* restore: Fix packcache capacity math with failed downloads
* restore: Fix small memory leak in filesWriter, add tests
* restore: Rename things, match the rest of the project
* restore: Move documentation to godoc
* go mod vendor
* restore: Removed legacy restore implementation
* restore: New optimized multithreaded implementation
* Cleanup: more realistic restorer test data setup
* self-update: Check current version before download
* self-update: Use correct path to restic binary
* snapshots: Don\'t print empty line for --compact
* Set development version for 0.9.3
* Add version for 0.9.3
* Update manpages and auto-completion
* Generate CHANGELOG.md for 0.9.3
* helpers: Use version string in built binaries
* Update prepare-release
* helpers: Don\'t run sha256sums in build
* Prepare changelog for 0.9.3
* changelog: Rename issue
* Document the build and release processes
* doc: Add developer information
* Add build-release-binaries
* Move scripts/ to helpers/
* Remove build tag `release`
* Add entry to changelog
* doc: cache: fix typo
* Catch errors when walking cache directories
* Use correct method for joining paths
* Output directory size in cache command
* Add example to spot path expansion errros
* use latest instead of newest in forget language
* Escape subcommand in docker build script
* Print base directory with cache command
* Update Go version to 1.11.1 in Docker build script
* b2: simplify object iteration
* Add defaults to command line help of --cache-dir
* cache: Fix recheck logic, remove channel from inProgress
* cache: Recheck before downloading
* docker: Base image on latest alpine release
* Use `--host` for all commands, deprecate --hostname
* Add minimal docs for the top-level package
* backup: Improve error message for invalid pattern
* Reword changelog
* Add changelog unreleased file
* Expand Glob (wildcards character) in paths in file in --files-from
* docs: Explain recognizing modified files
* Add changelog entry
* Select specific Node fields for listing
* ls: Stream output when using --json option
* Sat Oct 13 2018 Marcus Rueckert
- remove unneeded BR on go which pulled 1.10 on TW and broke the build as we require 1.11 now
* Sun Sep 30 2018 Marcus Rueckert - correctly call build.go for 1.11
* Sat Sep 29 2018 Marcus Rueckert - bump to go 1.11
* Tue Aug 14 2018 mrueckertAATTsuse.de- add disable-selfupdate.patch: self update feature is sadly enabled by default.
* Wed Aug 08 2018 asaraiAATTsuse.com- Update to 0.9.2. https://github.com/restic/restic/releases/tag/v0.9.2 See installed /usr/share/doc/packages/restic/CHANGELOG.md- Remove Go 1.8 compatibility patch, now that we have newer Go versions in older Leap releases. - restic-switch-to-pre-1.8-sort.Stable-API.patch
* Sat Jul 28 2018 jengelhAATTinai.de- Substantiate program attribute claims in descriptions.
* Fri Jun 22 2018 asaraiAATTsuse.com- Update to 0.9.1. https://github.com/restic/restic/releases/tag/v0.9.1 See installed /usr/share/doc/packages/restic/CHANGELOG.md- Switch to building with the new \"go\" metapkg.- Switch to new %license macro.
* Fri Jun 22 2018 asaraiAATTsuse.com- Fix up restic-
*-completion subpackages to use Supplements (to avoid installing shells on people\'s machines when they don\'t expect it).
* Thu Jun 21 2018 mardnhAATTgmx.de- Add subpackages for command line completions for bash and zsh shells
* Thu Mar 01 2018 asaraiAATTsuse.com- Update to 0.8.3. https://github.com/restic/restic/releases/tag/v0.8.3 See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Sat Jan 13 2018 asaraiAATTsuse.com- Switch away from using build.go, and instead manually build with \"go\". This allows us to build with the older Go compilers present in Leap, as well as to build the binary as PIC and dynamic.- Add generated man pages.- In order to build with older Go compilers, add a patch. + restic-switch-to-pre-1.8-sort.Stable-API.patch
* Wed Jan 10 2018 asaraiAATTsuse.com- Update to 0.8.1. https://github.com/restic/restic/releases/tag/v0.8.1 See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Wed Jan 10 2018 asaraiAATTsuse.com- Add GPG verification of source as well as links to the source.
* Sun Dec 24 2017 mrueckertAATTsuse.de- Update to 0.8.0. This is a security release. https://github.com/restic/restic/releases/tag/v0.8.0 See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Thu Oct 05 2017 mrueckertAATTsuse.de- Update to 0.7.3. https://github.com/restic/restic/releases/tag/v0.7.3 See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Wed Aug 23 2017 mrueckertAATTsuse.de- should really be in _bindir of course
* Wed Aug 23 2017 mrueckertAATTsuse.de- update to package