summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-05 14:34:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-05 14:34:16 -0400
commit953fc5bf47183a61d93f406b288efcfe019403c7 (patch)
tree76bdb190a1278b70037cca42fe78387d3586038c
parentd02b6d0ec35393cdddffb1006e6df9529517705d (diff)
add news item for git-annex 5.20150205
-rw-r--r--doc/news/version_5.20141203.mdwn28
-rw-r--r--doc/news/version_5.20150205.mdwn34
2 files changed, 34 insertions, 28 deletions
diff --git a/doc/news/version_5.20141203.mdwn b/doc/news/version_5.20141203.mdwn
deleted file mode 100644
index 878dfffb0..000000000
--- a/doc/news/version_5.20141203.mdwn
+++ /dev/null
@@ -1,28 +0,0 @@
-git-annex 5.20141203 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * proxy: New command for direct mode repositories, allows bypassing
- the direct mode guard in a safe way to do all sorts of things
- including git revert, git mv, git checkout ...
- * undo: New command to undo the most recent change to a file
- or to the contents of a directory.
- * Add undo action to nautilus and konqueror integration.
- * diffdriver: New git-annex command, to make git external diff drivers
- work with annexed files.
- * pre-commit: Block partial commit of unlocked annexed file, since
- that left a typechange staged in index due to some infelicity of git's
- handling of partial commits.
- * Work around behavior change in lsof 4.88's -F output format.
- * S3: Switched to using the haskell aws library.
- * S3: No longer buffers entire files in memory when uploading without
- chunking.
- * S3: When built with a new enough version of the haskell aws library,
- supports doing multipart uploads, in order to store extremely large
- files in S3 when not using chunking.
- * Don't show "(gpg)" when decrypting the remote encryption cipher,
- since this could be taken to read that's the only time git-annex
- runs gpg, which is not the case.
- * Debian package is now maintained by Gergely Nagy.
- * Windows: Remove Alt+A keyboard shortcut, which turns out to have scope
- outside the menus.
- * Windows: Install ssh and other bundled programs to Git/cmd,
- instead of Git/bin, since the latter is not in the default msysgit PATH."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20150205.mdwn b/doc/news/version_5.20150205.mdwn
new file mode 100644
index 000000000..778705dbc
--- /dev/null
+++ b/doc/news/version_5.20150205.mdwn
@@ -0,0 +1,34 @@
+git-annex 5.20150205 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * info: Can now display info about a given uuid.
+ * Added to remote/uuid info: Count of the number of keys present
+ on the remote, and their size. This is rather expensive to calculate,
+ so comes last and --fast will disable it.
+ * info remote: Include the date of the last sync with the remote.
+ * sync: Added --message/-m option like git commit.
+ * remotedaemon: Fix problem that could prevent ssh connections being
+ made after two LOSTNET messages were received in a row (perhaps due to
+ two different network interfaces being brought down).
+ * Fix build failure when wget is not installed.
+ * Fix wording of message displayed when unable to get a file that
+ is available in untrusted repositories.
+ * addurl: When a Content-Disposition header suggests a filename to use,
+ addurl will consider using it, if it's reasonable and doesn't conflict
+ with an existing file. (--file overrides this)
+ * Fix default repository description created by git annex init,
+ which got broken by the relative path changes in the last release.
+ * init: Repository tuning parameters can now be passed when initializing a
+ repository for the first time. For details, see
+ http://git-annex.branchable.com/tuning/
+ * merge: Refuse to merge changes from a git-annex branch of a repo
+ that has been tuned in incompatible ways.
+ * Support annex.tune.objecthash1, annex.tune.objecthashlower, and
+ annex.tune.branchhash1.
+ * Remove support for building without cryptohash.
+ * Added MD5 and MD5E backends.
+ * assistant: Fix local pairing when ssh pubkey comment contains spaces.
+ * Avoid using fileSize which maxes out at just 2 gb on Windows.
+ Instead, use hFileSize, which doesn't have a bounded size.
+ Fixes support for files &gt; 2 gb on Windows.
+ * Windows: Fix running of the pre-commit-annex hook.
+ * Windows: Fix S3 special remote; need to call withSocketsDo. Thanks, Trent."""]] \ No newline at end of file