[libpostgresql-jdbc-java] branch master updated (0046651 -> 49822c2)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:17:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository libpostgresql-jdbc-java.

      from  0046651   Bump standards version
      adds  8a8eb20   maven build for 9.2
      adds  abe5346   Lookup correct array delimiter in Connection.createArrayOf.
      adds  223cd59   avoid NullPointerException from Derrik Hudson on User Defined Types
      adds  59fbeac   Merge branch 'REL9_2_STABLE' of github.com:pgjdbc/pgjdbc into REL9_2_STABLE
      adds  48abd5a   for maven
      adds  d045574   fixed tcpkeepalive as per Rui Zhu pass stringtype on to url through properties from Mike O'Toole
      adds  0fe85f0   initialize binaryTranferEnable to null
      adds  6d7d0c3   Merge branch 'REL9_2_STABLE' of github.com:davecramer/pgjdbc into REL9_2_STABLE
      adds  9607943   check for null before appending to url
      adds  92a173d   Merge pull request #60 from davecramer/REL9_2_STABLE
      adds  947d5ab   incremented version to fix pushing a 1.7 build for maven
      adds  d17e18f   Merge pull request #62 from davecramer/REL9_2_STABLE
      adds  b0138a3   fixed compile mistake
      adds  af1bd91   Merge pull request #66 from davecramer/REL9_2_STABLE
      adds  a9ba4ab   backpatched canceltimer bug reported by Andri-Redko
      adds  f583797   fixed sort order for DatabaseMetaData
      adds  32021b2   fixed DatabaseMetaDataTest as per Sylvain Cuaz
      adds  eafcbb3   fix for setBlob with large blob
      adds  087fb00   Merge pull request #84 from davecramer/REL9_2_STABLE
      adds  ac1a7ec   Merge branch 'REL9_2_STABLE' of github.com:pgjdbc/pgjdbc into REL9_2_STABLE
      adds  d53544d   Merge pull request #87 from davecramer/REL9_2_STABLE
      adds  59ed3c2   add functions to allow LargeObjectMaager to commit on close from Marc Cousin
      adds  3415336   reset interrupted bit and throw unchecked exception if we get interrupted while trying to connect
      adds  6647c71   Fix #92, missing NonValidatingFactory in JDBC3 driver
      adds  ef74120   Merge pull request #93 from ringerc/REL9_2_STABLE
      adds  3c984ab   updated version numbers and message classes for release 1004
      adds  b033b19   Build script changes to allow packaging and deployment to Maven central using maven-ant-tasks.
      adds  c414343   Merge pull request #96 from lordnelson/maven-to-9.2-branch
      adds  6ce9e68   resolved conflict
      adds  58833a8   move default port back to 5432
      adds  048ee84   redo occurred spelling mistake
      adds  3bfb22b   generate JDBC 4.1 string for 1.7 and 1.8 builds
      adds  626d112   set version to 1004
      adds  38152ac   message files up to date
      adds  5e8916b   Merge tag 'REL9_2_1004' into upstream
       new  891481a   Merge tag 'upstream/9.2-1004'
       new  b455410   Refreshed the patches
       new  e746032   Standards-Version updated to 3.9.8
       new  1131136   Switch to debhelper level 10
       new  25bde4b   Use secure Vcs-* URLs
      adds  8873fde   Clean the upstream tarball
       new  a2ae995   Merge tag 'upstream/9.2-1004'
       new  2415c58   New upstream version 9.2-1004
       new  d8a4936   Merge tag 'upstream/9.2-1004'
       new  49822c2   Wrap and sort

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.properties                                   |  12 +
 build.xml                                          | 310 ++++++++++++++-------
 debian/changelog                                   |  11 +
 debian/compat                                      |   2 +-
 debian/control                                     |  26 +-
 debian/libpostgresql-jdbc-java.links               |   4 +-
 debian/patches/jdbc3.patch                         |  14 -
 debian/patches/link-javadoc.patch                  |   8 +-
 debian/patches/series                              |   1 -
 org/postgresql/Driver.java.in                      |  16 +-
 org/postgresql/core/v2/ConnectionFactoryImpl.java  |   2 +-
 org/postgresql/core/v3/ConnectionFactoryImpl.java  |   2 +-
 org/postgresql/ds/common/BaseDataSource.java       |  80 +++++-
 .../jdbc2/AbstractJdbc2DatabaseMetaData.java       |   4 +-
 org/postgresql/jdbc2/AbstractJdbc2Statement.java   |  38 ++-
 org/postgresql/jdbc3/Jdbc3Connection.java          |   2 +-
 org/postgresql/jdbc4/AbstractJdbc4Connection.java  |   9 +-
 org/postgresql/largeobject/LargeObject.java        |  38 ++-
 org/postgresql/largeobject/LargeObjectManager.java |  67 ++++-
 .../test/jdbc2/DatabaseMetaDataTest.java           |  69 +++++
 org/postgresql/test/jdbc4/ArrayTest.java           |  20 ++
 org/postgresql/translation/bg.po                   | 184 ++++++------
 org/postgresql/translation/cs.po                   | 184 ++++++------
 org/postgresql/translation/de.po                   | 184 ++++++------
 org/postgresql/translation/es.po                   | 180 ++++++------
 org/postgresql/translation/fr.po                   | 184 ++++++------
 org/postgresql/translation/it.po                   | 183 ++++++------
 org/postgresql/translation/ja.po                   | 184 ++++++------
 org/postgresql/translation/messages_bg.class       | Bin 39580 -> 39423 bytes
 org/postgresql/translation/messages_cs.class       | Bin 13034 -> 12906 bytes
 org/postgresql/translation/messages_de.class       | Bin 25855 -> 25726 bytes
 org/postgresql/translation/messages_es.class       | Bin 4056 -> 3924 bytes
 org/postgresql/translation/messages_fr.class       | Bin 25507 -> 25363 bytes
 org/postgresql/translation/messages_it.class       | Bin 24631 -> 24487 bytes
 org/postgresql/translation/messages_ja.class       | Bin 34319 -> 34163 bytes
 org/postgresql/translation/messages_nl.class       | Bin 2378 -> 2379 bytes
 org/postgresql/translation/messages_pl.class       | Bin 11512 -> 11385 bytes
 org/postgresql/translation/messages_pt_BR.class    | Bin 27293 -> 27160 bytes
 org/postgresql/translation/messages_ru.class       | Bin 8584 -> 8433 bytes
 org/postgresql/translation/messages_sr.class       | Bin 26521 -> 26366 bytes
 org/postgresql/translation/messages_tr.class       | Bin 26459 -> 26336 bytes
 org/postgresql/translation/messages_zh_CN.class    | Bin 17399 -> 17280 bytes
 org/postgresql/translation/messages_zh_TW.class    | Bin 17400 -> 17281 bytes
 org/postgresql/translation/nl.po                   | 183 ++++++------
 org/postgresql/translation/pl.po                   | 180 ++++++------
 org/postgresql/translation/pt_BR.po                | 184 ++++++------
 org/postgresql/translation/ru.po                   | 184 ++++++------
 org/postgresql/translation/sr.po                   | 184 ++++++------
 org/postgresql/translation/tr.po                   | 184 ++++++------
 org/postgresql/translation/zh_CN.po                | 180 ++++++------
 org/postgresql/translation/zh_TW.po                | 180 ++++++------
 org/postgresql/util/PGobject.java                  |   9 +-
 org/postgresql/util/PSQLDriverVersion.java         |   2 +-
 src/pom/pom.xml                                    |  45 +++
 54 files changed, 1988 insertions(+), 1545 deletions(-)
 delete mode 100644 debian/patches/jdbc3.patch
 create mode 100644 src/pom/pom.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git



More information about the pkg-java-commits mailing list