Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 311F1782B28 for <~alpine/devel@lists.alpinelinux.org>; Mon, 24 Aug 2020 10:55:28 +0000 (UTC) Received: by mail-lj1-f170.google.com with SMTP id 185so9084147ljj.7 for <~alpine/devel@lists.alpinelinux.org>; Mon, 24 Aug 2020 03:55:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=hICfrHDf3QuQdrIZ4c0xngihiujik5CwlaOfDVjBU1g=; b=XNMeFc5BvIxR8KnMnYKeUDwY78VslF2gXhY1+WMQC5XgIl9Zq1ag7F7kp5XGOwJLEg w0EVuEwoF/ql0yVfm7nBiTB/G9YO4ePvg56lQCQPT53LPcuL/iah9fD0n1kJBPZ7KGob Jhp4JKrmUzkrIGAig8Qwxv4CgX00yY//dx/zSpHd4PnjtDttFhoe7kgx+UYEnZsL8lr7 Q1MeMprU9M87q9LWJhvBc1LAaNrZCXQCYFAYUQc0XO6ESY2VqDebOE+GWKlw3LvwSELr 68Llto2Rk5JPGApSR7/FEnxewCfOloiR0VjWeRSGJWOuWz0sltvGFh8NyUwAWIU5mgF6 lBmg== X-Gm-Message-State: AOAM533liBVriHYi6ipgLdKvGbb+LbR8aYxXLpbsFE7ox6zvCvFxmO3e 1rkCBVO6UDLbsET0h4RoCExtDgNxaibb4Q== X-Google-Smtp-Source: ABdhPJyCSeya+qYWN+Um2DN8/PdBcAkuOA7FtmiJWSjzyAzhBmpOxtJm4F2wvye1teEPJalAblzTSw== X-Received: by 2002:a2e:9ed4:: with SMTP id h20mr2382695ljk.82.1598266528014; Mon, 24 Aug 2020 03:55:28 -0700 (PDT) Received: from vostro ([62.183.198.118]) by smtp.gmail.com with ESMTPSA id r6sm2144539lji.117.2020.08.24.03.55.27 for <~alpine/devel@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Aug 2020 03:55:27 -0700 (PDT) Date: Mon, 24 Aug 2020 13:55:24 +0300 From: Timo Teras To: ~alpine/devel@lists.alpinelinux.org Subject: apk-tools release imminent Message-ID: <20200824135524.701d8ddb@vostro> X-Mailer: Claws Mail 3.17.6 (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 all, There's a good amount of things piled up in the current apk-tools master branch: - addition of manual pages - auto generation of help from manual pages - reworking of options parsing - upgrade named packages and --ignore - some refactoring of the io framework - lua updated to 5.3 - humanization of size output (kB/MB/GB suffix) - deprecation of the old/original apk package format - various bug fixes I am still going to fix some minor issues in the new 'upgrade' functionality. But I expect to tag 2.12 (_rc1) soon, and upgrade aports. If you can do early testing from the git master, that's appreciated. After this, I hope to get back on track to work on the apk version 3 features. Cheers, Timo