Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.12.
Browse files Browse the repository at this point in the history
Changelog diff is:

Index: CHANGES
===================================================================
--- CHANGES	(revision 1466)
+++ CHANGES	(working copy)
@@ -1,5 +1,7 @@
-        * update_class support (t0m)
+1.12 - 2010-08-13
 
+        * update_class command (requires 2.37 of mogilefs-server) (t0m)
+
         * Improve error message on hostname lookup failure (t0m)
 
 1.11 - 2010-04-02


git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1467 f67b2e87-0811-0410-a7e0-dd94e48410d6
  • Loading branch information
dormando committed Aug 13, 2010
1 parent e044aad commit 557557f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES
@@ -1,4 +1,6 @@
* update_class support (t0m) 1.12 - 2010-08-13

* update_class command (requires 2.37 of mogilefs-server) (t0m)


* Improve error message on hostname lookup failure (t0m) * Improve error message on hostname lookup failure (t0m)


Expand Down
2 changes: 1 addition & 1 deletion lib/MogileFS/Client.pm
Expand Up @@ -56,7 +56,7 @@ use MogileFS::Backend;
use MogileFS::NewHTTPFile; use MogileFS::NewHTTPFile;
use MogileFS::ClientHTTPFile; use MogileFS::ClientHTTPFile;


our $VERSION = '1.11'; our $VERSION = '1.12';


our $AUTOLOAD; our $AUTOLOAD;


Expand Down

0 comments on commit 557557f

Please sign in to comment.