From: | Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | [pgjdbc/pgjdbc] 1e5bf5: fix: infinite dates might be corrupted when transf... |
Date: | 2017-05-05 20:43:58 |
Message-ID: | 590ce40e6fad5_65253ff40ab03c343066f@hookshot-fe5-cp1-prd.iad.github.net.mail |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 1e5bf563f41203417281117ed20b183cd295b4e0
https://github.com/pgjdbc/pgjdbc/commit/1e5bf563f41203417281117ed20b183cd295b4e0
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M docs/_includes/changelog/42.1.0-notes.md
M pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java
Log Message:
-----------
fix: infinite dates might be corrupted when transferred in binary for certain JREs
The error was TimestampTest.testInfinity:122->runInfinityTests:154 expected:<[infinity]> but was:<[5881610-07-11]>
The bug reproduced when trying to build pgjdbc 42.1.0 using
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468-11M4833)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-468, mixed mode)
Commit: 6bc4fe0758510243d1f3cb56b0b1ae374117f7e4
https://github.com/pgjdbc/pgjdbc/commit/6bc4fe0758510243d1f3cb56b0b1ae374117f7e4
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M release_notes.sh
Log Message:
-----------
chore: print "include notable changes" to the generated changelog
Commit: 139fab86a7bdb57527b9c9200df86df50a1a7562
https://github.com/pgjdbc/pgjdbc/commit/139fab86a7bdb57527b9c9200df86df50a1a7562
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
A docs/_includes/changelog/42.1.1-notes.md
A docs/_includes/changelog/42.1.1-release.md
M docs/documentation/changelog.md
M docs/download.md
M docs/index.html
Log Message:
-----------
docs: update site for 42.1.1
Commit: 78e9c0766fe831ed5eb8d89ada2963ffb1d9e55a
https://github.com/pgjdbc/pgjdbc/commit/78e9c0766fe831ed5eb8d89ada2963ffb1d9e55a
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M pgjdbc/pom.xml
M pom.xml
M ubenchmark/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release REL42.1.1
Compare: https://github.com/pgjdbc/pgjdbc/compare/4482761f65c5...78e9c0766fe8
From | Date | Subject | |
---|---|---|---|
Next Message | vlsi | 2017-05-05 20:44:01 | [pgjdbc/pgjdbc] |
Previous Message | Vladimir Sitnikov | 2017-05-05 11:27:47 | Re: pgjdbc 42.1.0 release: changelog update |