ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-NBD/Changes
Revision: 1.13
Committed: Tue May 30 01:07:29 2017 UTC (6 years, 11 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -0 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 root 1.12
5 root 1.13 - update for flush and trim support.
6    
7 root 1.12 1.0 Sun Nov 21 03:52:38 CET 2010
8 root 1.10 - 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 root 1.9 - fix broken set_size method.
13 root 1.11 - fix a potential memory-corruption bug when invoking callbacks.
14     - changed default device names to /dev/nbdX.
15 root 1.9 - implement set_timeout and print_debug methods for client.
16 root 1.10 - implement req_disc[connect] method for server.
17 root 1.9 - various typo fixes, better docs, minor improvements.
18 root 1.10 - support NBD_CMD_DISC better.
19 root 1.9
20 root 1.8 0.91 Fri Sep 8 21:28:15 CEST 2006
21     - fix typo in Server.pm.
22    
23 root 1.7 0.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    
31 root 1.6 0.231 Thu Mar 3 18:00:52 CET 2005
32     - change of contact address.
33    
34     0.23 Thu Oct 23 18:03:51 CEST 2003
35     - portability fix for various perl configs.
36    
37     0.22 Sat Aug 30 01:30:33 CEST 2003
38 root 1.5 - fix offset detection in attach-bincue.
39    
40 root 1.3 0.21 Fri Jun 6 09:59:03 CEST 2003
41     - kernel 2.4 is required. say so!
42     - fix a bug with wrong calling conventions for mknod.
43 root 1.4 - new option --mount for attach-bincue.
44     - attach-bincue now moves the offset so that the first volhdr
45     is at sector 16.
46 root 1.3
47 root 1.2 0.2 Tue May 20 20:09:25 CEST 2003
48     - guessing for attach-bincue.
49     - just kill the server => less oopses, but still.
50     - corrected version. doh.
51    
52 root 1.1 0.01 Thu May 8 22:18:22 CEST 2003
53 root 1.2 - original version; copied from Convert-Scalar
54 root 1.1