Skip to content

Commit 1a03215

Browse files
committed
releasing package postgresql-unit version 7.1-1
1 parent b438fb3 commit 1a03215

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
7.1: Dec 3, 2018
2+
----------------
3+
* Import definitions.unit 2.44 from units 2.18 with 36 new units.
4+
When upgrading from a previous install, use `SELECT unit_load();` to import.
5+
* Adjust powers.h to round "1" down by one ULP.
6+
17
7.0: Sep 28, 2018
28
-----------------
39
* Format time using commonyears + days + hh:mm:ss.sss s.

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
postgresql-unit (7.0-3) UNRELEASED; urgency=medium
1+
postgresql-unit (7.1-1) unstable; urgency=medium
22

33
* Import definitions.unit 2.44 from units 2.18 with 36 new units.
44
* Adjust powers.h to round "1" down by one ULP.
55

6-
-- Christoph Berg <[email protected]> Wed, 31 Oct 2018 22:43:09 +0100
6+
-- Christoph Berg <[email protected]> Mon, 03 Dec 2018 09:51:31 +0100
77

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

do

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for PGVERSION in ${*:-10 11 12 9.6 9.5}; do
1010
PG_CONFIG=/usr/lib/postgresql/$PGVERSION/bin/pg_config
1111
export PGCLUSTER="$PGVERSION/main"
1212
export PGPORT="54${PGVERSION/./}"
13-
[ "$PGVERSION" = "10" ] && unset PGPORT # default version
13+
[ "$PGVERSION" = "11" ] && unset PGPORT # default version
1414

1515
make clean
1616
make PG_CONFIG=$PG_CONFIG PROFILE="-Werror"

0 commit comments

Comments
 (0)