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

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Linux::NBD
2    
3 root 1.10 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 root 1.9 - fix broken set_size method.
9 root 1.11 - fix a potential memory-corruption bug when invoking callbacks.
10     - changed default device names to /dev/nbdX.
11 root 1.9 - implement set_timeout and print_debug methods for client.
12 root 1.10 - implement req_disc[connect] method for server.
13 root 1.9 - various typo fixes, better docs, minor improvements.
14 root 1.10 - support NBD_CMD_DISC better.
15 root 1.9
16 root 1.8 0.91 Fri Sep 8 21:28:15 CEST 2006
17     - fix typo in Server.pm.
18    
19 root 1.7 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 root 1.6 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 root 1.5 - fix offset detection in attach-bincue.
35    
36 root 1.3 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 root 1.4 - new option --mount for attach-bincue.
40     - attach-bincue now moves the offset so that the first volhdr
41     is at sector 16.
42 root 1.3
43 root 1.2 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 root 1.1 0.01 Thu May 8 22:18:22 CEST 2003
49 root 1.2 - original version; copied from Convert-Scalar
50 root 1.1