From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id u/OFHYuyeV/JaAAA0tVLHw (envelope-from ) for ; Sun, 04 Oct 2020 11:31:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id iHjrGIuyeV+wCAAAbx9fmQ (envelope-from ) for ; Sun, 04 Oct 2020 11:31:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1927A9401BE for ; Sun, 4 Oct 2020 11:31:23 +0000 (UTC) Received: from localhost ([::1]:42332 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kP2Eb-0002ZA-V1 for larch@yhetil.org; Sun, 04 Oct 2020 07:31:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37816) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kOs8b-0000yP-5a for guix-devel@gnu.org; Sat, 03 Oct 2020 20:44:29 -0400 Received: from smtprelay03.ispgateway.de ([80.67.29.7]:17063) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kOs8Z-0001v4-Cd for guix-devel@gnu.org; Sat, 03 Oct 2020 20:44:28 -0400 Received: from [77.191.84.64] (helo=[192.168.178.25]) by smtprelay03.ispgateway.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92.3) (envelope-from ) id 1kOs8N-0002e2-7J; Sun, 04 Oct 2020 02:44:15 +0200 From: Sebastian Pipping To: sebastian@pipping.org Subject: Expat 2.2.10 has been released Message-ID: Date: Sun, 4 Oct 2020 02:44:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Df-Sender: aGFydHdvcmtAYmluZXJhLmRl Received-SPF: none client-ip=80.67.29.7; envelope-from=sebastian@pipping.org; helo=smtprelay03.ispgateway.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/03 20:44:23 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 04 Oct 2020 07:30:37 -0400 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: I42frUIqUpVB Hello everyone! Simplified, Expat 2.2.10 comes with bugfixes and with improvements to the build system, mostly the secondary CMake one. The change log with details is up at [1]. If you happen to using CMake in packaging Expat already, please share any pain points and issues with me so that things improve further by the next release. If you happen to have patches for Expat that are still required with 2.2.10, please send them my way. Thanks and best Sebastian [1] https://github.com/libexpat/libexpat/blob/R_2_2_10/expat/Changes