Revision history for Perl module Poi::PixelData

0.05
    - 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
