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 1pO3I9-0008GE-0I for pgsql-jdbc@arkaria.postgresql.org; Fri, 03 Feb 2023 21:08:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pO3H8-0000lK-3j for pgsql-jdbc@arkaria.postgresql.org; Fri, 03 Feb 2023 21:07:14 +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 1pO3H7-0000fr-Qq for pgsql-jdbc@lists.postgresql.org; Fri, 03 Feb 2023 21:07:13 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pO3H0-0008Lw-PQ for pgsql-jdbc@lists.postgresql.org; Fri, 03 Feb 2023 21:07:13 +0000 Received: from github.com (hubbernetes-node-9a98625.ac4-iad.github.net [10.52.208.33]) by smtp.github.com (Postfix) with ESMTPA id D380152032C for ; Fri, 3 Feb 2023 13:07:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675458424; bh=aCNk2PZ2k3ggjEZqhNGRiYjctRf3XtWEB/lqlGoQCJc=; h=Date:From:To:Subject:From; b=Dh01TCro9VY/Re4eNaBeXLPIzf506AhxLvzjUdKE7N3WS/rnfJl07YoqicE4tiIIi 5+1UaJ5UyPjMirY3o8OcYm4Y0srAzZa/FjHun2Q6KsRK9nuj33tBdPkOXAQSrHDi9U uATPEB+7TzlQ2McGg5n81xF52PeXvS8333yJqcZ4= Date: Fri, 03 Feb 2023 13:07:04 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 1000ad: apply doc changes from PR #2743 to release/42.5.x ... 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 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: 1000ad4852375160be8d6eebd6609e15645719b1 https://github.com/pgjdbc/pgjdbc/commit/1000ad4852375160be8d6eebd6609e15645719b1 Author: Dave Cramer Date: 2023-02-03 (Fri, 03 Feb 2023) Changed paths: M docs/content/changelogs/2022-08-24-42.5.0-release.md M docs/content/changelogs/2022-11-23-42.5.1-release.md M docs/content/development/_index.md M docs/data/homepagedata.toml M docs/layouts/partials/site-footer.html Log Message: ----------- apply doc changes from PR #2743 to release/42.5.x (#2753)