summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-22 16:17:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-22 16:17:42 -0400
commit0c2026f3d4109e810b050090b44bb406b6a11954 (patch)
tree8c3a59d86fc2b443b6b90143a1c1d42c90ddb245
parent811748baec930d820da215a436f0793b2343f716 (diff)
add news item for git-annex 5.20150522
-rw-r--r--doc/news/version_5.20150406.mdwn33
-rw-r--r--doc/news/version_5.20150522.mdwn30
2 files changed, 30 insertions, 33 deletions
diff --git a/doc/news/version_5.20150406.mdwn b/doc/news/version_5.20150406.mdwn
deleted file mode 100644
index e4dfe0043..000000000
--- a/doc/news/version_5.20150406.mdwn
+++ /dev/null
@@ -1,33 +0,0 @@
-git-annex 5.20150406 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Prevent git-ls-files from double-expanding wildcards when an
- unexpanded wildcard is passed to a git-annex command like add or find.
- * Fix make build target. Thanks, Justin Geibel.
- * Fix GETURLS in external special remote protocol to strip
- downloader prefix from logged url info before checking for the
- specified prefix.
- * importfeed: Avoid downloading a redundant item from a feed whose
- guid has been downloaded before, even when the url has changed.
- * importfeed: Always store itemid in metadata; before this was only
- done when annex.genmetadata was set.
- * Relax debian package dependencies to git &gt;= 1:1.8.1 rather
- than needing &gt;= 1:2.0.
- * test: Fix --list-tests
- * addurl --file: When used with a special remote that claims
- urls and checks their contents, don't override the user's provided
- filename with filenames that the special remote suggests. Also,
- don't allow adding the url if the special remote says it contains
- multiple files.
- * import: --deduplicate and --cleanduplicates now output the keys
- corresponding to duplicated files they process.
- * expire: New command, for expiring inactive repositories.
- * fsck: Record fsck activity for use by expire command.
- * Fix truncation of parameters that could occur when using xargs git-annex.
- * Significantly sped up processing of large numbers of directories
- passed to a single git-annex command.
- * version: Add --raw
- * init: Improve fifo test to detect NFS systems that support fifos
- but not well enough for sshcaching.
- * --quiet now suppresses progress displays from eg, rsync.
- (The option already suppressed git-annex's own built-in progress
- displays.)"""]] \ No newline at end of file
diff --git a/doc/news/version_5.20150522.mdwn b/doc/news/version_5.20150522.mdwn
new file mode 100644
index 000000000..a14c1a3fc
--- /dev/null
+++ b/doc/news/version_5.20150522.mdwn
@@ -0,0 +1,30 @@
+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