Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit eaee369

Browse files
vlsidavecramer
authored andcommitted
Add release notes for pgjdbc 9.4.1212 (#39)
1 parent d2fa965 commit eaee369

File tree

3 files changed

+65
-6
lines changed

3 files changed

+65
-6
lines changed

documentation/changelog.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ nav: ../
77

88
# History of Changes
99
* [Introduction and explanation of symbols](#introduction)
10+
* [Version 9.4.1212 (2016-11-01)](#version_9.4.1212)
11+
* [Contributors to this release](#contributors_9.4.1212)
1012
* [Version 9.4.1211 (2016-09-18)](#version_9.4.1211)
1113
* [Contributors to this release](#contributors_9.4.1211)
1214
* [Version 9.4.1210 (2016-09-07)](#version_9.4.1210)
@@ -70,6 +72,52 @@ denote the various action types:![add](../media/img/add.jpg)=add,
7072
<img alt="update" src="../media/img/update.jpg" />=update
7173
***
7274

75+
<a name="version_9.4.1212"></a>
76+
## Version 9.4.1212 (2016-11-02)
77+
78+
Notable changes:
79+
80+
* ? can now be used in non-prepared statements (regression was introduced in 1210)
81+
82+
AlexElin (1):
83+
84+
* chore: add coverage badge (#646) [05c2f8d](https://github.com/pgjdbc/pgjdbc/commit/05c2f8d0d5ad66d9bf659754483ef92acb1b30ff)
85+
86+
Jorge Solorzano (6):
87+
88+
* docs: split readme.md to contributing.md (#652) [7270435](https://github.com/pgjdbc/pgjdbc/commit/7270435aebc204df72c388bcdd47b17d64dbe21f)
89+
* docs: improve readme.md (#666) [cf6b836](https://github.com/pgjdbc/pgjdbc/commit/cf6b836c2acbddc12f74944534fddeb012df4fdb)
90+
* docs: change license to BSD-2-Clause (#660) [b4c90c8](https://github.com/pgjdbc/pgjdbc/commit/b4c90c80795031cfa790b9a589a22da606f50734)
91+
* style: update the header in the project (#662) [8be516d](https://github.com/pgjdbc/pgjdbc/commit/8be516d47ece60b7aeba5a9474b5cac1d538a04a)
92+
* fix: copy src/main/resources (#676) [14f3fce](https://github.com/pgjdbc/pgjdbc/commit/14f3fcebe417242474289d2fd3f5d2b5e66b0f0b)
93+
* style: copy license file to META-INF folder (#677) [c518697](https://github.com/pgjdbc/pgjdbc/commit/c518697036c40543f29b303135b0ef025b883009)
94+
95+
Sebastian Utz (1):
96+
97+
* fix: makes escape processing strict according to JDBC spec [PR#657](https://github.com/pgjdbc/pgjdbc/pull/657) [00a8478](https://github.com/pgjdbc/pgjdbc/commit/00a847879f313105de124776b7edaab928bf5b4c)
98+
99+
Vladimir Sitnikov (4):
100+
101+
* fix: do not convert ?, ? to $1, $2 when statement.executeQuery(String) is used (#644) [PR#643](https://github.com/pgjdbc/pgjdbc/pull/643) [08e1a40](https://github.com/pgjdbc/pgjdbc/commit/08e1a409163220f84b57e9384a96bef019e2bc19)
102+
* tests: make CursorFetchTest.testGetRow to use stable order of rows so the test does not depend on actual implementation of UNION [3c8efe4](https://github.com/pgjdbc/pgjdbc/commit/3c8efe422f17e2684f8d2936b999a4cc422d0482)
103+
* fix: avoid ClassLoader leaks caused by SharedTimer [PR#664](https://github.com/pgjdbc/pgjdbc/pull/664) [f52bf7f](https://github.com/pgjdbc/pgjdbc/commit/f52bf7fc7a71341fae3a9255af0e2b2c271a35dd)
104+
* Make successful OSGi activation less noisy [PR#672](https://github.com/pgjdbc/pgjdbc/pull/672) [22b9025](https://github.com/pgjdbc/pgjdbc/commit/22b902518abe4d429e8bef908eb90db1be9ccd79)
105+
106+
zapov (1):
107+
108+
* fix: Don't break when there is no column metadata (#663) [6d2a53e](https://github.com/pgjdbc/pgjdbc/commit/6d2a53eb45f49fa5b34b97e6e29d71c9eb114053)
109+
110+
<a name="contributors_9.4.1212"></a>
111+
### Contributors to this release
112+
113+
We thank the following people for their contributions to this release.
114+
115+
[AlexElin](https://github.com/AlexElin)
116+
[Jorge Solorzano](https://github.com/jorsol)
117+
[Rikard Pavelic](https://github.com/zapov)
118+
[Sebastian Utz](https://github.com/seut)
119+
[Vladimir Sitnikov](https://github.com/vlsi)
120+
73121
<a name="version_9.4.1211"></a>
74122
## Version 9.4.1211 (2016-09-18)
75123

@@ -404,7 +452,7 @@ We thank the following people for their contributions to this release.
404452
[George Kankava](https://github.com/georgekankava)
405453
[Gilles Cornu](https://github.com/gildegoma)
406454
[Markus KARG](https://github.com/mkarg)
407-
[Rikard Pavelic](https://github.com/zapov)
455+
[Rikard Pavelic](https://github.com/zapov)
408456
[Jeremy Whiting](<[email protected]>)
409457
[Vladimir Sitnikov](https://github.com/vlsi)
410458
[Stephen Nelson](https://github.com/lordnelson)

download.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ JDBC42 versionIf you are using a java version older than 1.6 then
4040
you will need to use a JDBC3 version of the driver, which will by
4141
necessity not be current
4242

43-
[JDBC4 Postgresql Driver, Version 9.4.1211](download/postgresql-9.4.1211.jre6.jar)
43+
[JDBC4 Postgresql Driver, Version 9.4.1212](download/postgresql-9.4.1212.jre6.jar)
4444

45-
[JDBC41 Postgresql Driver, Version 9.4.1211](download/postgresql-9.4.1211.jre7.jar)
45+
[JDBC41 Postgresql Driver, Version 9.4.1212](download/postgresql-9.4.1212.jre7.jar)
4646

47-
[JDBC42 Postgresql Driver, Version 9.4.1211](download/postgresql-9.4.1211.jar)
47+
[JDBC42 Postgresql Driver, Version 9.4.1212](download/postgresql-9.4.1212.jar)
4848

4949
[JDBC3 Postgresql Driver, Version 9.3-1103](download/postgresql-9.3-1103.jdbc3.jar)
5050

@@ -91,6 +91,17 @@ versions of the JVM with the JDBC specification implemented.
9191
<th>JDBC 42</th>
9292
<th>Source</th>
9393
</tr>
94+
<tr>
95+
<td>9.4.1212</td>
96+
<td>&nbsp;</td>
97+
<td>&nbsp;</td>
98+
<td></td>
99+
<td><a href="download/postgresql-9.4.1212.jre6.jar">9.4.1212 JDBC 4</a></td>
100+
<td><a href="download/postgresql-9.4.1212.jre7.jar">9.4.1212 JDBC 41</a></td>
101+
<td><a href="download/postgresql-9.4.1212.jar">9.4.1212 JDBC 42</a></td>
102+
<td><a href="download/postgresql-jdbc-9.4.1212.src.tar.gz">9.4.1212 JDBC Source</a></td>
103+
</tr>
104+
94105
<tr>
95106
<td>9.4.1211</td>
96107
<td>&nbsp;</td>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<!-- <div id="pgFrontMain"> -->
1111
<div id="pgFrontFeature">
1212
<div id="pgFrontFeatureContent">
13-
<h1 id="txtFrontFeatureHeading">Version 9.4-1211 Released</h1>
14-
<p><b>Sep 18 2016</b></p>
13+
<h1 id="txtFrontFeatureHeading">Version 9.4-1212 Released</h1>
14+
<p><b>Nov 2 2016</b></p>
1515
<p>
1616
Welcome to the PostgreSQL JDBC website.
1717
</p>

0 commit comments

Comments
 (0)