File postgresql-jdbc.changes of Package postgresql-jdbc
-------------------------------------------------------------------
Fri Sep 14 16:21:08 UTC 2018 - darin@darins.net
- Update to 42.2.5
Full Changelog: https://jdbc.postgresql.org/documentation/changelog.html
* Changed:
- `ssl=true` implies `sslmode=verify-full`, that is it requires valid server certificate [cdeeaca4]
* Added:
- Support for `sslmode=allow/prefer/require` [cdeeaca4]
* Fixed
- Security: added server hostname verification for non-default SSL factories in `sslmode=verify-full`
(CVE-2018-10936) (boo#1106539)
- Updated documentation on SSL configuration [fa032732]
- Updated Japanese translations [PR 1275]
- IndexOutOfBounds on prepared multistatement with insert values [c2885dd0]
- Update build to support tetra
https://github.com/moio/tetra
- Remove files:
* build.xml
* jdbc-postgresql-9.4_p1201-remove-sspi.patch
- javadoc-pom-xml.patch so maven doesn't fail on html4/5 warnings
-------------------------------------------------------------------
Tue Sep 19 08:47:08 UTC 2017 - fstrba@suse.com
- Build with java compatibility 1.6
- Modified file:
* build.xml
+ Detect correctly java 9
-------------------------------------------------------------------
Mon Jul 6 11:37:30 UTC 2015 - dmacvicar@suse.de
- update to version 9.4-1200 (fate#318788)
* https://jdbc.postgresql.org/documentation/changelog.html
- Add patch:
* jdbc-postgresql-9.4_p1201-remove-sspi.patch
-------------------------------------------------------------------
Fri Jul 11 13:52:03 UTC 2014 - tchvatal@suse.com
- Do not version java docdir.
-------------------------------------------------------------------
Tue Jul 8 10:34:41 UTC 2014 - tchvatal@suse.com
- Do not depend on ant-trax.
-------------------------------------------------------------------
Fri Jun 27 12:49:44 UTC 2014 - tchvatal@suse.com
- Fix build on SLE11
-------------------------------------------------------------------
Fri Jun 27 11:58:20 UTC 2014 - tchvatal@suse.com
- Version bump to latest release 9.3:
* Various fixes
* Better integration with pgsql9.3
- Cleanup with spec-cleaner
-------------------------------------------------------------------
Mon Sep 9 11:06:17 UTC 2013 - tchvatal@suse.com
- Move from jpackage-utils to javapackage-tools
-------------------------------------------------------------------
Thu Mar 28 15:56:58 UTC 2013 - darin@darins.net
- Set the correct license
-------------------------------------------------------------------
Tue Mar 26 16:55:12 UTC 2013 - darin@darins.net
- Update license
- rpmlint cleanup
-------------------------------------------------------------------
Thu Feb 21 10:16:34 UTC 2013 - darin@darins.net
- Update to 9.2
- cleaned up .spec
- moved %changelog to .changes
-------------------------------------------------------------------
Thu Mar 3 00:00:00 UTC 2011 - vlado.paskov@gmail.com
- Initial package release.