Skip to content

Commit

Permalink
Cut release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Jun 9, 2017
1 parent 6635f4c commit 18a5892
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
spec_title := Asynchronous HBase Client
spec_vendor := The Async HBase Authors
# Semantic Versioning (see http://semver.org/).
spec_version := 1.7.2
spec_version := 1.7.3
jar := $(top_builddir)/asynchbase-$(spec_version).jar

asynchbase_PROTOS := \
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
AsyncHBase - User visible and noteworthy changes.
This project uses Semantic Versioning (see http://semver.org/).

* Version 1.7.3 (2017-06-09)

This is a bug fix release.

Noteworthy bug Fixes:
- Properly handle IPV6 addresses in the RegionClientPipeline.
- Avoid a deadlock when calling the RegionClient.toString() method.
- Avoid a synchronization deadlock handling NSRE probes.

* Version 1.7.2 (2016-09-17)

This is a bug fix release.
Expand Down
1 change: 1 addition & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Junegunn Choi
Michael Rose
Michael Stack
Mikhail Antonov
Misha Brukman
Nicolas Thiébaud
Phil Smith
Philip K. Warren
Expand Down

0 comments on commit 18a5892

Please sign in to comment.