From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41043138334 for ; Mon, 2 Sep 2019 11:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D522EE0802; Mon, 2 Sep 2019 11:28:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5941E0802 for ; Mon, 2 Sep 2019 11:28:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0625A34AA2C for ; Mon, 2 Sep 2019 11:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 883AD766 for ; Mon, 2 Sep 2019 11:28:42 +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: <1567418926.31602a6128d92b5540231e08ca3e7dce0c225bd4.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 31602a6128d92b5540231e08ca3e7dce0c225bd4 X-VCS-Branch: master Date: Mon, 2 Sep 2019 11:28:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3260e3e3-5178-41d2-9444-39bfffa3e966 X-Archives-Hash: cecf0c666abf81048237fc49d5b25baf commit: 31602a6128d92b5540231e08ca3e7dce0c225bd4 Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 2 10:08:46 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Sep 2 10:08:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=31602a61 ChangeLog: Use UTF-8. Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc42d2a..94f8577 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,20 @@ -2019-05-26 Ulrich Mueller +2019-05-26 Ulrich Müller * modules/news.eselect (do_read, do_unread): Allow specification of item by its number or name. (describe_read_options, describe_unread_options): Document it. -2019-02-17 Ulrich Mueller +2019-02-17 Ulrich Müller * configure.ac: Update version to 1.4.14. * Tagged 1.4.14 release. -2019-02-13 Ulrich Mueller +2019-02-13 Ulrich Müller * libs/output.bash.in (colours): Display warning messages in yellow, in order to distinguish from errors which are red. -2018-12-22 Ulrich Mueller +2018-12-22 Ulrich Müller * modules/profile.eselect (set_symlink): Warn about deprecated profiles, bug 673568.