Skip to content

Commit

Permalink
Release 2.1.2.
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 e1b125b commit 5bff570
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
OpenTSDB - User visible changes.

* 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 @@ -21,19 +21,23 @@ Christophe Furmaniak
Dave Barr <[email protected]>
Filippo Giunchedi <[email protected]>
Guenther Schmuelling <[email protected]>
Hong Dai Thanh
Hugo Trippaers <[email protected]>
Jacek Masiulaniec <[email protected]>
Jari Takkala <[email protected]>
Jan Mangs <[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]>
Kimoon Kim <[email protected]>
Kris Beevers <[email protected]>
Lex Herbert <[email protected]>
Liangliang He <[email protected]>
Lou Yunlong <[email protected]>
Matt Jibson <[email protected]>
Mark Smith <[email protected]>
Martin Jansen <[email protected]>
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.1.1], [[email protected]])
AC_INIT([opentsdb], [2.1.2], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])

Expand Down

0 comments on commit 5bff570

Please sign in to comment.