1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
postgresql-mysql-fdw (2.5.1-1) unstable; urgency=medium
* New upstream version.
-- Christoph Berg <christoph.berg@credativ.de> Thu, 29 Nov 2018 10:30:16 +0100
postgresql-mysql-fdw (2.5.0-1) unstable; urgency=medium
* New upstream version.
* Upload for PostgreSQL 11.
* Move maintainer address to team+postgresql@tracker.debian.org.
-- Christoph Berg <myon@debian.org> Fri, 19 Oct 2018 22:39:10 +0200
postgresql-mysql-fdw (2.4.0-1) unstable; urgency=medium
* New upstream version.
* Move packaging repository to salsa.debian.org
-- Christoph Berg <myon@debian.org> Sat, 17 Mar 2018 16:46:53 +0100
postgresql-mysql-fdw (2.3.0-2) unstable; urgency=medium
* Ignore "Test failure with PG10: ERROR: unrecognized node type: 217" for
now: https://github.com/EnterpriseDB/mysql_fdw/issues/147
-- Christoph Berg <christoph.berg@credativ.de> Fri, 01 Dec 2017 11:15:51 +0100
postgresql-mysql-fdw (2.3.0-1) unstable; urgency=medium
* New upstream version with PostgreSQL 10 support.
* Drop postgresql-mysql-fdw-doc package, it contained only README.md which
is also included in the main package anyway.
* Add new required table to MySQL test schema.
-- Christoph Berg <myon@debian.org> Sun, 10 Sep 2017 18:42:43 +0200
postgresql-mysql-fdw (2.2.0-2) unstable; urgency=medium
* Use default-mysql-server in test dependencies, stretch doesn't have
mysql-server.
-- Christoph Berg <myon@debian.org> Sun, 19 Mar 2017 20:57:02 +0100
postgresql-mysql-fdw (2.2.0-1) unstable; urgency=medium
* Team upload.
* New upstream version.
* Change INFO on established mysql connection to DEBUG1; the user should not
be bothered with it in normal operation, and moreover, INFO is not
possible to suppress using client_min_messages for having reproducible
regression test results (the message contains the mysql server version).
-- Christoph Berg <christoph.berg@credativ.de> Thu, 12 Jan 2017 10:02:48 +0100
postgresql-mysql-fdw (2.1.2-4) unstable; urgency=medium
* Switch to default-libmysqlclient-dev. (Closes: #845897, #848293)
-- Christoph Berg <myon@debian.org> Sat, 17 Dec 2016 18:15:18 +0100
postgresql-mysql-fdw (2.1.2-3) unstable; urgency=medium
* Team upload with 9.6 support.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 27 Sep 2016 12:37:38 +0200
postgresql-mysql-fdw (2.1.2-2) unstable; urgency=medium
* Add libmysqlclient-dev to Depends. libmysqlclient.so is loaded at runtime
using dlopen(). Spotted by Lev Dragunov, thanks!
-- Christoph Berg <myon@debian.org> Tue, 17 May 2016 23:45:59 +0200
postgresql-mysql-fdw (2.1.2-1) unstable; urgency=medium
* New upstream version with 9.5 support.
* debian/tests: Add new table and disable unshare.
* Ignore test results on squeeze, precise, and wily.
-- Christoph Berg <myon@debian.org> Sat, 23 Jan 2016 11:28:15 +0100
postgresql-mysql-fdw (2.0.1-1) unstable; urgency=low
* Initial release (Closes: #785453).
-- Markus Wanner <markus.wanner@datahouse.ch> Sun, 13 Sep 2015 21:12:59 +0200
|