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

# Content
1 Revision history for Perl extension Linux::NBD
2
3 TODO: mknod?
4
5 - update for flush and trim support.
6
7 1.0 Sun Nov 21 03:52:38 CET 2010
8 - 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 - fix broken set_size method.
13 - fix a potential memory-corruption bug when invoking callbacks.
14 - changed default device names to /dev/nbdX.
15 - implement set_timeout and print_debug methods for client.
16 - implement req_disc[connect] method for server.
17 - various typo fixes, better docs, minor improvements.
18 - support NBD_CMD_DISC better.
19
20 0.91 Fri Sep 8 21:28:15 CEST 2006
21 - fix typo in Server.pm.
22
23 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 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 - fix offset detection in attach-bincue.
39
40 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 - new option --mount for attach-bincue.
44 - attach-bincue now moves the offset so that the first volhdr
45 is at sector 16.
46
47 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 0.01 Thu May 8 22:18:22 CEST 2003
53 - original version; copied from Convert-Scalar
54