summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-05-06 09:28:34 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-05-06 09:28:34 -0500
commit454e09d1d65ab0928d19e124733b64a21b3ed554 (patch)
treed4267255e6e42a170acbc433e0eb95aa48b94c30
parent1969be04e54ad162329001d4b09ebfcf162a6808 (diff)
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20feded5..c3c3ca3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+commit 1969be04e54ad162329001d4b09ebfcf162a6808
+Author: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ 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 <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ Start work on 0.15.1
+
+commit 60488069c08201cbfbc661a3e7bd1fafa31fceed
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update ChangeLog
+
commit 9225bfa6918cfd488c8f1055cf986b542f1f157e
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>