aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog31
-rw-r--r--doc/todo/windows_support.mdwn2
-rw-r--r--git-annex.cabal2
3 files changed, 19 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index d8f63f8d0..6a58235f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,10 @@
-git-annex (5.20140307) UNRELEASED; urgency=medium
+git-annex (5.20140320) unstable; urgency=medium
* Fix zombie leak and general inneficiency when copying files to a
local git repo.
+ * Fix ssh connection caching stop method to work with openssh 6.5p1,
+ which broke the old method.
* webapp: Added a "Sync now" item to each repository's menu.
- * unused: In direct mode, files that are deleted from the work tree
- are no longer incorrectly detected as unused.
- * repair: Improve memory usage when git fsck finds a great many broken
- objects.
* webapp: Use securemem for constant time auth token comparisons.
* copy --fast --to remote: Avoid printing anything for files that
are already believed to be present on the remote.
@@ -14,28 +12,31 @@ git-annex (5.20140307) UNRELEASED; urgency=medium
the repository's description will now fail when multiple repositories
match, rather than picking a repository at random.
(So will --in=)
- * Fix ssh connection caching stop method to work with openssh 6.5p1,
- which broke the old method.
* Better workaround for problem umasks when eg, setting up ssh keys.
* "standard" can now be used as a first-class keyword in preferred content
expressions. For example "standard or (include=otherdir/*)"
- * Avoid encoding errors when using the unused log file.
- * vicfg: Allows editing preferred content expressions for groups.
* groupwanted can be used in preferred content expressions.
+ * vicfg: Allows editing preferred content expressions for groups.
+ * Improve behavior when unable to parse a preferred content expression
+ (thanks, ion).
* metadata: Add --get
* metadata: Support --key option (and some other ones like --all)
- * map: Fix crash when one of the remotes of a repo is a local directory
- that does not exist, or is not a git repo.
- * rsync special remote: Fix slashes when used on Windows.
* For each metadata field, there's now an automatically maintained
"$field-lastchanged" that gives the date of the last change to that
field. Also the "lastchanged" field for the date of the last change
to any of a file's metadata.
+ * unused: In direct mode, files that are deleted from the work tree
+ and so have no content present are no longer incorrectly detected as
+ unused.
+ * Avoid encoding errors when using the unused log file.
+ * map: Fix crash when one of the remotes of a repo is a local directory
+ that does not exist, or is not a git repo.
+ * repair: Improve memory usage when git fsck finds a great many broken
+ objects.
* Windows: Fix some filename encoding bugs.
- * Improve behavior when unable to parse a preferred content expression
- (thanks, ion).
+ * rsync special remote: Fix slashes when used on Windows.
- -- Joey Hess <joeyh@debian.org> Thu, 06 Mar 2014 16:17:01 -0400
+ -- Joey Hess <joeyh@debian.org> Thu, 20 Mar 2014 13:21:12 -0400
git-annex (5.20140306) unstable; urgency=high
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index af78d517f..0afcbb4fe 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -127,3 +127,5 @@ Options:
of lots of yesod dependency chain to export modules referenced by TH
splices, like had to be done on Android. Horrible pain. Ugly as hell.
2. Make a helper program with the XMPP support in it, that does not use TH.
+3. Swich to a different XMPP client library, like
+ <http://hackage.haskell.org/package/pontarius-xmpp>
diff --git a/git-annex.cabal b/git-annex.cabal
index d4da142a3..2ac1c4f13 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 5.20140306
+Version: 5.20140320
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <joey@kitenet.net>