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 1pNxny-0003Vx-TE for pgsql-jdbc@arkaria.postgresql.org; Fri, 03 Feb 2023 15:16:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pNxnw-0002P1-Km for pgsql-jdbc@arkaria.postgresql.org; Fri, 03 Feb 2023 15:16:44 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNxnw-0002Os-Ck for pgsql-jdbc@lists.postgresql.org; Fri, 03 Feb 2023 15:16:44 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNxnt-0004BC-67 for pgsql-jdbc@lists.postgresql.org; Fri, 03 Feb 2023 15:16:43 +0000 Received: from github.com (hubbernetes-node-b8d21ca.ash1-iad.github.net [10.56.14.43]) by smtp.github.com (Postfix) with ESMTPA id 2C1F4840473 for ; Fri, 3 Feb 2023 07:16:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675437400; bh=DIw8I3vzG7RO436mttC0uINvLMGFkHKmLY3vZz1cKdk=; h=Date:From:To:Subject:From; b=RhAxJ7ftMYk4mfPz+KchtYBwllZx0qELdB07l9eyJotTB9sMrqCS7xqqCebKwSyXg D7nPI6KEhSBRvw9o80WcanWnJtE76vueujHF78CMBAT8mzAlBunDbILOc/LS3z5SKv NFGBI53UPNnzWv5GtB+ZMNrX7Wk/MMbHw60FWaQg= Date: Fri, 03 Feb 2023 07:16:40 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 976b27: minor changes (#2752) 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: 976b27b5efce6486cc9d6330561184e875dbde53 https://github.com/pgjdbc/pgjdbc/commit/976b27b5efce6486cc9d6330561184e875dbde53 Author: Dave Cramer Date: 2023-02-03 (Fri, 03 Feb 2023) Changed paths: M docs/content/changelogs/2023-01-31-42.5.2-release.md M docs/content/changelogs/2023-02-03-42.5.3-release.md Log Message: ----------- minor changes (#2752)