From 00e386974b516e9a65e7c41e2504eb9bd37bb981 Mon Sep 17 00:00:00 2001 From: dormando Date: Mon, 27 Jun 2011 11:59:04 -0700 Subject: [PATCH] Checking in changes prior to tagging of version 2.51. Changelog diff is: diff --git a/CHANGES b/CHANGES index c2a33f9..df4564d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ -2011-01-13: Release version 2.50 +2011-06-27: Release version 2.51 + + * Add minor backcompat for ZoneLocal and friends (dormando ) + + * Only monitor a device if we should monitor it. (dormando ) + +2011-06-15: Release version 2.50 * Completely rewire meta object caches. Device/Host/Class/Domain caches are now asynchronously loaded via the Monitor worker. This should drastically --- CHANGES | 8 +++++++- lib/MogileFS/Server.pm | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index c2a33f9..df4564d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ -2011-01-13: Release version 2.50 +2011-06-27: Release version 2.51 + + * Add minor backcompat for ZoneLocal and friends (dormando ) + + * Only monitor a device if we should monitor it. (dormando ) + +2011-06-15: Release version 2.50 * Completely rewire meta object caches. Device/Host/Class/Domain caches are now asynchronously loaded via the Monitor worker. This should drastically diff --git a/lib/MogileFS/Server.pm b/lib/MogileFS/Server.pm index 49968ab..253f273 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.50"; +$VERSION = "2.51"; =head1 NAME -- 2.11.4.GIT