From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E85659CA5 for ; Mon, 15 Feb 2016 15:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F66BE0810; Mon, 15 Feb 2016 15:01:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B3EEE0810 for ; Mon, 15 Feb 2016 15:01:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 225B63406C2 for ; Mon, 15 Feb 2016 15:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96948CFF for ; Mon, 15 Feb 2016 15:01:15 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1453492672.cded32f748fcbdb00c4d13b6bda8b799f5884065.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.20.x commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: cded32f748fcbdb00c4d13b6bda8b799f5884065 X-VCS-Branch: 0.20.x Date: Mon, 15 Feb 2016 15:01:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1a9ad2a4-d165-45d3-86f3-aa112e18d8e3 X-Archives-Hash: ac5993a81d7af0b33efc8378a5e0bac2 commit: cded32f748fcbdb00c4d13b6bda8b799f5884065 Author: William Hubbs gmail com> AuthorDate: Fri Jan 22 19:57:52 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jan 22 19:57:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=cded32f7 update changelog ChangeLog | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3368eb..13ab95e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +commit f93396793a384afd6d8b82744fa260dd954e0f51 +Author: William Hubbs +Commit: William Hubbs + + add back deprecation warnings lost during refactoring + +commit c79b6d47304e14685b3be516e203080bd77f22a4 +Author: William Hubbs +Commit: William Hubbs + + fix tests + + X-Gentoo-Bug: 572602 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572602 + +commit 3f8eb261ac46abdec3a42d4967e95d16efc3d65a +Author: William Hubbs +Commit: William Hubbs + + librc: Complain when a real and virtual service have the same name + +commit 505af695d8bebdf468ada0899931554b31b4d22c +Author: William Hubbs +Commit: William Hubbs + + openrc-run: in verbose mode, log execution of the shell script + + This is to show when openrc-run runs the openrc-run.sh script; it is + used for debugging. + +commit f419d8b03aeb26739d11b79a899af2ad0a0a7b89 +Author: Colin Booth +Commit: William Hubbs + + sh/s6.sh: update s6-svc syntax to be valid for 2.2.0.0+ + + The s6-svc syntax changed for wait-up, wait-ready, wait-down, and + wait-finished. This changes the s6 handling script to use the current + valid syntax. + + This fixes #65. + +commit fd699ddf2f266c98d7ada3409b94233eb4b23b9a +Author: William Hubbs +Commit: William Hubbs + + start 0.20.4 + +commit 66651180a7c9392c44f7baa4a2a11298a5f79f8a +Author: William Hubbs +Commit: William Hubbs + + update change log + commit 7d63dc928ca02dc9ab654078c5c1ed0b6bb017d9 Author: William Hubbs Commit: William Hubbs @@ -1447,11 +1501,3 @@ Commit: William Hubbs Add a new variable, ${TOP}, to the top level makefile, which points to the path of the source tree. - -commit cddb4aad08615420320f75050042d946b18d2bb5 -Author: Will Miles -Commit: William Hubbs - - Fix off-by-one error in --test argument printout in start-stop-daemon. - - Fixes #34.