aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-03-27 19:20:28 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-03-27 19:41:19 -0400
commit457900a49e73a1e035471346341a28a958554637 (patch)
tree75bef63160d65dc351bbfaf595d14be624c06a24 /CHANGES
parentREADME: Bumps version and date (diff)
downloadlayman-457900a49e73a1e035471346341a28a958554637.tar.gz
layman-457900a49e73a1e035471346341a28a958554637.tar.bz2
layman-457900a49e73a1e035471346341a28a958554637.zip
CHANGES: Adds changes for upcoming release
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3ec6621..af7da09 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,22 @@
CHANGES
-------
-Version 2.3.0 - Release ???
-===========================
+Version 2.3.1 - Release 2015-03-28
+==================================
+ - adds repos.conf dir creation if it doesn't exist
+ - fixes bug #540012
+ - moves Layman class initialization into a layman sub-file
+ - renames layman.py to Layman.py
+ - corrects misspelling of "separate"
+ - changes default conf_type to "repos.conf"
+ - changes arg group "Additions Options" to "Path Options"
+ - adds protocol filtering for Overlay.{add, update}()
+ - adds binary mode aware compatibility to fileopen()
+ - adds sanity checking for repos_conf location
+ - fixes Unicode() external test
+
+Version 2.3.0 - Release 2015-02-08
+==================================
- Renamed portage sync plugin to laymansync
- adds portage sync plugin to setup.py for installation
- Completely removes doctest remnants