Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: /
Date: Sat, 08 Jan 2022 17:15:01
Message-Id: 1641661329.5c8b0fe13e678ef26e87464895a461e4d8afed32.ulm@gentoo
1 commit: 5c8b0fe13e678ef26e87464895a461e4d8afed32
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 17:02:09 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 17:02:09 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=5c8b0fe1
7
8 Update NEWS
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 NEWS | 7 +++++++
13 1 file changed, 7 insertions(+)
14
15 diff --git a/NEWS b/NEWS
16 index 35f0538..ec35fb6 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -1,6 +1,13 @@
20 This file contains a summary of changes in released versions. Please read the
21 ChangeLog file for a more detailed listing of changes/bug fixes.
22
23 +1.4.19:
24 + Bug fixes:
25 + - Fixed bug #830707: Avoid empty root path in profile module.
26 +
27 + New features:
28 + - New global option --root.
29 +
30 1.4.18:
31 New features:
32 - Prefer realpath to readlink in configure check.