Walter Klust <wklust@elego.de>


Found
r1330410, r1298764

r1298764 | stsp | 2012-03-09 09:25:10 +0000 (Fri, 09 Mar 2012)

*  publish/news.html,
   publish/index.html: Fix date of 1.7.4 release news entry.

Found by: Walter Klust <walter.klust@elego.de>


r1330410 | stsp | 2012-04-25 16:45:27 +0000 (Wed, 25 Apr 2012)

Fix an error leak in the hook script invocation code.

* subversion/libsvn_repos/hooks.c
  (run_hook_cmd): If check_hook_result() returns an error, do not leak this
    error and do not attempt to read output from a hook that wasn't started.

Reported by: Walter Klust <wklust@elego.de>