summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-30 14:54:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-30 14:54:07 -0400
commit0039e2275a038a56047a943fd5b991c939fc2811 (patch)
tree0f5d7308c38bf3a206b4643398504fcd8b20d478 /doc/news
parent31b294788c893cfc162c058d9d0b6e4b64d71d9d (diff)
add news item for git-annex 5.20131230
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20131120.mdwn11
-rw-r--r--doc/news/version_5.20131230.mdwn20
2 files changed, 20 insertions, 11 deletions
diff --git a/doc/news/version_5.20131120.mdwn b/doc/news/version_5.20131120.mdwn
deleted file mode 100644
index 0470e3336..000000000
--- a/doc/news/version_5.20131120.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-git-annex 5.20131120 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix Debian package to not try to run test suite, since haskell-tasty
- is not out of new or in Build-Depends yet.
- * dropunused, addunused: Allow "all" instead of a range to
- act on all unused data.
- * Ensure execute bit is set on directories when core.sharedrepository is set.
- * Ensure that core.sharedrepository is honored when creating the .git/annex
- directory.
- * Improve repair code in the case where the index file is corrupt,
- and this hides other problems from git fsck."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20131230.mdwn b/doc/news/version_5.20131230.mdwn
new file mode 100644
index 000000000..552d7ec44
--- /dev/null
+++ b/doc/news/version_5.20131230.mdwn
@@ -0,0 +1,20 @@
+git-annex 5.20131230 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Added new external special remote interface.
+ * importfeed: Support youtube playlists.
+ * Add tasty to build-depends, so that test suite builds again.
+ (tasty was stuck in incoming.)
+ * Fix typo in test suite.
+ * Fix bug in Linux standalone build's shimming that broke git-annex-shell.
+ * Include git-receive-pack, git-upload-pack, git, and git-shell wrappers
+ in the Linux standalone build, and OSX app, so they will be available
+ when it's added to PATH.
+ * addurl, importfeed: Sanitize | and some other symbols and special
+ characters.
+ * Auto-upgrade v3 indirect repos to v5 with no changes.
+ This also fixes a problem when a direct mode repo was somehow set to v3
+ rather than v4, and so the automatic direct mode upgrade to v5 was not
+ done.
+ * Android: Avoid trying to use Android's own ionice, which does not
+ allow specifying a command to run. Fixes transferring files to/from
+ android and probably a few other things."""]] \ No newline at end of file