From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Fri, 23 Nov 2018 19:46:32 +0100 (CET) Received: by mail-wr1-x42d.google.com with SMTP id t27so5268307wra.6 for ; Fri, 23 Nov 2018 10:46:32 -0800 (PST) Received: from [192.168.2.27] (218.83.broadband9.iol.cz. [90.176.83.218]) by smtp.gmail.com with ESMTPSA id x81sm5725620wmg.17.2018.11.23.10.46.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Nov 2018 10:46:30 -0800 (PST) References: <20180727081626.GA29834@localhost.localdomain> <20180730204718.GA16752@localhost.localdomain> <20180731060030.GA15852@h-174-65.A328.priv.bahnhof.se> <20180731075342.GA25101@localhost.localdomain> <20181123182626.GB10414@localhost.localdomain> From: Milan Broz Message-ID: <36b8b272-5562-cb9d-a441-548282e721a5@gmail.com> Date: Fri, 23 Nov 2018 19:46:29 +0100 MIME-Version: 1.0 In-Reply-To: <20181123182626.GB10414@localhost.localdomain> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Debian installer formatting LUKS2 devices by default? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 23/11/2018 19:26, Guilhem Moulin wrote: > So if 2.1 doesn't trigger a transition due to a SONAME bump, releasing > it in February gives enough time to ship it to Buster. ok, I forget to say this: we are trying to go the way without SONAME bump now. (IOW only adding new symbols but stay backward compatible.) It will keep some more old API functions/symbols in place, but it allows update without full rebuild. Thanks, Milan