|
7 | 7 |
|
8 | 8 | # History of Changes |
9 | 9 | * [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) |
10 | 12 | * [Version 9.4.1211 (2016-09-18)](#version_9.4.1211) |
11 | 13 | * [Contributors to this release](#contributors_9.4.1211) |
12 | 14 | * [Version 9.4.1210 (2016-09-07)](#version_9.4.1210) |
@@ -70,6 +72,52 @@ denote the various action types:=add, |
70 | 72 | <img alt="update" src="../media/img/update.jpg" />=update |
71 | 73 | *** |
72 | 74 |
|
| 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 | + |
73 | 121 | <a name="version_9.4.1211"></a> |
74 | 122 | ## Version 9.4.1211 (2016-09-18) |
75 | 123 |
|
@@ -404,7 +452,7 @@ We thank the following people for their contributions to this release. |
404 | 452 | [George Kankava](https://github.com/georgekankava) |
405 | 453 | [Gilles Cornu](https://github.com/gildegoma) |
406 | 454 | [Markus KARG](https://github.com/mkarg) |
407 | | -[Rikard Pavelic](https://github.com/zapov) |
| 455 | +[Rikard Pavelic](https://github.com/zapov) |
408 | 456 | [Jeremy Whiting ](<[email protected]>) |
409 | 457 | [Vladimir Sitnikov](https://github.com/vlsi) |
410 | 458 | [Stephen Nelson](https://github.com/lordnelson) |
|
0 commit comments