Revision history for Nebulous

0.06 Fri Jan 25 10:55:59 HST 2008
    - define Nebulous::Client::find_objects() as returning [] when NO keys are
      found
    - change neb-touch to use Nebulous::Client::find_objects() instead of
      ::find()
    - add Nebulous::Sever:: neb key/uri support
    - add Nebulous::Util::parse_neb_key()
    - change bin/* scripts to conistently use --volume instead of --node,
      etc.
    - pod cleanups
    - add neb-replicate & neb-cull

0.05 2007-05-04 16:59:31(???)
    - make filesystem xattr support optional & disabled by default
    - generate instance filenames that leave the "key" at the end so as to not
      break a pplications that expect a certain "extension" on the filename
    - set an xattr on all created files of "user.nebulous_key"
    - add neb-locate
    - change all Nebulous::Client public methods to behave in list context
    - rework the getmountedvol() stored procedure to attempt to work around
      what appears to be some nasty transacational isolation leak throught that
      was causing getmountedvol() to randomly hang when nebdiskd changed the
      mount table.
    - fix a nasty logic bug in Nebulous::Client->replicate()
    - break 1:1 relationship between key names and on disk file names
    - overhaul Nebulous::Client->cull()
    - add the number of instances to ->stat_object()
    - SQL cleanup
    - better paramter checking
    - overhaul instance table
    - add ->_is_valid_object_key() method
    - change ->find_instances() to check it's params and only return instances
      on mounted & available volumes
    - add volume.available field and logic to use it
    - add volume.allocate field and logic to use it
    - add instance.vol_id field
    - remove $class_id & $comment params from Nebulous::Server->create() and
      Nebulous::Client->create*() and all supporting functions and tests
    - add Nebulous::Server->{setxattr_object, listxattr_object,
      getxattr_object, removexattr_object}()
    - add neb-cat
    - add neb-mv
    - change Nebulous::Client->move() to use ->rename_object()
    - add Nebulous::Server->rename_object()
    - add neb-rm
    - add neb-cp
    - add neb-ls
    - add Nebulous::Client->find_objects()
    - add Nebulous::Server->find_objects()
    - add neb-touch
    - add neb-df
    - change neb-addvol to properly mangle URIs into paths

0.04 Mon Apr 23 13:33:16 HST 2007
    - include autogen.sh in the tarball
    - add nebdiskd
    - [nebclient] VERSION to '0.0.3'
    - change API to generally return true URIs instead of file paths
    - add support for some what intelligent volume allocations
    - minor code & build fixes, ws changes

0.03 Mon Dec 11 14:19:45 HST 2006
    - change Nebulous::Server instantiate objects (init -> new) instead of
      working with class data
    - add a DESTROY method to Nebulous::Server to tear down the database
      connection
    - add a Nebulous::Server->config() accessor
    - make Nebulous::Server->db() Apache::DBI aware
    - make SQL syntax MySQL 5 compatible
    - update SOAP, DBI & DBD, and Apache::* deps
    - change Nebulous::Server::SOAP to be mod_perl aware
    - change Nebulous::Server::SOAP install stub methods to bypass AUTOLOAD on
      successive calls to the same method
    - make Nebulous::Server::Log mod_perl aware
    - change Nebulous::Server::Log to accept a Nebulous::Server::Config object
      as a parameter instead of fetching it as a singleton
    - make Nebulous::Server::Config no longer a singleton

0.02 Fri Dec  2 17:36:59 HST 2005
    - recommend Test::Distribution 1.22
    - add t/00_distribution.t
    - rename test files
    - [nebclient] VERSION to '0.0.2'
    - Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL
        VERSION to '0.02'
    - add Nebulous::Client->open_create()
    - change Nebulous::Client->create() to return just a filename
    - [nebclient] add nebOpenCreate()
    - [nebclient] change nebCreate() to return just a filename

0.01 Fri Sep  3 10:23:31 2004
    - first working version
	- original version; created by ExtUtils::ModuleMaker 0.32
