Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.19.
Browse files Browse the repository at this point in the history
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 <[email protected]>)
+
+   * Add mogfiledebug utility (dormando <[email protected]>)
+
+   * documentation updates. (dormando <[email protected]>)
+
+   * new commandline utils. (dormando <[email protected]>)
+
+   * teach mogstats what rebal queue is (dormando <[email protected]>)
+
+   * make a few errors less infuriating (dormando <[email protected]>)
+
+   * Fix files stat under Postgres. (Robin H. Johnson <[email protected]>)
+
+   * edit the meta details a little. (dormando <[email protected]>)
+
+   * Ignore generated Makefile (Tomas Doran <[email protected]>)
+
+   * Add resources (Tomas Doran <[email protected]>)

 2.18 -- 2010-09-28
  • Loading branch information
dormando committed Jan 8, 2011
1 parent 139cb52 commit ce5d31d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
22 changes: 21 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
* Fix files stat under Postgres (Robin H. Johnson)
2.19 -- 2011-01-08

* bump required client version (dormando <[email protected]>)

* Add mogfiledebug utility (dormando <[email protected]>)

* documentation updates. (dormando <[email protected]>)

* new commandline utils. (dormando <[email protected]>)

* teach mogstats what rebal queue is (dormando <[email protected]>)

* make a few errors less infuriating (dormando <[email protected]>)

* Fix files stat under Postgres. (Robin H. Johnson <[email protected]>)

* edit the meta details a little. (dormando <[email protected]>)

* Ignore generated Makefile (Tomas Doran <[email protected]>)

* Add resources (Tomas Doran <[email protected]>)

2.18 -- 2010-09-28

Expand Down
4 changes: 2 additions & 2 deletions MogileFS-Utils.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MogileFS-Utils
summary: MogileFS-Utils - MogileFS utilities.
version: 2.18
version: 2.19
release: 1%{?dist}
vendor: Alan Kasindorf <[email protected]>
packager: Jonathan Steinert <[email protected]>
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/MogileFS/Utils.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
package MogileFS::Utils;

our $VERSION = '2.18';
our $VERSION = '2.19';

use Getopt::Long;
use MogileFS::Client;
Expand Down

0 comments on commit ce5d31d

Please sign in to comment.