File tree 3 files changed +11
-1
lines changed
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
39
39
spec_title := Asynchronous HBase Client
40
40
spec_vendor := The Async HBase Authors
41
41
# Semantic Versioning (see http://semver.org/).
42
- spec_version := 1.7.2
42
+ spec_version := 1.7.3
43
43
jar := $(top_builddir ) /asynchbase-$(spec_version ) .jar
44
44
45
45
asynchbase_PROTOS := \
Original file line number Diff line number Diff line change 1
1
AsyncHBase - User visible and noteworthy changes.
2
2
This project uses Semantic Versioning (see http://semver.org/).
3
3
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
+
4
13
* Version 1.7.2 (2016-09-17)
5
14
6
15
This is a bug fix release.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Junegunn Choi
24
24
Michael Rose
25
25
Michael Stack
26
26
Mikhail Antonov
27
+ Misha Brukman
27
28
Nicolas Thiébaud
28
29
Phil Smith
29
30
Philip K. Warren
You can’t perform that action at this time.
0 commit comments