diff --git a/NEWS b/NEWS index b45f3dccef..8013e6daf1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ OpenTSDB - User visible changes. +* Version 2.1.1 (2015-09-12) + +Bug Fixes: + - Relax the pgrep regex to correctly find and kill the java process in the RPM init.d + script. + - Improve query performance slightly when aggregating multiple series. + - Fix the /api/search/lookup API call to properly handle the limit parameter. + - Fix the /api/query/last endpoint to properly handle missing tsdb-meta tables. + * Version 2.1.0 (2015-05-06) Bug Fixes: diff --git a/THANKS b/THANKS index b8005c0884..c53931ddea 100644 --- a/THANKS +++ b/THANKS @@ -32,6 +32,7 @@ Josh Thomas Kieren Hynd Kimoon Kim Kris Beevers +Lex Herbert Liangliang He Matt Jibson Mark Smith diff --git a/configure.ac b/configure.ac index 66ab5753b8..082b2d07b9 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # along with this library. If not, see . # Semantic Versioning (see http://semver.org/). -AC_INIT([opentsdb], [2.1.0], [opentsdb@googlegroups.com]) +AC_INIT([opentsdb], [2.1.1], [opentsdb@googlegroups.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign])