summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/bugs/Zombie_processes_and__47__or_stuck_git_processes.mdwn2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4948dbf33..1a8e31718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ git-annex (4.20131102) UNRELEASED; urgency=low
* Fix enabling of gcrypt repository accessed over ssh;
git-annex-shell gcryptsetup had a bug that caused it to fail
with permission denied.
+ * Fix zombie process that occurred when switching between repository
+ views in the webapp.
-- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400
diff --git a/doc/bugs/Zombie_processes_and__47__or_stuck_git_processes.mdwn b/doc/bugs/Zombie_processes_and__47__or_stuck_git_processes.mdwn
index 433be1e91..e7ff53723 100644
--- a/doc/bugs/Zombie_processes_and__47__or_stuck_git_processes.mdwn
+++ b/doc/bugs/Zombie_processes_and__47__or_stuck_git_processes.mdwn
@@ -40,3 +40,5 @@ git-annex assistant is currently running. Here is the output of **ps -A u | gre
31812 pts/2 Z 0:00 [git-annex] <defunct>
31835 ? Ss 0:02 ssh: .git/annex/ssh/example.net [mux]
"""]]
+
+> [[fixed|done]] --[[Joey]]