--- Linux-NBD/Changes 2010/09/20 11:14:25 1.9 +++ Linux-NBD/Changes 2010/11/21 03:24:38 1.12 @@ -1,8 +1,19 @@ Revision history for Perl extension Linux::NBD +TODO: mknod? + +1.0 Sun Nov 21 03:52:38 CET 2010 + - INCOMPATIBLE CHANGE: req_write is now passed the write data directly + instead of the data length. + - INCOMPATIBLE CHANGE: the return value of one_request is now different. + - INCOMPATIBLE CHANGE: server send and recv methods are gone. - fix broken set_size method. + - fix a potential memory-corruption bug when invoking callbacks. + - changed default device names to /dev/nbdX. - implement set_timeout and print_debug methods for client. + - implement req_disc[connect] method for server. - various typo fixes, better docs, minor improvements. + - support NBD_CMD_DISC better. 0.91 Fri Sep 8 21:28:15 CEST 2006 - fix typo in Server.pm.