aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-26 12:35:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-26 12:35:39 -0400
commit84f578b8d5b60970516140b0a9f74e44b8dcb2c9 (patch)
treecf239da8621ecc5af5f8a12e9d03d0beb22b1b9a
parent977f5881e9d0f20d3871da1b7be5ce600372d006 (diff)
releasing version 3.201211263.20121126
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rw-r--r--git-annex.cabal2
3 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 03caa4907..b24b102d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-git-annex (3.20121113) UNRELEASED; urgency=low
+git-annex (3.20121126) unstable; urgency=low
* New webdav and Amazon glacier special remotes.
* Display a warning when a non-existing file or directory is specified.
- * Show error messages to user when testing XMPP creds.
+ * webapp: Added configurator for Box.com.
+ * webapp: Show error messages to user when testing XMPP creds.
* Fix build of assistant without yesod.
* webapp: The list of repositiories refreshes when new repositories are
added, including when new repository configurations are pushed in from
@@ -18,13 +19,14 @@ git-annex (3.20121113) UNRELEASED; urgency=low
committed to the repository, by setting embedcreds=yes|no when running
initremote.
* Added smallarchive repository group, that only archives files that are
- in archive directories.
+ in archive directories. Used by default for glacier when set up in the
+ webapp.
* assistant: Fixed handling of toplevel archive directory and
client repository group.
* assistant: Apply preferred content settings when a new symlink
is created, or a symlink gets renamed. Made archive directories work.
- -- Joey Hess <joeyh@debian.org> Tue, 13 Nov 2012 13:17:07 -0400
+ -- Joey Hess <joeyh@debian.org> Mon, 26 Nov 2012 11:37:49 -0400
git-annex (3.20121112) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f5215e540..03723dec7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Build-Depends:
debhelper (>= 9),
ghc (>= 7.4),
- libghc-mtl-dev (>= 2.1.1-1),
+ libghc-mtl-dev (>= 2.1.1),
libghc-missingh-dev,
libghc-hslogger-dev,
libghc-pcre-light-dev,
diff --git a/git-annex.cabal b/git-annex.cabal
index c79b305f3..5e3db34c0 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 3.20121113
+Version: 3.20121126
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>