From 1a032159db5cada29a2cccd82caf1c736f46d179 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 3 Dec 2018 09:56:38 +0100 Subject: [PATCH] releasing package postgresql-unit version 7.1-1 --- NEWS.md | 6 ++++++ debian/changelog | 4 ++-- do | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9069b6f..03a156d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +7.1: Dec 3, 2018 +---------------- +* Import definitions.unit 2.44 from units 2.18 with 36 new units. + When upgrading from a previous install, use `SELECT unit_load();` to import. +* Adjust powers.h to round "1" down by one ULP. + 7.0: Sep 28, 2018 ----------------- * Format time using commonyears + days + hh:mm:ss.sss s. diff --git a/debian/changelog b/debian/changelog index a9ef803..9c70d50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -postgresql-unit (7.0-3) UNRELEASED; urgency=medium +postgresql-unit (7.1-1) unstable; urgency=medium * Import definitions.unit 2.44 from units 2.18 with 36 new units. * Adjust powers.h to round "1" down by one ULP. - -- Christoph Berg Wed, 31 Oct 2018 22:43:09 +0100 + -- Christoph Berg Mon, 03 Dec 2018 09:51:31 +0100 postgresql-unit (7.0-2) unstable; urgency=medium diff --git a/do b/do index 561a344..33799e9 100755 --- a/do +++ b/do @@ -10,7 +10,7 @@ for PGVERSION in ${*:-10 11 12 9.6 9.5}; do PG_CONFIG=/usr/lib/postgresql/$PGVERSION/bin/pg_config export PGCLUSTER="$PGVERSION/main" export PGPORT="54${PGVERSION/./}" - [ "$PGVERSION" = "10" ] && unset PGPORT # default version + [ "$PGVERSION" = "11" ] && unset PGPORT # default version make clean make PG_CONFIG=$PG_CONFIG PROFILE="-Werror"