Skip to content

Commit 616d86e

Browse files
committed
releasing package postgresql-unit version 6.0-1
1 parent 87330de commit 616d86e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
6.0: Mar 7, 2018
2+
----------------
3+
* Add @@ operator: similar to @, but returns the value of the resulting unit
4+
as double precision number.
5+
* Fix parsing of addition/subtraction in unit values.
6+
* Grant SELECT on unit prefixes and units table to public.
7+
* Add unit_load() function to load/update the data tables.
8+
19
5.0: Jan 10, 2018
210
-----------------
311
* Add rounding function.

debian/changelog

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

33
* Add @@ operator: similar to @, but returns the value of the resulting unit
44
as double precision number.
55
* Fix parsing of addition/subtraction in unit values.
66
* Grant SELECT on unit prefixes and units table to public.
77
* Add unit_load() function to load/update the data tables.
88

9-
-- Christoph Berg <[email protected]> Thu, 11 Jan 2018 20:49:44 +0100
9+
-- Christoph Berg <[email protected]> Wed, 07 Mar 2018 09:30:42 +0100
1010

1111
postgresql-unit (5.0-1) unstable; urgency=medium
1212

0 commit comments

Comments
 (0)