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
|
pg-cron (1.4.2-2) unstable; urgency=medium
* Upload for PostgreSQL 15.
* debian/watch: Look at GitHub tags instead of releases.
-- Christoph Berg <myon@debian.org> Tue, 01 Nov 2022 16:03:09 +0100
pg-cron (1.4.2-1) unstable; urgency=medium
* New upstream version.
* Makefile: Disable temp instance for regression tests.
-- Christoph Berg <myon@debian.org> Mon, 08 Aug 2022 19:52:11 +0200
pg-cron (1.4.1-2) unstable; urgency=medium
* Fix testsuite failure on some 32-bit architectures.
-- Christoph Berg <myon@debian.org> Wed, 03 Nov 2021 13:30:57 +0100
pg-cron (1.4.1-1) unstable; urgency=medium
* Upload for PG14.
-- Christoph Berg <myon@debian.org> Fri, 15 Oct 2021 14:22:13 +0200
pg-cron (1.3.1-1) experimental; urgency=medium
* New upstream version.
-- Christoph Berg <myon@debian.org> Thu, 22 Apr 2021 17:15:31 +0200
pg-cron (1.3.0-2) unstable; urgency=medium
* R³: no.
* Work around problem in PG13.0's atomics/arch-ppc.h.
-- Christoph Berg <myon@debian.org> Fri, 09 Oct 2020 13:22:42 +0200
pg-cron (1.3.0-1) unstable; urgency=low
[ Debian Janitor ]
* Bump debhelper from deprecated 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Christoph Berg ]
* New upstream version with PG13 support.
* Use dh --with pgxs_loop and run tests at build-time as well.
* DH 13.
* debian/tests: Use installed-versions instead of supported-versions.
* debian/tests: Run installcheck via autopkgtest as well, next to our custom
test.
-- Christoph Berg <myon@debian.org> Wed, 07 Oct 2020 11:10:17 +0200
pg-cron (1.2.0-1) unstable; urgency=medium
* New upstream version with PG12 support.
* Fix testsuite for compatibility with 9.x.
-- Christoph Berg <myon@debian.org> Sat, 26 Oct 2019 09:23:54 +0200
pg-cron (1.1.4-1) experimental; urgency=medium
* New upstream version.
-- Christoph Berg <myon@debian.org> Wed, 10 Apr 2019 15:01:26 +0200
pg-cron (1.1.3-2) unstable; urgency=medium
* Recompile against new heap_getattr() API in PostgreSQL 11.2.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 12 Feb 2019 15:07:34 +0100
pg-cron (1.1.3-1) unstable; urgency=medium
* New upstream version.
-- Christoph Berg <christoph.berg@credativ.de> Thu, 29 Nov 2018 09:32:14 +0100
pg-cron (1.1.2-3) unstable; urgency=medium
* Upload for PostgreSQL 11.
* Use -Wno-unknown-warning-option instead of removing -Werror.
(Supported by clang, and -Wno-* is ignored by gcc by default.)
-- Christoph Berg <myon@debian.org> Fri, 12 Oct 2018 12:45:13 +0200
pg-cron (1.1.2-2) unstable; urgency=medium
* Remove -Werror so clang doesn't die on -Wno-maybe-uninitialized with PG11.
-- Christoph Berg <myon@debian.org> Sun, 29 Jul 2018 11:57:56 +0200
pg-cron (1.1.2-1) unstable; urgency=medium
* New upstream version with PG 11 support.
* Set CC=gcc to enable -Wno-maybe-uninitialized in Makefile.
* Move packaging repository to salsa.debian.org
* Move maintainer address to team+postgresql@tracker.debian.org.
-- Christoph Berg <myon@debian.org> Sat, 28 Jul 2018 20:39:10 +0200
pg-cron (1.0.2-1) unstable; urgency=medium
* Initial release.
* Fix type mismatches on 32bit.
* Disable warnings about maybe-uninitialized variables, Ubuntu/ppc64el needs
this for entry.c.
-- Christoph Berg <christoph.berg@credativ.de> Mon, 27 Nov 2017 10:31:29 +0100
|