ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-NBD/Changes
(Generate patch)

Comparing Linux-NBD/Changes (file contents):
Revision 1.7 by root, Thu Aug 24 12:13:40 2006 UTC vs.
Revision 1.12 by root, Sun Nov 21 03:24:38 2010 UTC

1Revision history for Perl extension Linux::NBD 1Revision history for Perl extension Linux::NBD
2
3TODO: mknod?
4
51.0 Sun Nov 21 03:52:38 CET 2010
6 - INCOMPATIBLE CHANGE: req_write is now passed the write data directly
7 instead of the data length.
8 - INCOMPATIBLE CHANGE: the return value of one_request is now different.
9 - INCOMPATIBLE CHANGE: server send and recv methods are gone.
10 - fix broken set_size method.
11 - fix a potential memory-corruption bug when invoking callbacks.
12 - changed default device names to /dev/nbdX.
13 - implement set_timeout and print_debug methods for client.
14 - implement req_disc[connect] method for server.
15 - various typo fixes, better docs, minor improvements.
16 - support NBD_CMD_DISC better.
17
180.91 Fri Sep 8 21:28:15 CEST 2006
19 - fix typo in Server.pm.
2 20
30.9 Thu Aug 24 06:04:33 CEST 2006 210.9 Thu Aug 24 06:04:33 CEST 2006
4 - minor reformatting/doc fixes. 22 - minor reformatting/doc fixes.
5 - applied patches by Luciano Miguel Ferre: 23 - applied patches by Luciano Miguel Ferre:
6 - request type field (read/write) was not decoded 24 - request type field (read/write) was not decoded

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines