commit: 454e09d1d65ab0928d19e124733b64a21b3ed554 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Wed May 6 14:28:34 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed May 6 14:28:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=454e09d1
Update ChangeLog ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/ChangeLog b/ChangeLog index 20feded..c3c3ca3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +commit 1969be04e54ad162329001d4b09ebfcf162a6808 +Author: Jakob Drexel <[email protected]> +Commit: William Hubbs <[email protected]> + + librc: Fix crash if the service name is the same as the including runlevel + + If a service has the same name as the runlevel it is in, openrc will + crash on changing to such runlevel. It goes in a recursive madness and + eventually gets a SEGV while in snprintf (don't know why). + + This fixes two errors: + 1. ls_dir stats files not with full path -> stat always returns != 0 + 2. ls_dir adds files to list if stat failed + + This fixes #53. + + X-Gentoo-Bug: 537304 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=537304 + +commit ae6039356177a9030adc93b025f487e7a4df05aa +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + Start work on 0.15.1 + +commit 60488069c08201cbfbc661a3e7bd1fafa31fceed +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + update ChangeLog + commit 9225bfa6918cfd488c8f1055cf986b542f1f157e Author: William Hubbs <[email protected]> Commit: William Hubbs <[email protected]>
