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 1pPQvD-00059t-GR for pgsql-jdbc@arkaria.postgresql.org; Tue, 07 Feb 2023 16:34:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pPQvC-0005sN-Bz for pgsql-jdbc@arkaria.postgresql.org; Tue, 07 Feb 2023 16:34:18 +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 1pPQvC-0005sE-3T for pgsql-jdbc@lists.postgresql.org; Tue, 07 Feb 2023 16:34:18 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pPQv9-0004G5-TP for pgsql-jdbc@lists.postgresql.org; Tue, 07 Feb 2023 16:34:17 +0000 Received: from github.com (hubbernetes-node-19b9775.ac4-iad.github.net [10.52.205.67]) by smtp.github.com (Postfix) with ESMTPA id A6A18520A5E for ; Tue, 7 Feb 2023 08:34:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675787654; bh=i8bJokZd8XgBNzsycQExvSkfbibnmb9kB2nQ8Z7P3E4=; h=Date:From:To:Subject:From; b=0YbSnM62L6l/FgmFGAznkZ6xg+k9hdGLzL/0ZjkiS0CcdfWdceY5EyjYRaEJ7tNon bXM8nd8fLV7dHnKGx21fFXWTKuNVVcprTRh1ClmGBInCe/oFQpwRT6yJ5Odj7Q4Bew NdMATViX5brYPt1+pAXQFeE99ayqyEDOlXmeuHXs= Date: Tue, 07 Feb 2023 08:34:14 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 7b7710: make changelogs more compact, only show the link t... 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/master Home: https://github.com/pgjdbc/pgjdbc Commit: 7b771023fd6bd7f2d1610f62187f163e70ddfb15 https://github.com/pgjdbc/pgjdbc/commit/7b771023fd6bd7f2d1610f62187f163e70ddfb15 Author: Dave Cramer Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M docs/content/changelogs/2021-12-22-log4j.md M docs/content/download/_index.md M docs/layouts/changelogs/list.html Log Message: ----------- make changelogs more compact, only show the link to the changelog (#2758) add SNAPSHOT link to download page