- #1511 sync init crashes if client certification file is empty or invalid
        (thanks to Marton Suranyi).

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Marton Suranyi 2014-01-31 08:59:33 -05:00 committed by Paul Beckingham
parent 27d879540c
commit c7ebe6b3e2
3 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,8 @@ Features
+ Old-style color names including underscores are no longer supported.
Bugs
+ #1511 sync init crashes if client certification file is empty or invalid
(thanks to Marton Suranyi).
+ #1503 build failure with musl libc due to undefined GLOB_BRACE and GLOB_TILDE
(thanks to Natanael Copa)
+ #1473 Make TASK_RCDIR customizable (thanks to Elias Probst).