Revision history for Hessian::Client



0.1.6 Thu Mar 27 2009
        Revised Hessian version 2 serialization/deserialization to conform to
        http://hessian.caucho.com/doc/hessian-ws.html.  

0.1.6 Thu Mar 16 2009
        Added logic to check the length to read from the handle against the
        remaining length of the string.  If the remaining string is too short,
        the translator now throws a MessageIncomplete::X.  This is mainly for
        integration into a POE filter. If the message is incomplete then the
        internal buffer should return to some initial position and wait for
        the next call to process_message.  
        

0.1.5 Thu Mar 12 2009
        Completely rewrote version 2 serialization/deserilization modules to
        conform to http://www.caucho.com/resin-3.1/doc/hessian-2.0-spec.xtp.

0.1.4 Sun Feb 08 2009
        Throw an exception for any Hessian Fault received from service.
        Serialization for objects

0.1.2 Thu Jan 29 2009
        Bugfix for installation script.


0.1.1 Thu Jan 29 2009
        Bugfix for installation script.


0.1.0 Wed Jan 28 2009
        First CPAN release