commit:     675aeda568f9492813e25615c9a7caf723f75317
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 08:20:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 08:21:09 2024 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=675aeda5

NEWS, meson.build: prepare for portage-3.0.61

Signed-off-by: Sam James <sam <AT> gentoo.org>

 NEWS        | 12 +++++++++++-
 meson.build |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 59513f1137..0bb525a629 100644
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,22 @@ Release notes take the form of the following optional 
categories:
 * Bug fixes
 * Cleanups
 
-portage-3.0.61 (UNRELEASED)
+portage-3.0.61 (2024-01-05)
 --------------
 
+A small set of binpkg robustness fixes.
+
 Bug fixes:
+* BinpkgFetcher: Preserve mtime (bug #921208).
+
 * bintree: Don't call trust helper unless bindb is writable (bug #915842, bug 
#920180).
 
+* bintree: Avoid unnecessary build id incrementation (bug #921208).
+
+* bintree: Handle inject failures (bug #921327).
+
+* emaint: merges: Fix TrackingFile for utf8_mode (bug #921181).
+
 portage-3.0.60 (2024-01-02)
 --------------
 

diff --git a/meson.build b/meson.build
index 77cec1d11f..604cc4eae1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
     'portage',
     'c',
-    version : '3.0.60',
+    version : '3.0.61',
     license : 'GPL-2.0-or-later',
     meson_version : '>=0.58.0'
 )

Reply via email to