Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: /
Date: Sun, 28 Sep 2014 19:33:43
Message-Id: 1411932448.d04e9661f87770509f75869fecf160f9c0507268.twitch153@gentoo
1 commit: d04e9661f87770509f75869fecf160f9c0507268
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 28 19:27:28 2014 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 28 19:27:28 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=d04e9661
7
8 CHANGES: adds updates to reflect all up-to-date changes to layman
9
10 ---
11 CHANGES | 9 ++++++++-
12 1 file changed, 8 insertions(+), 1 deletion(-)
13
14 diff --git a/CHANGES b/CHANGES
15 index ee2a7ac..8cb8b00 100644
16 --- a/CHANGES
17 +++ b/CHANGES
18 @@ -1,7 +1,7 @@
19 CHANGES
20 -------
21
22 -Version 2.2.0 - Release 2014-08-13
23 +Version 2.2.0 - Release 2014-09-28
24 ==================================
25 - man page updates
26 - Portage sync plug-in to sync layman overlays via portage
27 @@ -30,6 +30,13 @@ Version 2.2.0 - Release 2014-08-13
28 - makes overlay types modular plug-ins
29 - makes repo config types modular plug-ins
30 - removes g-common overlay support
31 + - fixes output use in proxies()
32 + - fixes default command line value overriding of overlay_defs and
33 + storage config options
34 + - fixes improper tracking of operation results for Overlay.update()
35 + - adds use of repos.conf module plug-in when running layman-updater
36 + - adds check in repos.conf to write all overlays to a blank file
37 + - fixes improper import of make.conf module in updater.py
38
39
40 Version 2.1.0 - Released 2014-07-23