diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-14 15:44:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-14 15:52:00 -0400 |
commit | 28c3b4fdda5809b18f7a046a1923ab2fb5c1b157 (patch) | |
tree | 13d674c1c4d60c4604699af6738ffaf9e0598e18 /debian/changelog | |
parent | c43e4de3495d8574e731d756c9c6e468d028b01e (diff) |
Windows: Fix locking issue that prevented the webapp starting (since 5.20140707).
Reversion introduced in 89c188fac37c20c40b0a9dabeb35403cfa4e4f52.
The locking code was wrong; the webapp re-ran itself, saw pid was locked,
and so didn't start!
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 843f1b87a..5cefc2888 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ git-annex (5.20140710) UNRELEASED; urgency=medium resolver. * Deal with change in git 2.0 that made indirect mode merge conflict resolution leave behind old files. + * Windows: Fix locking issue that prevented the webapp starting + (since 5.20140707). -- Joey Hess <joeyh@debian.org> Wed, 09 Jul 2014 23:29:21 -0400 |