diff options
-rw-r--r-- | NEWS | 5 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ News (mainly features/major bug fixes) +portage-3.0.30 +-------------- +* fix warning/crash on bad PROVIDES in package. See bug 828966. +* avoid infinite loop in _optimized_copyfile. See bug 828844. + portage-3.0.29 -------------- * check for inconsistent/missing PROVIDES during package (and binpkg) @@ -805,7 +805,7 @@ def get_data_files(regular_files, venv_files): setup( name="portage", - version="3.0.29", + version="3.0.30", url="https://wiki.gentoo.org/wiki/Project:Portage", project_urls={ "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES", |