summaryrefslogtreecommitdiff
path: root/doc/news/version_5.20150113.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-13 12:22:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-13 12:22:18 -0400
commit6f2eee889c9ff44bee5fd0a02126acc042ea3dde (patch)
tree3b4f743b63f8733b86ad6c0d3e46aff320d375bd /doc/news/version_5.20150113.mdwn
parent947d3e385966c36ad695639602faffa32d4f8b31 (diff)
add news item for git-annex 5.20150113
Diffstat (limited to 'doc/news/version_5.20150113.mdwn')
-rw-r--r--doc/news/version_5.20150113.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/news/version_5.20150113.mdwn b/doc/news/version_5.20150113.mdwn
new file mode 100644
index 000000000..b1730a93e
--- /dev/null
+++ b/doc/news/version_5.20150113.mdwn
@@ -0,0 +1,25 @@
+git-annex 5.20150113 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * unlock: Don't allow unlocking files that have never been committed to git
+ before, to avoid an intractable problem that prevents the pre-commit
+ hook from telling if such a file is intended to be an annexed file or not.
+ * Avoid re-checksumming when migrating from hash to hashE backend.
+ Closes: #[774494](http://bugs.debian.org/774494)
+ * Fix build with process 1.2.1.0.
+ * Android: Provide a version built with -fPIE -pie to support Android 5.0.
+ * sync: Fix an edge case where syncing in a bare repository would try to
+ merge and so fail.
+ * Check git version at runtime, rather than assuming it will be the same
+ as the git version used at build time when running git-checkattr and
+ git-branch remove.
+ * Switch to using relative paths to the git repository.
+ - This allows the git repository to be moved while git-annex is running in
+ it, with fewer problems.
+ - On Windows, this avoids some of the problems with the absurdly small
+ MAX\_PATH of 260 bytes. In particular, git-annex repositories should
+ work in deeper/longer directory structures than before.
+ * Generate shorter keys for WORM and URL, avoiding keys that are longer
+ than used for SHA256, so as to not break on systems like Windows that
+ have very small maximum path length limits.
+ * Bugfix: A file named HEAD in the work tree could confuse some git commands
+ run by git-annex."""]] \ No newline at end of file