From b8fb55a49d060c5099cf1df455c9e3b3934d751a Mon Sep 17 00:00:00 2001 From: dormando Date: Mon, 14 Nov 2011 15:38:18 -0800 Subject: [PATCH] Checking in changes prior to tagging of version 2.55. Changelog diff is: diff --git a/CHANGES b/CHANGES index 79e8a7c..d03029f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,19 @@ +2011-11-14: Release version 2.55 + + * fixed sources in replication are now a suggestion (dormando ) + + * More stats to help troubleshoot rebalance (dormando ) + + * return 1 from condthrow if all is well (dormando ) + + * schedule fsck replications for the future. (dormando ) + + * stop enforcing a source id on new file upload (dormando ) + + * restore new file upload replication priority (dormando ) + + * Prevent queue related MySQL query hangs (dormando ) + 2011-10-29: Release version 2.54 * Issue 36: Further insulate from mysql restarts resetting the fid counter (dormando ) --- CHANGES | 16 ++++++++++++++++ lib/MogileFS/Server.pm | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 79e8a7c..d03029f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,19 @@ +2011-11-14: Release version 2.55 + + * fixed sources in replication are now a suggestion (dormando ) + + * More stats to help troubleshoot rebalance (dormando ) + + * return 1 from condthrow if all is well (dormando ) + + * schedule fsck replications for the future. (dormando ) + + * stop enforcing a source id on new file upload (dormando ) + + * restore new file upload replication priority (dormando ) + + * Prevent queue related MySQL query hangs (dormando ) + 2011-10-29: Release version 2.54 * Issue 36: Further insulate from mysql restarts resetting the fid counter (dormando ) diff --git a/lib/MogileFS/Server.pm b/lib/MogileFS/Server.pm index fb4ece3..f6b3b37 100644 --- a/lib/MogileFS/Server.pm +++ b/lib/MogileFS/Server.pm @@ -2,7 +2,7 @@ package MogileFS::Server; use strict; use warnings; use vars qw($VERSION); -$VERSION = "2.54"; +$VERSION = "2.55"; =head1 NAME -- 2.11.4.GIT