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 1pSfEy-0007Yi-41 for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 16 Feb 2023 14:28:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSfEw-0000sa-Oz for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 16 Feb 2023 14:28:02 +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 1pSf8m-0007oI-4k; Thu, 16 Feb 2023 14:21:40 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSf8f-0001dT-NJ; Thu, 16 Feb 2023 14:21:39 +0000 Received: from github.com (hubbernetes-node-cd81d1c.va3-iad.github.net [10.48.134.32]) by smtp.github.com (Postfix) with ESMTPA id AEA5A3400DC; Thu, 16 Feb 2023 06:21:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676557291; bh=H3oEY6TFMqFCEKGpgqOwDuiswPuuSj/kG+5Hh6vWukc=; h=Date:From:To:Subject:From; b=XnTBSny1NzxGCTMwDkoUtAJk777SMUDo26XiE54CoEYzNl4xQQ/3o5lCG7R4/QHnR EBdYPvVTfCNUc9eVj/6BSY7LpENROT6x/6SFS98hJZuLeUyWUcDPfAqAleLUz3qKoQ gN+0LO2/3YmpQfNOFfrAhmjQ2X1BiQQZTgK7G4w4= Date: Thu, 16 Feb 2023 06:21:31 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 051ae1: Update docs for Release 42.5.4 (#2812) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org,pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/release/42.5.x Home: https://github.com/pgjdbc/pgjdbc Commit: 051ae1b75a08a695ce1f96bcea7ce7ca49f798c9 https://github.com/pgjdbc/pgjdbc/commit/051ae1b75a08a695ce1f96bcea7ce7ca49f798c9 Author: Dave Cramer Date: 2023-02-16 (Thu, 16 Feb 2023) Changed paths: M CHANGELOG.md A docs/content/changelogs/2023-02-16-42.5.4-release.md M docs/data/homepagedata.toml M docs/data/versions.toml M docs/layouts/partials/home/info.html M gradle.properties Log Message: ----------- Update docs for Release 42.5.4 (#2812) * Update docs and add changelog for release 42.5.4 * increment version to 42.5.4 * Include previous 3 versions in older versions * move release to Feb 16