diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-10-31 17:17:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-10-31 17:17:03 -0400 |
commit | c5d9c0d6b641115072137703c61d54229077778a (patch) | |
tree | 8f396a7a3172885b0097ecf60f182204859955c9 /debian | |
parent | 2a6e353c205a6c2c8b8e2eaf85fe9c585c1af0cd (diff) | |
download | ikiwiki-c5d9c0d6b641115072137703c61d54229077778a.tar ikiwiki-c5d9c0d6b641115072137703c61d54229077778a.tar.gz |
* Avoid a race in the git rcs_commit function, by not assuming HEAD will
stay the same for the duration of the function.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3817f142a..325a61de0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ ikiwiki (2.12) UNRELEASED; urgency=low page name to be expired and reused for several distinct guids. When this happened, the expiry code counted each past guid that had used that page name as a currently existing page, and thus expired too many pages. + * Avoid a race in the git rcs_commit function, by not assuming HEAD will + stay the same for the duration of the function. - -- Joey Hess <joeyh@debian.org> Tue, 30 Oct 2007 22:47:36 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 31 Oct 2007 17:11:12 -0400 ikiwiki (2.11) unstable; urgency=low |