From c57ef4a3a161dbc3f90c7dc99110d4a692b1f646 Mon Sep 17 00:00:00 2001 From: Steve Gury Date: Wed, 30 Jan 2013 23:47:51 +0000 Subject: [PATCH] [split] release version 6.1.0 of util RB_ID=121378 TBR=true --- CHANGELOG | 11 +++++++++++ pom.xml | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c910c361..9986e9ab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +9.1.0 +----- +release: 30 January 2013 + +- Fix Distribution.average() method that can lead to "divide by zero" exception +- Add contention snapshot +- Enforce a minimum StatsListener period +- Add /health, /quitquitquit and /abort to the default Ostrich admin interface +- Reduce the number of stats we are reporting (This drops p25 and p75) +- update util versions + 8.2.9 ----- release: 16 October 2012 diff --git a/pom.xml b/pom.xml index f51fca80..a1f944e1 100644 --- a/pom.xml +++ b/pom.xml @@ -55,22 +55,22 @@ com.twitter util-core - 6.1.0-SNAPSHOT + 6.1.1-SNAPSHOT com.twitter util-eval - 6.1.0-SNAPSHOT + 6.1.1-SNAPSHOT com.twitter util-logging - 6.1.0-SNAPSHOT + 6.1.1-SNAPSHOT com.twitter util-jvm - 6.1.0-SNAPSHOT + 6.1.1-SNAPSHOT