Skip to content

Commit 18a5892

Browse files
committed
Cut release 1.7.3
1 parent 6635f4c commit 18a5892

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
3939
spec_title := Asynchronous HBase Client
4040
spec_vendor := The Async HBase Authors
4141
# Semantic Versioning (see http://semver.org/).
42-
spec_version := 1.7.2
42+
spec_version := 1.7.3
4343
jar := $(top_builddir)/asynchbase-$(spec_version).jar
4444

4545
asynchbase_PROTOS := \

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
AsyncHBase - User visible and noteworthy changes.
22
This project uses Semantic Versioning (see http://semver.org/).
33

4+
* Version 1.7.3 (2017-06-09)
5+
6+
This is a bug fix release.
7+
8+
Noteworthy bug Fixes:
9+
- Properly handle IPV6 addresses in the RegionClientPipeline.
10+
- Avoid a deadlock when calling the RegionClient.toString() method.
11+
- Avoid a synchronization deadlock handling NSRE probes.
12+
413
* Version 1.7.2 (2016-09-17)
514

615
This is a bug fix release.

THANKS

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Junegunn Choi
2424
Michael Rose
2525
Michael Stack
2626
Mikhail Antonov
27+
Misha Brukman
2728
Nicolas Thiébaud
2829
Phil Smith
2930
Philip K. Warren

0 commit comments

Comments
 (0)