File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
3939spec_title := Asynchronous HBase Client
4040spec_vendor := The Async HBase Authors
4141# Semantic Versioning (see http://semver.org/).
42- spec_version := 1.7.2
42+ spec_version := 1.7.3
4343jar := $(top_builddir ) /asynchbase-$(spec_version ) .jar
4444
4545asynchbase_PROTOS := \
Original file line number Diff line number Diff line change 11AsyncHBase - User visible and noteworthy changes.
22This 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
615This is a bug fix release.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Junegunn Choi
2424Michael Rose
2525Michael Stack
2626Mikhail Antonov
27+ Misha Brukman
2728Nicolas Thiébaud
2829Phil Smith
2930Philip K. Warren
You can’t perform that action at this time.
0 commit comments