Skip to content

Commit 345c1cf

Browse files
author
Timon Karnezos
committed
Version bump to 2.8.0.
1 parent 6061a40 commit 345c1cf

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-07-16
2+
==========
3+
v2.8.0 - Fixed [issue #2](https://github.com/aggregateknowledge/postgresql-hll/issues/2), `hll_add_agg` now returns `hll_empty` on input of an empty set. (Thanks to @ozgune!)
4+
15
2013-06-12
26
==========
37
v2.7.1 - Build fixes for OS X and Debian. Documentation fixes. Small changes to test format to improve stability across `psql` versions.

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Build
374374

375375
Specify versions:
376376

377-
export VER=2.7.1
377+
export VER=2.8.0
378378
export PGSHRT=91
379379

380380
Make sure `Makefile` points to the correct `pg_config` for the specified version, since `rpmbuild` doesn't respect env variables:
@@ -392,11 +392,11 @@ Execute rpmbuild:
392392

393393
Install RPM:
394394

395-
rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-2.7.1-0.x86_64.rpm
395+
rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-2.8.0-0.x86_64.rpm
396396

397397
And if you want the debugging build:
398398

399-
rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-debuginfo-2.7.1-0.x86_64.rpm
399+
rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-debuginfo-2.8.0-0.x86_64.rpm
400400

401401

402402
## From source ##

postgresql-hll.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
Summary: Aggregate Knowledge HyperLogLog PostgreSQL extension.
2121
Name: postgresql%{shortversion}-hll
22-
Version: 2.7.1
22+
Version: 2.8.0
2323
Release: 0
2424
License: Apache License, Version 2.0
2525
URL: https://github.com/aggregateknowledge/postgresql-hll
@@ -67,6 +67,8 @@ rm -rf $RPM_BUILD_ROOT
6767
%{pgbaseinstdir}/lib/hll.so
6868

6969
%changelog
70+
* Tue Jul 16 2013 Timon Karnezos <timon.karnezos@gmail.com> - 2.8.0-0
71+
- hll_add_agg now returns hll_empty on input of an empty set
7072
* Wed Jun 12 2013 Timon Karnezos <timon.karnezos@gmail.com> - 2.7.1-0
7173
- Build fixes for OS X and Debian.
7274
- Documentation fixes.

0 commit comments

Comments
 (0)