From 55450db7dd99d5a918c0ece6824f5b535c0c9d7f Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 22 Mar 2017 18:35:26 +0100 Subject: [PATCH] releasing package postgresql-unit version 3.0 --- NEWS.md | 8 ++++++-- debian/changelog | 4 ++-- debian/control | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index fd0fa2f..3008af1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,13 @@ -3.0: ----- +3.0: Mar 22, 2017 +----------------- * Support defining new units at runtime. +* Import unit definitions from GNU units. +* Add sqrt() and cbrt() functions. * Extension is not relocatable after installation anymore. +* Bump extension version to 3. * Bump minimum supported PostgreSQL version to 9.5 so we can use hash_create(HASH_BLOBS). +* Bump license to GPL-3+ to match GNU units' license. 2.0: Jan 9, 2017 ---------------- diff --git a/debian/changelog b/debian/changelog index 72855e3..2b2b73e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -postgresql-unit (3.0) UNRELEASED; urgency=medium +postgresql-unit (3.0) experimental; urgency=medium * Support defining new units at runtime. * Import unit definitions from GNU units. @@ -9,7 +9,7 @@ postgresql-unit (3.0) UNRELEASED; urgency=medium hash_create(HASH_BLOBS). * Bump license to GPL-3+ to match GNU units' license. - -- Christoph Berg Sun, 22 Jan 2017 16:32:46 +0100 + -- Christoph Berg Wed, 22 Mar 2017 18:33:22 +0100 postgresql-unit (2.0) unstable; urgency=medium diff --git a/debian/control b/debian/control index 927f513..ca6c033 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Vcs-Git: https://github.com/ChristophBerg/postgresql-unit.git Vcs-Browser: https://github.com/ChristophBerg/postgresql-unit Homepage: https://github.com/ChristophBerg/postgresql-unit -Package: postgresql-10-unit +Package: postgresql-9.6-unit Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10 +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6 Description: SI Units for PostgreSQL postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The base units can be combined to named and unnamed derived units using operators