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 143
|
wal2json (2.6-3) unstable; urgency=medium
* Upload for PostgreSQL 18. (Closes: #1117344)
* Add ${postgresql:Breaks}.
* debian/tests: Depend on postgresql-common-dev instead of 'make'.
-- Christoph Berg <myon@debian.org> Thu, 09 Oct 2025 10:55:15 +0200
wal2json (2.6-2) unstable; urgency=medium
* Upload for PostgreSQL 17.
* Restrict to 64-bit architectures.
-- Christoph Berg <myon@debian.org> Sun, 15 Sep 2024 14:57:54 +0200
wal2json (2.6-1) unstable; urgency=medium
* New upstream version 2.6.
-- Christoph Berg <myon@debian.org> Sat, 04 May 2024 12:20:23 +0200
wal2json (2.5-2) unstable; urgency=medium
* Upload for PostgreSQL 16.
* Use ${postgresql:Depends}.
-- Christoph Berg <myon@debian.org> Mon, 18 Sep 2023 22:57:52 +0200
wal2json (2.5-1) unstable; urgency=medium
* New upstream version.
* Upload for PostgreSQL 15.
-- Christoph Berg <myon@debian.org> Mon, 24 Oct 2022 17:19:55 +0200
wal2json (2.4-2) unstable; urgency=medium
* Mark B-D on postgresql-all as <!nocheck> and add
postgresql-server-dev-all for nocheck builds.
* Upload for PostgreSQL 14.
-- Christoph Berg <myon@debian.org> Thu, 21 Oct 2021 12:17:45 +0200
wal2json (2.4-1) unstable; urgency=medium
* New upstream version.
-- Christoph Berg <myon@debian.org> Thu, 09 Sep 2021 17:20:01 +0200
wal2json (2.3-2) unstable; urgency=medium
* Upload for PostgreSQL 13.
* Use dh --with pgxs.
* R³: no.
* debian/tests: Use 'make' instead of postgresql-server-dev-all.
-- Christoph Berg <myon@debian.org> Mon, 19 Oct 2020 22:32:23 +0200
wal2json (2.3-1) unstable; urgency=low
[ Debian Janitor ]
* Bump debhelper from deprecated 9 to 10.
* Update renamed lintian tag names in lintian overrides.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Christoph Berg ]
* New upstream version.
* DH 13.
-- Christoph Berg <myon@debian.org> Thu, 13 Aug 2020 13:46:24 +0200
wal2json (2.2-1) unstable; urgency=medium
* New upstream version compatible with PG9.4+.
-- Christoph Berg <myon@debian.org> Wed, 19 Feb 2020 11:04:22 +0100
wal2json (2.1-1) unstable; urgency=medium
* New upstream version, fixed for 32 bit archs.
* Mark as compatible with PG9.6+, uses UInt64GetDatum.
-- Christoph Berg <myon@debian.org> Mon, 10 Feb 2020 20:47:31 +0100
wal2json (2.0-2) unstable; urgency=medium
* Restrict to 64-bit architectures because of
https://github.com/eulerto/wal2json/issues/142.
-- Christoph Berg <myon@debian.org> Fri, 07 Feb 2020 10:48:00 +0100
wal2json (2.0-1) unstable; urgency=medium
* New upstream version, really compatible with PG12. (Closes: #947896)
-- Christoph Berg <myon@debian.org> Mon, 06 Jan 2020 20:34:18 +0100
wal2json (1.0-6) unstable; urgency=medium
* Upload for PostgreSQL 12.
-- Christoph Berg <myon@debian.org> Tue, 10 Dec 2019 10:58:53 +0100
wal2json (1.0-5) unstable; urgency=medium
* Recompile against new heap_getattr() API in PostgreSQL 11.2.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 12 Feb 2019 15:15:48 +0100
wal2json (1.0-4) unstable; urgency=medium
* Update PostgreSQL Maintainers address.
* Add debian/gitlab-ci.yml.
-- Christoph Berg <christoph.berg@credativ.de> Thu, 07 Feb 2019 14:12:44 +0100
wal2json (1.0-3) unstable; urgency=medium
* Upload for PostgreSQL 11.
-- Christoph Berg <myon@debian.org> Sat, 13 Oct 2018 22:57:25 +0200
wal2json (1.0-2) unstable; urgency=medium
* Do not continue the short description into the long description.
Thanks to Josh Triplett for spotting! (Closes: #897079)
-- Christoph Berg <myon@debian.org> Sat, 28 Apr 2018 18:33:54 +0200
wal2json (1.0-1) unstable; urgency=medium
[ Ivan Mincik ]
* Initial release.
[ Christoph Berg ]
* Add watch file and regression tests runner.
* Copyright holder for wal2json.c is Euler Taveira de Oliveira, not the
PGDG. (See https://github.com/eulerto/wal2json/commit/a41243882)
* Catch regression test problems on older releases.
(See https://github.com/eulerto/wal2json/pull/59.)
-- Christoph Berg <christoph.berg@credativ.de> Tue, 17 Apr 2018 10:16:35 +0200
|