IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17694


Ignore:
Timestamp:
May 14, 2008, 5:27:28 PM (18 years ago)
Author:
jhoblitt
Message:

VERSION 0.10

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r17690 r17694  
    11Revision history for Nebulous
    22
    3 0.10
     30.10 Wed May 14 17:26:48 HST 2008
    44    - cleanup error handling in Nebulous::Server::stat_object()/find_objects()
    55    - update Nebulous::Server::lock_object()/unlock_object() fault strings
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r17690 r17694  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.70 2008-05-15 02:50:03 jhoblitt Exp $
     3# $Id: Server.pm,v 1.71 2008-05-15 03:27:28 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    99no warnings qw( uninitialized );
    1010
    11 our $VERSION = '0.09';
     11our $VERSION = '0.10';
    1212
    1313use base qw( Class::Accessor::Fast );
Note: See TracChangeset for help on using the changeset viewer.