Received: from mx1.tetrasec.net (mx1.tetrasec.net [66.245.176.36]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DB4C1781A49 for <~alpine/devel@lists.alpinelinux.org>; Wed, 29 Apr 2020 08:36:53 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 9765384653 for <~alpine/devel@lists.alpinelinux.org>; Wed, 29 Apr 2020 08:36:52 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 09D1F84652 for <~alpine/devel@lists.alpinelinux.org>; Wed, 29 Apr 2020 08:36:51 +0000 (UTC) Date: Wed, 29 Apr 2020 10:36:45 +0200 From: Natanael Copa To: Alpine develmopment <~alpine/devel@lists.alpinelinux.org> Subject: feature freeze for alpine 3.12 Message-ID: <20200429103645.19e83fe8@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi! The 3.12 builders are now up and running. It means that we are effectively in a feature freeze for 3.12. We should now focus on: - fix builds that fails for 3.12 - fix bugs and issues - test that things works We can also do general cleanup and upstreaming patches. We should try avoid do ABI breaking upgrades, but there may be exceptions. For example, it may be easier to do security fixes if library is recent, so we may still do ABI breaking updates, specially if it is a package in 'main' (which we need to support for longer time) and it does not have many reverse dependencies that needs to be rebuilt. The main point here is that we should try focus on getting 3.12 out. Thanks!