commit:     7af41cc626a146d370cbb67f4f72f64a552062de
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 10 06:02:07 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 10 06:02:07 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=7af41cc6

Prepare for 3.0.23 release

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 NEWS     | 9 +++++++++
 setup.py | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 671797c50..7b20c5e9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.23
+--------------
+* enable autogroup scheduling with pid-sandbox if possible. This should
+  make the kernel respect niceness better.
+* add support conf-update.d hooks.
+* display all preserved libraries with --verbose.
+* restore QA warnings when EXPORT_FUNCTIONS is called before inherit.
+* catch more setuptools warnings via the respective QA check.
+
 portage-3.0.22
 --------------
 * USE flags are now sorted with respect to numerical segments in emerge

diff --git a/setup.py b/setup.py
index 37dd1decb..054f71b12 100755
--- a/setup.py
+++ b/setup.py
@@ -783,7 +783,7 @@ def get_data_files(regular_files, venv_files):
 
 setup(
        name = 'portage',
-       version = '3.0.22',
+       version = '3.0.23',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        project_urls = {
                'Release Notes': 
'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',

Reply via email to