summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-21 15:27:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-21 15:27:24 -0400
commit441111cab523215c6e4d0ac5095b63fe0187d14b (patch)
treeeb454366c97981037a858f7f64abfb2a5952d647 /debian/changelog
parent55c0fc2772dd35a0426f92aa5488ba9f09b8c5ab (diff)
webapp: Automatically install Konqueror integration scripts to get and drop files.
Based on the example from the tip, but modified to cd into the repo before running git-annex, since konqueror does not. Also, at least on my system, the directory is ~/.kde, not ~/.kde4. (konqueror 4.12.4) This commit was sponsored by Jürgen Peters.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 81d222d07..964161d85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git-annex (5.20140718) UNRELEASED; urgency=medium
+
+ * webapp: Automatically install Konqueror integration scripts
+ to get and drop files.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400
+
git-annex (5.20140717) unstable; urgency=high
* Fix minor FD leak in journal code. Closes: #754608