From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1080D158083 for ; Fri, 6 Sep 2024 12:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C0E12BC029; Fri, 6 Sep 2024 12:05:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 338812BC029 for ; Fri, 6 Sep 2024 12:05:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78B5F3406D1 for ; Fri, 6 Sep 2024 12:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE10314D3 for ; Fri, 6 Sep 2024 12:04:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1725624205.f9cd758598daa193376c0a326f07b7963e85a33d.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: / X-VCS-Repository: proj/pkgcore/pkgdev X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f9cd758598daa193376c0a326f07b7963e85a33d X-VCS-Branch: main Date: Fri, 6 Sep 2024 12:04:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6810939b-867d-48a9-a9ff-ca8ccd578587 X-Archives-Hash: 29336f4e5abf1943a93ae98d05dc5ac4 commit: f9cd758598daa193376c0a326f07b7963e85a33d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 6 11:33:44 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 6 12:03:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=f9cd7585 new release 0.2.11 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 70e8399..ac4c715 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,19 @@ Release Notes ============= +pkgdev 0.2.11 (2024-09-06) +------------------------- + +- bash completion: improve path handling (Arthur Zamarin) + +- mask: update removal line to match GLEP-84 (Arthur Zamarin) + +- mask: support auto filing of last-rite bug & PMASKED bugs (Arthur Zamarin, #187) + +- mask: support comma separated bugs for ``-b`` and ``--bug`` (Arthur Zamarin) + +- tatt: fix template generating extra empty file (Arthur Zamarin) + pkgdev 0.2.10 (2024-03-12) -------------------------