ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-NBD/Changes
Revision: 1.10
Committed: Tue Sep 21 11:31:05 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +9 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Linux::NBD
2
3 TODO: 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
16 0.91 Fri Sep 8 21:28:15 CEST 2006
17 - fix typo in Server.pm.
18
19 0.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
27 0.231 Thu Mar 3 18:00:52 CET 2005
28 - change of contact address.
29
30 0.23 Thu Oct 23 18:03:51 CEST 2003
31 - portability fix for various perl configs.
32
33 0.22 Sat Aug 30 01:30:33 CEST 2003
34 - fix offset detection in attach-bincue.
35
36 0.21 Fri Jun 6 09:59:03 CEST 2003
37 - kernel 2.4 is required. say so!
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.
42
43 0.2 Tue May 20 20:09:25 CEST 2003
44 - guessing for attach-bincue.
45 - just kill the server => less oopses, but still.
46 - corrected version. doh.
47
48 0.01 Thu May 8 22:18:22 CEST 2003
49 - original version; copied from Convert-Scalar
50