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

Comparing Linux-NBD/Changes (file contents):
Revision 1.5 by root, Fri Aug 29 23:31:55 2003 UTC vs.
Revision 1.13 by root, Tue May 30 01:07:29 2017 UTC

1Revision history for Perl extension Linux::NBD 1Revision history for Perl extension Linux::NBD
2 2
3TODO: mknod?
4
5 - update for flush and trim support.
6
71.0 Sun Nov 21 03:52:38 CET 2010
8 - INCOMPATIBLE CHANGE: req_write is now passed the write data directly
9 instead of the data length.
10 - INCOMPATIBLE CHANGE: the return value of one_request is now different.
11 - INCOMPATIBLE CHANGE: server send and recv methods are gone.
12 - fix broken set_size method.
13 - fix a potential memory-corruption bug when invoking callbacks.
14 - changed default device names to /dev/nbdX.
15 - implement set_timeout and print_debug methods for client.
16 - implement req_disc[connect] method for server.
17 - various typo fixes, better docs, minor improvements.
18 - support NBD_CMD_DISC better.
19
200.91 Fri Sep 8 21:28:15 CEST 2006
21 - fix typo in Server.pm.
22
230.9 Thu Aug 24 06:04:33 CEST 2006
24 - minor reformatting/doc fixes.
25 - applied patches by Luciano Miguel Ferre:
26 - request type field (read/write) was not decoded
27 properly, so write requests failed.
28 - the recv method didn't cope with short reads.
29 - documented nbd protocol handshake.
30
310.231 Thu Mar 3 18:00:52 CET 2005
32 - change of contact address.
33
340.23 Thu Oct 23 18:03:51 CEST 2003
35 - portability fix for various perl configs.
36
30.22 Sat Aug 30 01:30:33 CEST 2003 370.22 Sat Aug 30 01:30:33 CEST 2003
4 - fix offset detection in attach-bincue. 38 - fix offset detection in attach-bincue.
5 39
60.21 Fri Jun 6 09:59:03 CEST 2003 400.21 Fri Jun 6 09:59:03 CEST 2003
7 - kernel 2.4 is required. say so! 41 - kernel 2.4 is required. say so!
8 - fix a bug with wrong calling conventions for mknod. 42 - fix a bug with wrong calling conventions for mknod.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines