aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-10 14:02:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-10 14:04:43 -0400
commit5ebfd2c11131fe9feca67d932d3bde0ebb20e2b7 (patch)
treebdff6adb4284f406e9d629c1475283bfccd02e85
parenta690b8755fb077fad78e1388969adb5df66b5bf7 (diff)
changelog
-rw-r--r--debian/changelog12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 03db2274c..cd9fb3b6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
git-annex (3.20121018) UNRELEASED; urgency=low
+ * assistant: Can use XMPP to notify other nodes about pushes, as well
+ as pushing to them over XMPP.
+ * webapp: Now supports pairing over XMPP.
* assistant: Now drops non-preferred content.
* assistant: Now notices, and applies config changes
as they are made to the git-annex branch, including config changes
pushed in from remotes.
+ * git-annex-shell: GIT_ANNEX_SHELL_DIRECTORY can be set to limit it
+ to operating on a specified directory.
+ * webapp: When setting up authorized_keys, use GIT_ANNEX_SHELL_DIRECTORY.
* Preferred content path matching bugfix.
* Preferred content expressions cannot use "in=".
* Preferred content expressions can use "present".
@@ -12,7 +18,6 @@ git-annex (3.20121018) UNRELEASED; urgency=low
exception-safe versions of SampleVar and QSemN.
Thanks, Ben Gamari for an excellent patch set.
* file:/// URLs can now be used with the web special remote.
- * OSX: Stop installing non-self-contained webapp into Desktop directory.
* webapp: Allow dashes in ssh key comments when pairing.
* uninit: Check and abort if there are symlinks to annexed content that
are not checked into git.
@@ -27,8 +32,6 @@ git-annex (3.20121018) UNRELEASED; urgency=low
* NetWatcher: When dbus connection is lost, try to reconnect.
* Use USER and HOME environment when set, and only fall back to getpwent,
which doesn't work with LDAP or NIS.
- * assistant: Can use XMPP to notify other nodes about pushes, as well
- as pushing to them over XMPP.
* rsync special remote: Include annex-rsync-options when running rsync
to test a key's presence.
* The standalone tarball's runshell now takes care of installing a
@@ -40,9 +43,6 @@ git-annex (3.20121018) UNRELEASED; urgency=low
* webapp: Generate better git remote names.
* webapp: Ensure that rsync special remotes are enabled using the same
name they were originally created using.
- * git-annex-shell: GIT_ANNEX_SHELL_DIRECTORY can be set to limit it
- to operating on a specified directory.
- * webapp: When setting up authorized_keys, use GIT_ANNEX_SHELL_DIRECTORY.
* Bugfix: Fix hang in webapp when setting up a ssh remote with an absolute
path.