summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-27 12:25:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-27 12:25:18 -0400
commit3b940de11c2fb854a3b4855e79d9d01a8e6854e4 (patch)
treec8486b368a9c5e3f69d82c4332521aef1e1db778
parent6c4ecdb10b36c6f1f6b2137a95bf7c939f676054 (diff)
add news item for git-annex 5.20150727
-rw-r--r--doc/news/version_5.20150522.mdwn30
-rw-r--r--doc/news/version_5.20150727.mdwn35
2 files changed, 35 insertions, 30 deletions
diff --git a/doc/news/version_5.20150522.mdwn b/doc/news/version_5.20150522.mdwn
deleted file mode 100644
index a14c1a3fc..000000000
--- a/doc/news/version_5.20150522.mdwn
+++ /dev/null
@@ -1,30 +0,0 @@
-git-annex 5.20150522 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * import: Refuse to import files that are within the work tree, as that
- does not make sense and could cause data loss.
- * drop: Now supports --all, --unused, and --key.
- * drop: Now defaults to --all when run in a bare repository.
- (Previously, did nothing when run in a bare repository.)
- * get, move, copy, mirror: Concurrent transfers are now supported!
- For example: git-annex get -J10
- However, progress bars are not yet displayed for concurrent transfers,
- pending an updated version of the ascii-progress library.
- * --quiet now makes progress output by rsync, wget, etc be quiet too.
- * Take space that will be used by other running downloads into account when
- checking annex.diskreserve.
- * Avoid accumulating transfer failure log files unless the assistant is
- being used.
- * Fix an unlikely race that could result in two transfers of the same key
- running at once.
- * Stale transfer lock and info files will be cleaned up automatically
- when get/unused/info commands are run.
- * unused: Add --used-refspec option and annex.used-refspec, which can
- specify a set of refs to consider used, rather than the default of
- considering all refs used.
- * webapp: Fix zombie xdg-open process left when opening file browser.
- Closes: #[785498](http://bugs.debian.org/785498)
- * Safer posix fctnl locking implementation, using lock pools and STM.
- * Build documentation with TZ=UTC for reproducible builds. See #785736.
- * OSX: Corrected the location of trustedkeys.gpg, so the built-in
- upgrade code will find it. Fixes OSX upgrade going forward, but
- older versions won't upgrade themselves due to this problem."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20150727.mdwn b/doc/news/version_5.20150727.mdwn
new file mode 100644
index 000000000..9bbe6c3ba
--- /dev/null
+++ b/doc/news/version_5.20150727.mdwn
@@ -0,0 +1,35 @@
+git-annex 5.20150727 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix bug that prevented uploads to remotes using new-style chunking
+ from resuming after the last successfully uploaded chunk.
+ * Switched option parsing to use optparse-applicative. This was a very large
+ and invasive change, and may have caused some minor behavior changes to
+ edge cases of option parsing. (For example, the metadata command no
+ longer accepts the combination of --get and --set, which never actually
+ worked.)
+ * Bash completion file is now included in the git-annex source tree,
+ and installed into Debian package (and any other packages built using make
+ install). This bash completion is generated by the option parser, so it
+ covers all commands, all options, and will never go out of date!
+ * As well as tab completing "git-annex" commands, "git annex" will also tab
+ complete. However, git's bash completion script needs a patch,
+ which I've submitted, for this to work prefectly.
+ * version --raw now works when run outside a git repository.
+ * assistant --startdelay now works when run outside a git repository.
+ * dead now accepts multiple --key options.
+ * addurl now accepts --prefix and --suffix options to adjust the
+ filenames used.
+ * sync --content: Fix bug that caused files to be uploaded to eg,
+ more archive remotes than wanted copies, only to later be dropped
+ to satisfy the preferred content settings.
+ * importfeed: Improve detection of known items whose url has changed,
+ and avoid adding redundant files. Where before this only looked at
+ permalinks in rss feeds, it now also looks at guids.
+ * importfeed: Look at not only permalinks, but now also guids
+ to identify previously downloaded files.
+ * Webapp: Now features easy setup of git-annex repositories on gitlab.com.
+ * Adjust debian build deps: The webapp can now build on arm64, s390x
+ and hurd-i386. WebDAV support is also available on those architectures.
+ * Debian package now maintained by Richard Hartmann.
+ * Support building without persistent database on for systems that
+ lack TH. This removes support for incremental fsck."""]] \ No newline at end of file