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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
postgresql-mysql-fdw (2.5.5-2) unstable; urgency=medium
* debian/tests: Start mariadb service when available.
-- Christoph Berg <myon@debian.org> Thu, 14 Jan 2021 17:25:46 +0100
postgresql-mysql-fdw (2.5.5-1) unstable; urgency=medium
* New upstream version 2.5.5.
-- Christoph Berg <myon@debian.org> Tue, 17 Nov 2020 11:16:37 +0100
postgresql-mysql-fdw (2.5.4-2) unstable; urgency=medium
* Upload for PostgreSQL 13.
* Remove -fcommon workaround again (gcc 10 fix).
* Use dh --with pgxs.
* R³: no.
-- Christoph Berg <myon@debian.org> Mon, 19 Oct 2020 15:21:05 +0200
postgresql-mysql-fdw (2.5.4-1) unstable; urgency=low
[ Debian Janitor ]
* Use secure copyright file specification URI.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Christoph Berg ]
* New upstream version.
* Fix regression tests to work with mariadb as well.
* Remove some tests with output that varies a lot between MySQL versions.
-- Christoph Berg <myon@debian.org> Mon, 03 Aug 2020 13:59:24 +0200
postgresql-mysql-fdw (2.5.3-2) unstable; urgency=medium
* Fix build failure with gcc 10. (Closes: #957700)
* DH 13.
-- Christoph Berg <myon@debian.org> Wed, 29 Jul 2020 15:58:48 +0200
postgresql-mysql-fdw (2.5.3-1) unstable; urgency=medium
* New upstream version.
-- Christoph Berg <myon@debian.org> Tue, 01 Oct 2019 09:39:12 +0200
postgresql-mysql-fdw (2.5.2-1) unstable; urgency=medium
* New upstream version.
* Add debian/gitlab-ci.yml.
-- Christoph Berg <myon@debian.org> Fri, 27 Sep 2019 12:36:04 +0200
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
|