Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l6hen-0003Cg-L5 for buildfarm-members@arkaria.postgresql.org; Mon, 01 Feb 2021 22:26:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l6heG-0003dL-Nd for buildfarm-members@arkaria.postgresql.org; Mon, 01 Feb 2021 22:26:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l6hYP-00069t-EJ; Mon, 01 Feb 2021 22:20:17 +0000 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l6hYM-00011v-Sb; Mon, 01 Feb 2021 22:20:16 +0000 X-Originating-IP: 99.10.92.30 Received: from [192.168.10.146] (99-10-92-30.lightspeed.rlghnc.sbcglobal.net [99.10.92.30]) (Authenticated sender: adsend@dunslane.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 83E4440002; Mon, 1 Feb 2021 22:20:11 +0000 (UTC) From: Andrew Dunstan To: PostgreSQL Hackers , buildfarm-members@lists.postgresql.org Subject: Announcing Release 12 of the PostgreSQL Buildfarm client Message-ID: Date: Mon, 1 Feb 2021 17:20:09 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk At long last I have just pushed Release 12 of the PostgreSQL Buildfarm client. It's been about 16 months since the last release. Apart from some minor fixes and code tidy up. this includes the following more notable changes: * the TextUpgradeXVersion module is brought up to date with various core code changes * a module-neutral, animal-based save mechanism replaces the bespoke mechanism that was implemented in TestUpgradeXVersion. This will enable future development like testing openssl builds against NSS builds etc. * a standardized way of accumulating log files is implemented. This will enable some planned server side improvements. * requests are now signed using SHA256 nstead of SHA1. * there is a separate config section for settings to be used with valgrind. This makes it easier to turn valgrind on or off. * typedefs detection is improved for OSX * there is a setting for additional docs build targets, in addition to the standard html target. * use of the configure "accache" is made substantially more robust * timed out processes are more verbose Downloads are available at and cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com