Skip to content

Commit ddc8c7c

Browse files
author
Timon Karnezos
committed
Bumped version to 2.7.1 to cut stable release.
1 parent 2cf6d6a commit ddc8c7c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-06-12
2+
==========
3+
v2.7.1 - Build fixes for OS X and Debian. Documentation fixes. Small changes to test format to improve stability across `psql` versions.
4+
15
2013-02-04
26
==========
37
v2.7 - First open-source release.

README.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Build
363363

364364
Specify versions:
365365

366-
export VER=2.7
366+
export VER=2.7.1
367367
export PGSHRT=91
368368

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

382382
Install RPM:
383383

384-
rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-2.7-0.x86_64.rpm
384+
rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-2.7.1-0.x86_64.rpm
385385

386386
And if you want the debugging build:
387387

388-
rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-debuginfo-2.7-0.x86_64.rpm
388+
rpm -Uv rpmbuild/RPMS/x86_64/postgresql91-hll-debuginfo-2.7.1-0.x86_64.rpm
389389

390390

391391
## From source ##

postgresql-hll.spec

+5-1
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
22+
Version: 2.7.1
2323
Release: 0
2424
License: Apache License, Version 2.0
2525
URL: https://github.com/aggregateknowledge/postgresql-hll
@@ -67,5 +67,9 @@ rm -rf $RPM_BUILD_ROOT
6767
%{pgbaseinstdir}/lib/hll.so
6868

6969
%changelog
70+
* Wed Jun 12 2013 Timon Karnezos <[email protected]> - 2.7.1-0
71+
- Build fixes for OS X and Debian.
72+
- Documentation fixes.
73+
- Small changes to test format to improve stability across psql versions.
7074
* Tue Dec 11 2012 Ken Sedgwick <[email protected]> - 2.7-0
7175
- Initial version.

0 commit comments

Comments
 (0)