aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-01-18 15:53:34 -0500
committerMatt Turner <mattst88@gentoo.org>2024-01-18 15:55:39 -0500
commit34fe86949036b7b03af3942dd6901904b0f0313e (patch)
treebaa031e38981c0238523f267e0c71eb774f87033 /NEWS
parenteclean: Strip libc dependencies from --changed-deps calculations (diff)
downloadgentoolkit-34fe86949036b7b03af3942dd6901904b0f0313e.tar.gz
gentoolkit-34fe86949036b7b03af3942dd6901904b0f0313e.tar.bz2
gentoolkit-34fe86949036b7b03af3942dd6901904b0f0313e.zip
NEWS: Populate for 0.6.2, 0.6.3, 0.6.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 14325a8..7d8b7d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,25 @@
News (new features/major bug fixes)
+gentoolkit-0.6.4
+----------------
+ * Raise portage requirement to >=3.0.57
+ * Strip libc dependencies from eclean-pkg --changed-deps calculations
+
+
+gentoolkit-0.6.3
+----------------
+ * Fix handling invalid binpkgs
+ * Migrate to PEP517 meson-python build
+
+
+gentoolkit-0.6.2
+----------------
+ * Add --clean-invalid option for eclean-pkg
+ * Fix merge-driver-ekeyword compatibility with git >= 2.42
+ * Fix eclean-pkg compatibility with FEATURES=pkgdir-index-trusted
+ * Support the NO_COLOR environment variable
+
+
gentoolkit-0.6.1
----------------
* Fix custom TMPL implementation for depends commit 3e35553df4673
@@ -9,7 +29,7 @@ gentoolkit-0.6.1
gentoolkit-0.6.0
----------------
- * merge-driver-ekeyword Fis type annotations
+ * merge-driver-ekeyword Fix type annotations
* equery changes removal
* Convert from tab indent to spaces, format cleanup
* Add github action to check formatting, add unit testing