Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r58aD-00ByNF-VM for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 20 Nov 2023 18:01:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r58a9-009Wc8-F6 for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 20 Nov 2023 18:01:13 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r58a9-009Wc0-6s for pgsql-jdbc-commits@lists.postgresql.org; Mon, 20 Nov 2023 18:01:13 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r58a5-006VuD-SN for pgsql-jdbc-commits@lists.postgresql.org; Mon, 20 Nov 2023 18:01:11 +0000 Received: from github.com (hubbernetes-node-5465210.va3-iad.github.net [10.48.14.37]) by smtp.github.com (Postfix) with ESMTPA id BDF50E005E for ; Mon, 20 Nov 2023 10:01:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700503268; bh=wGNb1iuuwkud+geT8CUX85iOoU3WgMQ0jTlYWQGC33o=; h=Date:From:To:Subject:From; b=R0YKYO10WFv7GxACGmLulQw6jga8RLiXVTkRbWOYnRwXAmvn+uxA/5jRQUx9NTGP9 meEcvFJ+SchHcycIQ7o1jYLYszyHDULe20zjN8Dv8NEAHJXTwlPYBykX3dgGmPi1fc YoVrM1wGaak8oRtrC3N67QeOVsO5htbDHlFmxfOw= Date: Mon, 20 Nov 2023 10:01:08 -0800 From: Dave Cramer To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 1566ee: update website for 42.7.0 (#3003) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: 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/master Home: https://github.com/pgjdbc/pgjdbc Commit: 1566eed0caeb26108f9df1d28255538767b7676f https://github.com/pgjdbc/pgjdbc/commit/1566eed0caeb26108f9df1d28255538767b7676f Author: Dave Cramer Date: 2023-11-20 (Mon, 20 Nov 2023) Changed paths: M docs/data/homepagedata.toml M docs/data/versions.toml M docs/layouts/partials/home/info.html Log Message: ----------- update website for 42.7.0 (#3003)