--- Linux-NBD/Changes 2010/09/20 11:14:25 1.9 +++ Linux-NBD/Changes 2010/09/21 11:31:05 1.10 @@ -1,8 +1,17 @@ Revision history for Perl extension Linux::NBD +TODO: mknod? + - 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 memmory-corruption bug when invoking callbacks. + - changed default devicenames 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.