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 8DD44138334 for ; Mon, 2 Sep 2019 10:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD65E0928; Mon, 2 Sep 2019 10:39:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2A411E0928 for ; Mon, 2 Sep 2019 10:39:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E442834AA29 for ; Mon, 2 Sep 2019 10:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70246775 for ; Mon, 2 Sep 2019 10:39:55 +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.6329e9dd9d432ba6a6ca2a4700e87e1affe02e01.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: 6329e9dd9d432ba6a6ca2a4700e87e1affe02e01 X-VCS-Branch: master Date: Mon, 2 Sep 2019 10:39:55 +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: 86f01e73-9ce8-480d-89f1-8fa1d41ffe1a X-Archives-Hash: bd988fc1371e9825a2fa7e00bf6a7f46 commit: 6329e9dd9d432ba6a6ca2a4700e87e1affe02e01 Author: Ulrich Müller kph uni-mainz de> 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=6329e9dd ChangeLog: Use UTF-8. Signed-off-by: Ulrich Müller kph.uni-mainz.de> 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.