From ce5d31d17b95a744a62c6f4cbc727f2929a6cc90 Mon Sep 17 00:00:00 2001 From: dormando Date: Sat, 8 Jan 2011 00:51:23 -0800 Subject: [PATCH] Checking in changes prior to tagging of version 2.19. Changelog diff is: diff --git a/Changes b/Changes index 0d2be5d..014528b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,24 @@ - * Fix files stat under Postgres (Robin H. Johnson) +2.19 -- 2011-01-08 + + * bump required client version (dormando ) + + * Add mogfiledebug utility (dormando ) + + * documentation updates. (dormando ) + + * new commandline utils. (dormando ) + + * teach mogstats what rebal queue is (dormando ) + + * make a few errors less infuriating (dormando ) + + * Fix files stat under Postgres. (Robin H. Johnson ) + + * edit the meta details a little. (dormando ) + + * Ignore generated Makefile (Tomas Doran ) + + * Add resources (Tomas Doran ) 2.18 -- 2010-09-28 --- Changes | 22 +++++++++++++++++++++- MogileFS-Utils.spec | 4 ++-- lib/MogileFS/Utils.pm | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 0d2be5d..014528b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,24 @@ - * Fix files stat under Postgres (Robin H. Johnson) +2.19 -- 2011-01-08 + + * bump required client version (dormando ) + + * Add mogfiledebug utility (dormando ) + + * documentation updates. (dormando ) + + * new commandline utils. (dormando ) + + * teach mogstats what rebal queue is (dormando ) + + * make a few errors less infuriating (dormando ) + + * Fix files stat under Postgres. (Robin H. Johnson ) + + * edit the meta details a little. (dormando ) + + * Ignore generated Makefile (Tomas Doran ) + + * Add resources (Tomas Doran ) 2.18 -- 2010-09-28 diff --git a/MogileFS-Utils.spec b/MogileFS-Utils.spec index e9600ed..923cc9c 100644 --- a/MogileFS-Utils.spec +++ b/MogileFS-Utils.spec @@ -1,6 +1,6 @@ name: MogileFS-Utils summary: MogileFS-Utils - MogileFS utilities. -version: 2.18 +version: 2.19 release: 1%{?dist} vendor: Alan Kasindorf packager: Jonathan Steinert @@ -11,7 +11,7 @@ buildarch: noarch source: MogileFS-Utils-%{version}.tar.gz autoreq: no requires: perl -requires: perl(MogileFS::Client) >= 1.10 +requires: perl(MogileFS::Client) >= 1.14 requires: perl(Compress::Zlib) %description diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index 0748cd8..2b5a62c 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.18'; +our $VERSION = '2.19'; use Getopt::Long; use MogileFS::Client;