diff options
author | Tim Harder <radhermit@gmail.com> | 2015-06-28 17:01:30 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2015-06-28 17:01:30 -0400 |
commit | 397c820dc11c4c12b2a34209e9988c297cf3588b (patch) | |
tree | 08b6016df09aaaa2db1600b7ed12bf1a22de55fe /NEWS.rst | |
parent | bump snakeoil dep (diff) | |
download | pkgcore-397c820dc11c4c12b2a34209e9988c297cf3588b.tar.gz pkgcore-397c820dc11c4c12b2a34209e9988c297cf3588b.tar.bz2 pkgcore-397c820dc11c4c12b2a34209e9988c297cf3588b.zip |
add newsv0.9.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r-- | NEWS.rst | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -8,9 +8,27 @@ See ChangeLog for full commit logs; this is summarized/major changes. pkgcore master -------------- + +-------------------------- +pkgcore 0.9.1 (2015-04-28) +-------------------------- + +- Fix installing via pip by using setuptools when available; however, note that + snakeoil must still be installed manually first since pkgcore's setup.py + script currently depends on snakeoil modules. + +- Improve support for syncing repos defined in repos.conf, add syncers + supported by pkgcore should work as expected. + - Support for PORTDIR and PORTDIR_OVERLAY in make.conf has been dropped, only repos.conf is supported. +- Drop deprecated support for /etc/make.globals, only make.globals provided by + pkgcore is used now. + +- Add support for /etc/portage/make.conf as a directory. All regular, nonhidden + files under it will be parsed in alphabetical order. + - Drop deprecated support for /etc/make.conf, only /etc/portage/make.conf is used now. |