From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id VetWNqnSfV8ZGwAA0tVLHw (envelope-from ) for ; Wed, 07 Oct 2020 14:37:29 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id KJGSManSfV82cAAAB5/wlQ (envelope-from ) for ; Wed, 07 Oct 2020 14:37:29 +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 55646940539 for ; Wed, 7 Oct 2020 14:37:29 +0000 (UTC) Received: from localhost ([::1]:41534 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQAZM-0008PZ-8T for larch@yhetil.org; Wed, 07 Oct 2020 10:37:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43972) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQAYx-0008O0-Fx for guix-devel@gnu.org; Wed, 07 Oct 2020 10:37:03 -0400 Received: from mail-qk1-x734.google.com ([2607:f8b0:4864:20::734]:34068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kQAYv-0004ec-NP; Wed, 07 Oct 2020 10:37:03 -0400 Received: by mail-qk1-x734.google.com with SMTP id c62so2986907qke.1; Wed, 07 Oct 2020 07:37:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=oAVMbz4FEF9+s++l4GyU6SogMToqbhxcGtUPI3rXy9Y=; b=iJAYgK4Ch6rmd9vFIu05JNnhbSH9viU6b7CwSsJl2mo81cp19YkYIwnbklnafw1Ow/ +HbzBpaGLsVY6JnTVUu1Wy+thUPKMBJ6rFuQTifg2eDEL+370gUyCHcyzevniJ4uzmcd WWJyWngNAXsaaqYKojlQyiYVLXcOo2mdr2VB+4jgW8WNpYxq6qUDgmN4Tm3zG5vL7NnD Agag51Yi6md7JRaV4eAeD6ReCf8j6FYKCKz/03P5MqHUJlwrDNWV3HRIjkTfpYDUOVlv 12YB1/w+EE6hS2LNunh7QHLNIoxp+v590m/ftMxRveWY8Y9j2XuOpB396PDRHe9qMVxC v5gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oAVMbz4FEF9+s++l4GyU6SogMToqbhxcGtUPI3rXy9Y=; b=WooyzPoC/2AUHNnIo3Dwnj7TIscBlupBdkuHnpRR8a/UqdSvTHQcqmVCQ0NbwfWR51 2Mute2HcXlkVAkjNgcXOxdLqL1GgO1JTf2PSCKpMSfKQ6QO1ShK/+ej1vIGBDYH8ucf7 A2fW4G6d19IFVb5T5D94JMIBKv15UPPoa4mFiw4BakEdEfOO/8MCGcdmnaPY0q5QfTg9 QORhUvGZhvy65aAJkIexGS2hE4IUWBJrgdMB2fcm1TkYki9nR3ibE9MkwA0pCpwBVFvJ 019mjZq4Do8c78v4te5Tw6OpxUC2rxpwQsKE/qPkK+GsLLy28vTVG5/wT67QG6abXd6v +Hxw== X-Gm-Message-State: AOAM530LFhmzjpckGQTsTBgY2Nef/yn5Myn5rXTat/Y+S0OPWGWXADwm CPsa+kxMiEQJ5srUe+brFxKu5nVzZLda2DRjpnTCDeaOaYkHPA== X-Google-Smtp-Source: ABdhPJx8808a68B2ieXqBkVWNmh7pfOIqozb/QIy9TGERjYAeb9zAMMnlAv/3Ne/MM55hhOcSKI64CUMYqth2RazDK0= X-Received: by 2002:a37:a5ca:: with SMTP id o193mr3223583qke.126.1602081419818; Wed, 07 Oct 2020 07:36:59 -0700 (PDT) MIME-Version: 1.0 References: <863630u6ap.fsf@gmail.com> <20201005101836.6qpcozxccisdf7yy@pelzflorian.localdomain> <8EFC55BC-8EE9-4A35-8E2E-B8BBA88B27EC@lepiller.eu> <87r1qcye9p.fsf@gnu.org> <87mu0z6du6.fsf@gnu.org> In-Reply-To: <87mu0z6du6.fsf@gnu.org> From: zimoun Date: Wed, 7 Oct 2020 16:36:48 +0200 Message-ID: Subject: Re: Release v1.2 timetable To: Mathieu Othacehe Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=2607:f8b0:4864:20::734; envelope-from=zimon.toutoune@gmail.com; helo=mail-qk1-x734.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Cc: Guix Devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=gmail.com header.s=20161025 header.b=iJAYgK4C; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=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: 0.09 X-TUID: WUFI4iozYcN1 Hi Matthieu, On Tue, 6 Oct 2020 at 08:57, Mathieu Othacehe wrote: > > What is the status of the installer? > > I don't think there are known issues at the moment. I have started > testing it on my laptop, by booting on a flash drive and installing on > another one, while being quite anxious for my main hard drive :p. Thank you for the tests. > Maybe it would be nice to start a 1.2 branch so that we can all test the > same software and limit the risks of regression. Yes, it could be nice but I think it is still missing an update about 2 bug reports: For the latter, I have not had yet the time these days (sometimes boring daily jobs happen ;-)) to send the quick update. WDYT? Cheers, simon