Skip to content

Commit

Permalink
Release 2.2.0RC2.
Browse files Browse the repository at this point in the history
Thanks for the bug fixes!

Signed-off-by: Chris Larsen <[email protected]>
  • Loading branch information
manolama committed Nov 10, 2015
1 parent 37b1705 commit e252139
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
OpenTSDB - User visible changes.

* Version 2.2.0 RC2 (2015-11-09)

Noteworthy Changes:
- Allow overriding the metric and tag UID widths via config file instead of
having to modify the source code.

Bug Fixes:
- OOM handling script now handles multiple TSDs installed on the same host.
- Fix a bug where queries never return if an exception is thrown from the
storage layer.
- Fix random metric UID assignment in the CLI tool.
- Fix for meta data sync when salting is enabled.
-

* Version 2.2.0 RC1 (2015-09-12)

Noteworthy Changes:
Expand Down Expand Up @@ -49,6 +63,15 @@ Bug Fixes:
- Avoid OOM issues over Telnet when the sending client isn't reading errors off it's
socket fast enough by blocking writes.

* Version 2.1.2 (2015-11-09)

Bug Fixes:
- Fix the built-in UI to handle query parameter parsing properly (found when Firefox
changed their URI behavior)
- Fix comments about the Zookeeper quorum setting in various config files.
- Fix quoting in the Makefile when installing.
- Make sure builds write files in the proper location on FreeBSD.

* Version 2.1.1 (2015-09-12)

Bug Fixes:
Expand Down
4 changes: 4 additions & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Dave Barr <[email protected]>
Filippo Giunchedi <[email protected]>
Gabriel Nicolas Avellaneda
Guenther Schmuelling <[email protected]>
Hong Dai Thanh
Hugo Trippaers <[email protected]>
Jacek Masiulaniec <[email protected]>
Jari Takkala <[email protected]>
Expand All @@ -33,7 +34,9 @@ Jan Mangs <[email protected]>
Jason Harvey <[email protected]>
Jim Scott <[email protected]>
Jesse Chang <[email protected]>
Jim Westfall
Johan Zeeck <[email protected]>
Johannes Meixner
Jonathan Works <[email protected]>
Josh Thomas <[email protected]>
Kieren Hynd <[email protected]>
Expand All @@ -42,6 +45,7 @@ Kris Beevers <[email protected]>
Lex Herbert <[email protected]>
Liangliang He <[email protected]>
Loïs Burg <[email protected]>
Lou Yunlong <[email protected]>
Matt Jibson <[email protected]>
Matt Schallert <[email protected]>
Marc Tamsky
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this library. If not, see <http://www.gnu.org/licenses/>.

# Semantic Versioning (see http://semver.org/).
AC_INIT([opentsdb], [2.2.0RC2-SNAPSHOT], [[email protected]])
AC_INIT([opentsdb], [2.2.0RC2], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])

Expand Down

0 comments on commit e252139

Please sign in to comment.