Skip to content

Commit 55450db

Browse files
committed
releasing package postgresql-unit version 3.0
1 parent 0ebbba6 commit 55450db

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
3.0:
2-
----
1+
3.0: Mar 22, 2017
2+
-----------------
33
* Support defining new units at runtime.
4+
* Import unit definitions from GNU units.
5+
* Add sqrt() and cbrt() functions.
46
* Extension is not relocatable after installation anymore.
7+
* Bump extension version to 3.
58
* Bump minimum supported PostgreSQL version to 9.5 so we can use
69
hash_create(HASH_BLOBS).
10+
* Bump license to GPL-3+ to match GNU units' license.
711

812
2.0: Jan 9, 2017
913
----------------

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
postgresql-unit (3.0) UNRELEASED; urgency=medium
1+
postgresql-unit (3.0) experimental; urgency=medium
22

33
* Support defining new units at runtime.
44
* Import unit definitions from GNU units.
@@ -9,7 +9,7 @@ postgresql-unit (3.0) UNRELEASED; urgency=medium
99
hash_create(HASH_BLOBS).
1010
* Bump license to GPL-3+ to match GNU units' license.
1111

12-
-- Christoph Berg <[email protected]> Sun, 22 Jan 2017 16:32:46 +0100
12+
-- Christoph Berg <[email protected]> Wed, 22 Mar 2017 18:33:22 +0100
1313

1414
postgresql-unit (2.0) unstable; urgency=medium
1515

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Vcs-Git: https://github.com/ChristophBerg/postgresql-unit.git
1212
Vcs-Browser: https://github.com/ChristophBerg/postgresql-unit
1313
Homepage: https://github.com/ChristophBerg/postgresql-unit
1414

15-
Package: postgresql-10-unit
15+
Package: postgresql-9.6-unit
1616
Architecture: any
17-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10
17+
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6
1818
Description: SI Units for PostgreSQL
1919
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
2020
base units can be combined to named and unnamed derived units using operators

0 commit comments

Comments
 (0)