summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-18 07:33:11 +0100
committerSam James <sam@gentoo.org>2024-09-18 07:33:11 +0100
commit7b7b261ebedb7968a4d4a7cc400629a633d769d8 (patch)
tree80f54f496c956a77bf4730622a01ff5b93551555
parentinstall-qa-check.d/90config-impl-decl: Skip pthread_get_name_np on Linux (diff)
downloadportage-3.0.66.1.tar.gz
portage-3.0.66.1.tar.bz2
portage-3.0.66.1.zip
NEWS, meson.build: prepare for portage-3.0.66.1portage-3.0.66.1
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3dc23ed14..6e3038f3b 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,15 @@ Release notes take the form of the following optional categories:
* Bug fixes
* Cleanups
+portage-3.0.66.1 (2024-09-18)
+--------------
+
+Bug fixes:
+* JobStatusDisplay: Fix width of display. Notable with the new 'merge wait'
+ metric.
+
+* install-qa-check.d: 90config-impl-decl: Skip various false positives.
+
portage-3.0.66 (2024-09-11)
--------------
diff --git a/meson.build b/meson.build
index c6f8303d2..42ec97310 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'portage',
'c',
- version : '3.0.66',
+ version : '3.0.66.1',
license : 'GPL-2.0-or-later',
meson_version : '>=0.58.0'
)