ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-NBD/Changes
Revision: 1.8
Committed: Fri Sep 8 19:29:06 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-0_91
Changes since 1.7: +3 -0 lines
Log Message:
fix typo

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Linux::NBD
2    
3 root 1.8 0.91 Fri Sep 8 21:28:15 CEST 2006
4     - fix typo in Server.pm.
5    
6 root 1.7 0.9 Thu Aug 24 06:04:33 CEST 2006
7     - minor reformatting/doc fixes.
8     - applied patches by Luciano Miguel Ferre:
9     - request type field (read/write) was not decoded
10     properly, so write requests failed.
11     - the recv method didn't cope with short reads.
12     - documented nbd protocol handshake.
13    
14 root 1.6 0.231 Thu Mar 3 18:00:52 CET 2005
15     - change of contact address.
16    
17     0.23 Thu Oct 23 18:03:51 CEST 2003
18     - portability fix for various perl configs.
19    
20     0.22 Sat Aug 30 01:30:33 CEST 2003
21 root 1.5 - fix offset detection in attach-bincue.
22    
23 root 1.3 0.21 Fri Jun 6 09:59:03 CEST 2003
24     - kernel 2.4 is required. say so!
25     - fix a bug with wrong calling conventions for mknod.
26 root 1.4 - new option --mount for attach-bincue.
27     - attach-bincue now moves the offset so that the first volhdr
28     is at sector 16.
29 root 1.3
30 root 1.2 0.2 Tue May 20 20:09:25 CEST 2003
31     - guessing for attach-bincue.
32     - just kill the server => less oopses, but still.
33     - corrected version. doh.
34    
35 root 1.1 0.01 Thu May 8 22:18:22 CEST 2003
36 root 1.2 - original version; copied from Convert-Scalar
37 root 1.1