From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 25 14:23:45 2023 Received: (at submit) by debbugs.gnu.org; 25 Apr 2023 18:23:45 +0000 Received: from localhost ([127.0.0.1]:53559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prNKL-0006zh-6p for submit@debbugs.gnu.org; Tue, 25 Apr 2023 14:23:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:37710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prNKG-0006zT-3W for submit@debbugs.gnu.org; Tue, 25 Apr 2023 14:23:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prNK6-0002aW-GF for bug-guix@gnu.org; Tue, 25 Apr 2023 14:23:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prNK5-00013R-HF for bug-guix@gnu.org; Tue, 25 Apr 2023 14:23:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=3qsDTZpm51JwABwp7LiU9Kba9gMZr39TTgFlUhLDp/c=; b=n+y71e1a00HiBm F2CQUM7a8a0KYkHdKoDbm5SZEmT2yhm/m7aRSocrxf0rEDxWv7HVRol4ZptYFrypGU+J2M7GICKpg O3egRMDBYnW7YT5f6A8hvEUu+HO6GMAxEYqeph1UJNJdiesCD7C/lOWR2RAa0LFoHb8JJYQqEYyI/ ayt3wVJNEvnlnu8DCSHvEo2E9JaIyaE5UmPpC4A1k2Xo8jHcnACNmlGzB+SCAZu8a26xlY3+8pW2o 55OG0V0iwMxSMDITQRr6agw6VpyUjciueUAJqi6sF44M3+ah4eCmFicRt9zJ1f5SKZFijkVrpNtcG h3SA1aEi5n3bxHd1LKuA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prNK0-0000X2-S6 for bug-guix@gnu.org; Tue, 25 Apr 2023 14:23:28 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: bug-guix@gnu.org Subject: News entry for =?utf-8?Q?=E2=80=98core-updates=E2=80=99?= X-Debbugs-Cc: Andreas Enge , Maxim Cournoyer , Josselin Poiret X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Sextidi 6 =?utf-8?Q?Flor=C3=A9al?= an 231 de la =?utf-8?Q?R=C3=A9volution=2C?= jour de l'Ancolie X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 25 Apr 2023 20:23:22 +0200 Message-ID: <87a5yvzuqt.fsf@inria.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi! As a followup to our discussion on IRC, here=E2=80=99s a proposed news entr= y for =E2=80=98core-updates=E2=80=99 that we should push soonish (I can do that l= ater today or tomorrow but feel free to do it before!). I probably missed important items, maybe build system changes? Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/etc/news.scm b/etc/news.scm index 7f38f8f294..6a6fbffa79 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -26,6 +26,28 @@ (channel-news (version 0) + (entry (commit "c919bfefd98bf2e29549539b4e28e6dc2a8a6f32") + (title + (en "Core packages updated")) + (body + (en "Core packages have been updated, following months of hard work +by contributors. Noteworthy package upgrades include: + +@itemize +@item glibc 2.35; +@item Python 3.10; +@item Perl 5.36; +@item Mesa 22; +@item GCC 11 is now used as the default compiler. +@end itemize + +A major highlight is the introduction of the so-called @dfn{full-source +bootstrap}: packages are all built starting from a 500-byte program called +stage0, which is then used to build a higher-level interpreter, a basic Scheme +interpreter and C compiler (GNU Mes), and so on, until @acronym{GCC, the GNU +Compiler Collection} is finally built. This is a premiere and a huge step +forward in terms of transparency of auditability."))) + (entry (commit "21564fada141bfba25d471518b293b6004244c3a") (title (en "Linux-libre LTS kernel updated to 6.1") --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 26 03:11:38 2023 Received: (at 63073) by debbugs.gnu.org; 26 Apr 2023 07:11:38 +0000 Received: from localhost ([127.0.0.1]:54150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prZJS-00047h-0f for submit@debbugs.gnu.org; Wed, 26 Apr 2023 03:11:38 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:41862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prZJQ-00047R-Ge for 63073@debbugs.gnu.org; Wed, 26 Apr 2023 03:11:36 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 078C613C0; Wed, 26 Apr 2023 09:11:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wBHnSw-1McMr; Wed, 26 Apr 2023 09:11:30 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 6D102476; Wed, 26 Apr 2023 09:11:30 +0200 (CEST) Date: Wed, 26 Apr 2023 09:11:28 +0200 From: Andreas Enge To: Ludovic =?iso-8859-15?Q?Court=E8s?= Subject: Re: bug#63073: News entry =?utf-8?Q?for_?= =?utf-8?B?4oCYY29yZS11cGRhdGVz4oCZ?= Message-ID: References: <87a5yvzuqt.fsf@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87a5yvzuqt.fsf@inria.fr> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 63073 Cc: Josselin Poiret , Maxim Cournoyer , 63073@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Tue, Apr 25, 2023 at 08:23:22PM +0200 schrieb Ludovic Courtès: > I probably missed important items, maybe build system changes? Honestly, I do not know... Version updates all over the place. But I do not know earth shattering ones. These should come in the feature branches now. Andreas From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 26 05:29:24 2023 Received: (at 63073-done) by debbugs.gnu.org; 26 Apr 2023 09:29:24 +0000 Received: from localhost ([127.0.0.1]:54275 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prbSi-00087m-WE for submit@debbugs.gnu.org; Wed, 26 Apr 2023 05:29:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prbSc-00087S-V0 for 63073-done@debbugs.gnu.org; Wed, 26 Apr 2023 05:29:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prbSX-0006zO-1v; Wed, 26 Apr 2023 05:29:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=gDLMSvqkHEV1U4z/1U6GcUVN/67Uqtc7oFR3EdPu9VU=; b=WZKXa3vSnmmswgWQQnQ1 mUjnVwXbLoiWbbEYixmyAUDQyNFlnqqc/IweTuwZugR7ixoXtba+dIyvUBNAvxfRxdMJx2y8MK+vG 1TewXtegN8h395uyt4JdnmyUbXc6ANPET4g5gLmfx63mSUtLxyw1yLQkBJbuN//TW8oMa7UR9P+vM UiXc2XJT7neL9nAd1Fybq8OJZGHjGHL5t2/xocXY+xvuLFwrPsGSA28i9yQCHuBqi+hhFEGWGSq6V x9CKl0YaWMR7TSoWR25u6owjN+336yCAOwY4Od8Q1gGs+RMAuV47MflbohZuIzFK3qBk2QPiHh5vl ajw/j7X/KtID2A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prbSU-0004yc-Du; Wed, 26 Apr 2023 05:29:08 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 63073-done@debbugs.gnu.org Subject: Re: bug#63073: News entry for =?utf-8?Q?=E2=80=98core-updates?= =?utf-8?Q?=E2=80=99?= References: <87a5yvzuqt.fsf@inria.fr> Date: Wed, 26 Apr 2023 11:29:03 +0200 In-Reply-To: <87a5yvzuqt.fsf@inria.fr> ("Ludovic =?utf-8?Q?Court=C3=A8s=22?= =?utf-8?Q?'s?= message of "Tue, 25 Apr 2023 20:23:22 +0200") Message-ID: <871qk7yotc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63073-done Cc: Andreas Enge , Josselin Poiret , Maxim Cournoyer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Ludovic Court=C3=A8s skribis: > As a followup to our discussion on IRC, here=E2=80=99s a proposed news en= try for > =E2=80=98core-updates=E2=80=99 that we should push soonish (I can do that= later today or > tomorrow but feel free to do it before!). > > I probably missed important items, maybe build system changes? I went ahead and pushed this text together with a French translation as 5f0474ba878e49c0c0a8e9d6e67a7ad36f4ec955. Ludo=E2=80=99. From unknown Mon Aug 18 00:08:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 24 May 2023 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator