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 53693138222 for ; Fri, 6 May 2016 13:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3838E0848; Fri, 6 May 2016 13:21:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58F3AE0848 for ; Fri, 6 May 2016 13:21:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E1A234085D for ; Fri, 6 May 2016 13:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28F01856 for ; Fri, 6 May 2016 13:20:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1462540357.d0a7227898d508370a541901fa7d345d23f9b0de.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-daemon commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d0a7227898d508370a541901fa7d345d23f9b0de X-VCS-Branch: emacs-daemon Date: Fri, 6 May 2016 13:20:57 +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: c3980e0c-a559-47db-a678-bd5657dba557 X-Archives-Hash: 8151c817600e6dda53414e764bb35202 commit: d0a7227898d508370a541901fa7d345d23f9b0de Author: Ulrich Müller gentoo org> AuthorDate: Fri May 6 13:12:37 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 6 13:12:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=d0a72278 Version 0.22 released. ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6e5a605..3485c9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-05-06 Ulrich Müller + * Version 0.22 released. + * emacs.rc: Update shebang line to /sbin/openrc-run which is used by new OpenRC versions.