diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-09-28 15:27:28 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-09-28 15:27:28 -0400 |
commit | d04e9661f87770509f75869fecf160f9c0507268 (patch) | |
tree | 9e4cb323a7c01caa429bf7298d514949645fb8f4 | |
parent | config.py: Fixes output use in proxies() (diff) | |
download | layman-d04e9661f87770509f75869fecf160f9c0507268.tar.gz layman-d04e9661f87770509f75869fecf160f9c0507268.tar.bz2 layman-d04e9661f87770509f75869fecf160f9c0507268.zip |
CHANGES: adds updates to reflect all up-to-date changes to layman
-rw-r--r-- | CHANGES | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,7 @@ CHANGES ------- -Version 2.2.0 - Release 2014-08-13 +Version 2.2.0 - Release 2014-09-28 ================================== - man page updates - Portage sync plug-in to sync layman overlays via portage @@ -30,6 +30,13 @@ Version 2.2.0 - Release 2014-08-13 - makes overlay types modular plug-ins - makes repo config types modular plug-ins - removes g-common overlay support + - fixes output use in proxies() + - fixes default command line value overriding of overlay_defs and + storage config options + - fixes improper tracking of operation results for Overlay.update() + - adds use of repos.conf module plug-in when running layman-updater + - adds check in repos.conf to write all overlays to a blank file + - fixes improper import of make.conf module in updater.py Version 2.1.0 - Released 2014-07-23 |