aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-10 08:02:07 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-10 08:02:07 +0200
commit7af41cc626a146d370cbb67f4f72f64a552062de (patch)
tree025854c24f015b2cde9edef9ae99015fd6a4e5c6
parentExtend setuptools warning regexp (diff)
downloadportage-7af41cc6.tar.gz
portage-7af41cc6.tar.bz2
portage-7af41cc6.zip
Prepare for 3.0.23 releaseportage-3.0.23
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--NEWS9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
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',