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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7D01158020 for ; Tue, 8 Nov 2022 19:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C831E0A6B; Tue, 8 Nov 2022 19:22:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 26362E0A6B for ; Tue, 8 Nov 2022 19:22:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4073D340E04 for ; Tue, 8 Nov 2022 19:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC72F617 for ; Tue, 8 Nov 2022 19:22:25 +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: <1667935079.9d966a1aa18cbc07ebb860aea101877f9c12c748.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/snakeoil:master commit in: / X-VCS-Repository: proj/pkgcore/snakeoil X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9d966a1aa18cbc07ebb860aea101877f9c12c748 X-VCS-Branch: master Date: Tue, 8 Nov 2022 19:22:25 +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: 94407ada-8d28-4e7e-b042-b72b9d7b2915 X-Archives-Hash: 82d6def4de27eb8c692f6a2a2d1061e7 commit: 9d966a1aa18cbc07ebb860aea101877f9c12c748 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Nov 8 19:16:44 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 8 19:17:59 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=9d966a1a new release 0.10.2 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 480ad7d9..1c550ec5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,15 @@ Release Notes ============= +snakeoil 0.10.2 (2022-11-08) +---------------------------- + +- compression: add parallel xz support (#83, Sam James, Arthur Zamarin) + +- various improvements for the build system (Arthur Zamarin) + +- drop support for python 3.8 (Arthur Zamarin) + snakeoil 0.10.1 (2022-09-30) ----------------------------