The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.1.16

    - Works now with neon 0.16.1
    - ne_xml_validate_cb callback is now available in Perl
    - lock_discover callback now gets the lock data structure as hash
    - added eg/lock.pl example for locking and lock_discover

0.1.15

    - Make return parameter from options methods available
    - Turn ne_lock from object to a hash, so locks are usable

0.1.14

    - Add DESTROY methods for all classes (before we had only
      DESTROY for classes that calls ne_destroy_xxx), so we
      are sure memory and internal data structures are cleaned
      up correctly.

0.1.13

    - tested against neon 0.15.1

0.1.12

    - remove request_ prefix for HTTP::Webdav::Request methods
    - all *destroy* methods are now called DESTROY, so they are
      called automaticly when the Perl variables that holds the
      object goes out of scope.
    - DESTORY methods now clears up some internaly datastructures
      to avoid memory leaks.   

0.1.11

    - compiles and works on Windows
    - clenaup of Constants.pm, so everything is correctly defined

0.1.10

    - Works now with neon 0.15.0
    - Function and namespace renames due to renames in neon
    - fixed compiler warnings

0.1.9

    - change PV to void * to make it work with Perl 5.6.0+.
      Spotted by Brian Wallis.

0.1.8

    - rename to HTTP::Webdav to fit better into CPAN