[Git][java-team/libpostgresql-jdbc-java][master] 3 commits: New upstream version 42.5.0
Christoph Berg (@myon)
gitlab at salsa.debian.org
Fri Aug 26 11:07:38 BST 2022
Christoph Berg pushed to branch master at Debian Java Maintainers / libpostgresql-jdbc-java
Commits:
ac6a312b by Christoph Berg at 2022-08-26T12:06:51+02:00
New upstream version 42.5.0
- - - - -
475d3b6c by Christoph Berg at 2022-08-26T12:06:55+02:00
Update upstream source from tag 'upstream/42.5.0'
Update to upstream version '42.5.0'
with Debian dir 6e523697fde11aae87c28363cf8aca5019031d2f
- - - - -
e525a19d by Christoph Berg at 2022-08-26T12:07:28+02:00
New upstream version 42.5.0.
- - - - -
5 changed files:
- debian/changelog
- pom.xml
- src/main/java/org/postgresql/jdbc/TypeInfoCache.java
- src/main/java/org/postgresql/util/DriverInfo.java
- src/main/resources/META-INF/MANIFEST.MF
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libpgjava (42.5.0-1) unstable; urgency=medium
+
+ * New upstream version 42.5.0.
+
+ -- Christoph Berg <myon at debian.org> Fri, 26 Aug 2022 12:06:57 +0200
+
libpgjava (42.4.2-1) unstable; urgency=medium
* New upstream version 42.4.2.
=====================================
pom.xml
=====================================
@@ -10,7 +10,7 @@
<artifactId>postgresql</artifactId>
<packaging>jar</packaging>
<name>PostgreSQL JDBC Driver - JDBC 4.2</name>
- <version>42.4.2</version>
+ <version>42.5.0</version>
<description>Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database</description>
<url>https://github.com/pgjdbc/pgjdbc</url>
=====================================
src/main/java/org/postgresql/jdbc/TypeInfoCache.java
=====================================
@@ -128,7 +128,7 @@ public class TypeInfoCache implements TypeInfo {
TYPE_ALIASES.put("long", "int8");
TYPE_ALIASES.put("int8", "int8");
TYPE_ALIASES.put("bigint", "int8");
- TYPE_ALIASES.put("float", "float4");
+ TYPE_ALIASES.put("float", "float8");
TYPE_ALIASES.put("float4", "float4");
TYPE_ALIASES.put("double", "float8");
TYPE_ALIASES.put("float8", "float8");
=====================================
src/main/java/org/postgresql/util/DriverInfo.java
=====================================
@@ -16,13 +16,13 @@ public final class DriverInfo {
// Driver name
public static final String DRIVER_NAME = "PostgreSQL JDBC Driver";
public static final String DRIVER_SHORT_NAME = "PgJDBC";
- public static final String DRIVER_VERSION = "42.4.2";
+ public static final String DRIVER_VERSION = "42.5.0";
public static final String DRIVER_FULL_NAME = DRIVER_NAME + " " + DRIVER_VERSION;
// Driver version
public static final int MAJOR_VERSION = 42;
- public static final int MINOR_VERSION = 4;
- public static final int PATCH_VERSION = 2;
+ public static final int MINOR_VERSION = 5;
+ public static final int PATCH_VERSION = 0;
// JDBC specification
public static final String JDBC_VERSION = "4.2";
=====================================
src/main/resources/META-INF/MANIFEST.MF
=====================================
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Implementation-Title: PostgreSQL JDBC Driver
Bundle-License: BSD-2-Clause
Automatic-Module-Name: org.postgresql.jdbc
-Implementation-Version: 42.4.2
+Implementation-Version: 42.5.0
Specification-Vendor: Oracle Corporation
Specification-Title: JDBC
Implementation-Vendor-Id: org.postgresql
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/compare/3467636e2c6bb4c99fcd92d50283e11444fc12a7...e525a19dec41168690c9a1d70ef6e25f8d9cbb1a
--
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/compare/3467636e2c6bb4c99fcd92d50283e11444fc12a7...e525a19dec41168690c9a1d70ef6e25f8d9cbb1a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220826/4c7b93af/attachment.htm>
More information about the pkg-java-commits
mailing list