Skip to content

Commit

Permalink
releasing package postgresql-unit version 7.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Dec 3, 2018
1 parent b438fb3 commit 1a03215
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 31 Oct 2018 22:43:09 +0100
-- Christoph Berg <[email protected]> Mon, 03 Dec 2018 09:51:31 +0100

postgresql-unit (7.0-2) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion do
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a03215

Please sign in to comment.