diff options
author | Joey Hess <id@joeyh.name> | 2014-12-03 16:48:05 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-03 16:48:05 -0400 |
commit | f50def68ba0ca5d2552a8bca2506a3c28c0fca6c (patch) | |
tree | 0f2fdbdcb211d2f6391fd4324d98233fbae03da0 /doc/news | |
parent | 94496720b17dab59a0a55f47a62f202d0f207d58 (diff) |
add news item for git-annex 5.20141203
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_5.20140926.mdwn | 5 | ||||
-rw-r--r-- | doc/news/version_5.20140927.mdwn | 6 | ||||
-rw-r--r-- | doc/news/version_5.20141203.mdwn | 28 |
3 files changed, 28 insertions, 11 deletions
diff --git a/doc/news/version_5.20140926.mdwn b/doc/news/version_5.20140926.mdwn deleted file mode 100644 index 289dd0bbf..000000000 --- a/doc/news/version_5.20140926.mdwn +++ /dev/null @@ -1,5 +0,0 @@ -git-annex 5.20140926 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Depend on new enough git for --no-gpg-sign to work. Closes: #[762446](http://bugs.debian.org/762446) - * Work around failure to build on mips by using cabal, not Setup, - to build in debian/rules."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20140927.mdwn b/doc/news/version_5.20140927.mdwn deleted file mode 100644 index 9aabf1594..000000000 --- a/doc/news/version_5.20140927.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -git-annex 5.20140927 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Really depend (not just build-depend) on new enough git for --no-gpg-sign - to work. Closes: #[763057](http://bugs.debian.org/763057) - * Add temporary workaround for bug #763078 which broke building on armel - and armhf."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20141203.mdwn b/doc/news/version_5.20141203.mdwn new file mode 100644 index 000000000..878dfffb0 --- /dev/null +++ b/doc/news/version_5.20141203.mdwn @@ -0,0 +1,28 @@ +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 |