aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-16 12:32:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-16 12:32:13 -0400
commit335334273f8f43ca6c5ca3bb798849d7d88ca6ea (patch)
tree28aa67bd586e4eae3fe02b6333c320c177755f31 /doc
parent3eb6119fdf8ce4b7fda1d7c0d3f8acf1eae07e58 (diff)
add news item for git-annex 5.20140116
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_5.20131130.mdwn4
-rw-r--r--doc/news/version_5.20140116.mdwn21
2 files changed, 21 insertions, 4 deletions
diff --git a/doc/news/version_5.20131130.mdwn b/doc/news/version_5.20131130.mdwn
deleted file mode 100644
index f1430e3b5..000000000
--- a/doc/news/version_5.20131130.mdwn
+++ /dev/null
@@ -1,4 +0,0 @@
-git-annex 5.20131130 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * init: Fix a bug that caused git annex init, when run in a bare
- repository, to set core.bare=false."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20140116.mdwn b/doc/news/version_5.20140116.mdwn
new file mode 100644
index 000000000..f107f2672
--- /dev/null
+++ b/doc/news/version_5.20140116.mdwn
@@ -0,0 +1,21 @@
+git-annex 5.20140116 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Added tahoe special remote.
+ * external special remote protocol: Added GETGITDIR, and GETAVAILABILITY.
+ * Refuse to build with git older than 1.7.1.1, which is needed for
+ git checkout -B
+ * map: Fix display of v5 direct mode repos.
+ * repair: Support old git versions from before git fsck --no-dangling was
+ implemented.
+ * Fix a long-standing bug that could cause the wrong index file to be used
+ when committing to the git-annex branch, if GIT\_INDEX\_FILE is set in the
+ environment. This typically resulted in git-annex branch log files being
+ committed to the master branch and later showing up in the work tree.
+ (These log files can be safely removed.)
+ * assistant: Detect if .git/annex/index is corrupt at startup, and
+ recover.
+ * repair: Fix bug in packed refs file exploding code that caused a .gitrefs
+ directory to be created instead of .git/refs
+ * Fix FTBFS on mipsel and sparc due to test suite not being available
+ on those architectures.
+ * Android: Avoid passing --clobber to busybox wget."""]] \ No newline at end of file