ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-NBD/Changes
Revision: 1.12
Committed: Sun Nov 21 03:24:38 2010 UTC (13 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-1_0
Changes since 1.11: +2 -0 lines
Log Message:
1.0

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Linux::NBD
2    
3 root 1.10 TODO: mknod?
4 root 1.12
5     1.0 Sun Nov 21 03:52:38 CET 2010
6 root 1.10 - 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 root 1.9 - fix broken set_size method.
11 root 1.11 - fix a potential memory-corruption bug when invoking callbacks.
12     - changed default device names to /dev/nbdX.
13 root 1.9 - implement set_timeout and print_debug methods for client.
14 root 1.10 - implement req_disc[connect] method for server.
15 root 1.9 - various typo fixes, better docs, minor improvements.
16 root 1.10 - support NBD_CMD_DISC better.
17 root 1.9
18 root 1.8 0.91 Fri Sep 8 21:28:15 CEST 2006
19     - fix typo in Server.pm.
20    
21 root 1.7 0.9 Thu Aug 24 06:04:33 CEST 2006
22     - minor reformatting/doc fixes.
23     - applied patches by Luciano Miguel Ferre:
24     - request type field (read/write) was not decoded
25     properly, so write requests failed.
26     - the recv method didn't cope with short reads.
27     - documented nbd protocol handshake.
28    
29 root 1.6 0.231 Thu Mar 3 18:00:52 CET 2005
30     - change of contact address.
31    
32     0.23 Thu Oct 23 18:03:51 CEST 2003
33     - portability fix for various perl configs.
34    
35     0.22 Sat Aug 30 01:30:33 CEST 2003
36 root 1.5 - fix offset detection in attach-bincue.
37    
38 root 1.3 0.21 Fri Jun 6 09:59:03 CEST 2003
39     - kernel 2.4 is required. say so!
40     - fix a bug with wrong calling conventions for mknod.
41 root 1.4 - new option --mount for attach-bincue.
42     - attach-bincue now moves the offset so that the first volhdr
43     is at sector 16.
44 root 1.3
45 root 1.2 0.2 Tue May 20 20:09:25 CEST 2003
46     - guessing for attach-bincue.
47     - just kill the server => less oopses, but still.
48     - corrected version. doh.
49    
50 root 1.1 0.01 Thu May 8 22:18:22 CEST 2003
51 root 1.2 - original version; copied from Convert-Scalar
52 root 1.1