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

Comparing Linux-NBD/Changes (file contents):
Revision 1.3 by root, Fri Jun 6 08:26:55 2003 UTC vs.
Revision 1.10 by root, Tue Sep 21 11:31:05 2010 UTC

1Revision history for Perl extension Linux::NBD 1Revision history for Perl extension Linux::NBD
2
3TODO: mknod?
4 - INCOMPATIBLE CHANGE: req_write is now passed the write data directly
5 instead of the data length.
6 - INCOMPATIBLE CHANGE: the return value of one_request is now different.
7 - INCOMPATIBLE CHANGE: server send and recv methods are gone.
8 - fix broken set_size method.
9 - fix a potential memmory-corruption bug when invoking callbacks.
10 - changed default devicenames to /dev/nbdX.
11 - implement set_timeout and print_debug methods for client.
12 - implement req_disc[connect] method for server.
13 - various typo fixes, better docs, minor improvements.
14 - support NBD_CMD_DISC better.
15
160.91 Fri Sep 8 21:28:15 CEST 2006
17 - fix typo in Server.pm.
18
190.9 Thu Aug 24 06:04:33 CEST 2006
20 - minor reformatting/doc fixes.
21 - applied patches by Luciano Miguel Ferre:
22 - request type field (read/write) was not decoded
23 properly, so write requests failed.
24 - the recv method didn't cope with short reads.
25 - documented nbd protocol handshake.
26
270.231 Thu Mar 3 18:00:52 CET 2005
28 - change of contact address.
29
300.23 Thu Oct 23 18:03:51 CEST 2003
31 - portability fix for various perl configs.
32
330.22 Sat Aug 30 01:30:33 CEST 2003
34 - fix offset detection in attach-bincue.
2 35
30.21 Fri Jun 6 09:59:03 CEST 2003 360.21 Fri Jun 6 09:59:03 CEST 2003
4 - kernel 2.4 is required. say so! 37 - kernel 2.4 is required. say so!
5 - fix a bug with wrong calling conventions for mknod. 38 - fix a bug with wrong calling conventions for mknod.
39 - new option --mount for attach-bincue.
40 - attach-bincue now moves the offset so that the first volhdr
41 is at sector 16.
6 42
70.2 Tue May 20 20:09:25 CEST 2003 430.2 Tue May 20 20:09:25 CEST 2003
8 - guessing for attach-bincue. 44 - guessing for attach-bincue.
9 - just kill the server => less oopses, but still. 45 - just kill the server => less oopses, but still.
10 - corrected version. doh. 46 - corrected version. doh.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines