Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.08. Changelog diff is:
Browse files Browse the repository at this point in the history
Index: CHANGES
===================================================================
--- CHANGES	(revision 1089)
+++ CHANGES	(working copy)
@@ -1,3 +1,5 @@
+1.08 - 2007-08-06
+
         * Include update_device command for consistency.
 
         * Include 'clear_cache' command.
@@ -2,2 +4,4 @@
 
+        * updated docs
+
 1.07 - 2006-05-03


git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1097 f67b2e87-0811-0410-a7e0-dd94e48410d6
  • Loading branch information
bradfitz committed Aug 6, 2007
1 parent ab4a086 commit c51fb79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,7 +1,11 @@
1.08 - 2007-08-06

* Include update_device command for consistency.

* Include 'clear_cache' command.

* updated docs

1.07 - 2006-05-03

* 'settings list' and 'settings set <key> <value>' commands.
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: MogileFS-Client
version: 1.07
version: 1.08
version_from: lib/MogileFS/Client.pm
installdirs: site
requires:
Expand Down
2 changes: 1 addition & 1 deletion lib/MogileFS/Client.pm
Expand Up @@ -55,7 +55,7 @@ use Time::HiRes ();
use MogileFS::Backend;
use MogileFS::NewHTTPFile;

our $VERSION = '1.07';
our $VERSION = '1.08';

our $AUTOLOAD;

Expand Down

0 comments on commit c51fb79

Please sign in to comment.