ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-NBD/Changes
Revision: 1.9
Committed: Mon Sep 20 11:14:25 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +4 -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.9 - fix broken set_size method.
4     - implement set_timeout and print_debug methods for client.
5     - various typo fixes, better docs, minor improvements.
6    
7 root 1.8 0.91 Fri Sep 8 21:28:15 CEST 2006
8     - fix typo in Server.pm.
9    
10 root 1.7 0.9 Thu Aug 24 06:04:33 CEST 2006
11     - minor reformatting/doc fixes.
12     - applied patches by Luciano Miguel Ferre:
13     - request type field (read/write) was not decoded
14     properly, so write requests failed.
15     - the recv method didn't cope with short reads.
16     - documented nbd protocol handshake.
17    
18 root 1.6 0.231 Thu Mar 3 18:00:52 CET 2005
19     - change of contact address.
20    
21     0.23 Thu Oct 23 18:03:51 CEST 2003
22     - portability fix for various perl configs.
23    
24     0.22 Sat Aug 30 01:30:33 CEST 2003
25 root 1.5 - fix offset detection in attach-bincue.
26    
27 root 1.3 0.21 Fri Jun 6 09:59:03 CEST 2003
28     - kernel 2.4 is required. say so!
29     - fix a bug with wrong calling conventions for mknod.
30 root 1.4 - new option --mount for attach-bincue.
31     - attach-bincue now moves the offset so that the first volhdr
32     is at sector 16.
33 root 1.3
34 root 1.2 0.2 Tue May 20 20:09:25 CEST 2003
35     - guessing for attach-bincue.
36     - just kill the server => less oopses, but still.
37     - corrected version. doh.
38    
39 root 1.1 0.01 Thu May 8 22:18:22 CEST 2003
40 root 1.2 - original version; copied from Convert-Scalar
41 root 1.1