captive-1.1.5
authorshort <>
Sun, 18 Jan 2004 18:44:40 +0000 (18:44 +0000)
committershort <>
Sun, 18 Jan 2004 18:44:40 +0000 (18:44 +0000)
13 files changed:
project/captive/CVS.html.pl
project/captive/Index.html.pl
project/captive/dist/captive-1.1.4.tar.gz [deleted file]
project/captive/dist/captive-1.1.5.tar.gz [new file with mode: 0644]
project/captive/dist/captive-install_1.1.4_i386.deb [deleted file]
project/captive/dist/captive-install_1.1.5_i386.deb [new file with mode: 0644]
project/captive/dist/captive-lufs_1.1.4_i386.deb [deleted file]
project/captive/dist/captive-lufs_1.1.5_i386.deb [new file with mode: 0644]
project/captive/dist/captive-static-1.1.4.tar.gz [deleted file]
project/captive/dist/captive-static-1.1.5-0.i386.rpm [moved from project/captive/dist/captive-static-1.1.4-0.i386.rpm with 56% similarity]
project/captive/dist/captive-static-1.1.5.tar.gz [new file with mode: 0644]
project/captive/dist/captive_1.1.4_i386.deb [deleted file]
project/captive/dist/captive_1.1.5_i386.deb [new file with mode: 0644]

index 22c2070..83c6e00 100755 (executable)
@@ -67,7 +67,7 @@ my %pkg=(
                3=>[qw(captive)],
                );
 my %version=(
-               map(($_=>["1.1.4","0"]),qw(captive captive-lufs captive-install)),
+               map(($_=>["1.1.5","0"]),qw(captive captive-lufs captive-install)),
                "lufs"=>["0.9.7","1captive8"],
                "gnome-vfs-httpcaptive"=>["2.3.8captive2","0"],
                "ntfsprogs"=>["200309071734","1captive1"],
@@ -178,16 +178,21 @@ print <<"HERE";
                                @{[ a_href 'http://bugzilla.gnome.org/show_bug.cgi?id=121194','Bug # 121194' ]}.
                                Bug is currently pending.</p>
        </dd>
-       <dt>Debian ntfsprogs-200309071734-1captive1 (libntfs4/libntfs4-dev)</dt>
+       <dt>Debian ntfsprogs-200309071734-1captive1 (libntfs5/libntfs5-dev/libntfs-gnomevfs)</dt>
        <dd>
-               <p>Debian packaging is not yet up to date with the already released
-                               @{[ a_href 'http://linux-ntfs.sourceforge.net/downloads.html#ntfs','version 1.8.0' ]}.</p>
+               <p>Debian packaging is updated for
+                               @{[ a_href 'http://linux-ntfs.sourceforge.net/downloads.html#ntfs','version 1.8.0' ]}
+                               although its libntfs-gnomevfs packaging
+                               containing the Captive-developed @{[ a_href '/project/ntfsprogsgnomevfs/','ntfsprogs-gnomevfs' ]}
+                               is currently broken. Bug pending.</p>
        </dd>
        <dt>Debian @{[ a_href '/project/ntfsprogsgnomevfs/','ntfsprogs-gnomevfs' ]}</dt>
        <dd>
-               <p>Debian packaging is not yet up to date with the already released
+               <p>Debian packaging is updated for
                                @{[ a_href 'http://linux-ntfs.sourceforge.net/downloads.html#ntfs','version 1.8.0' ]}
-                               containing the Captive-developed @{[ a_href '/project/ntfsprogsgnomevfs/','ntfsprogs-gnomevfs' ]} package.</p>
+                               although its libntfs-gnomevfs packaging
+                               containing the Captive-developed @{[ a_href '/project/ntfsprogsgnomevfs/','ntfsprogs-gnomevfs' ]}
+                               is currently broken. Bug pending.</p>
        </dd>
 </dl>
 
index 3a3cbc6..a89ab2c 100755 (executable)
@@ -78,7 +78,7 @@ print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
 HERE
 
 my %version=(
-               map(($_=>["1.1.4","0"]),qw(captive captive-lufs captive-install)),
+               map(($_=>["1.1.5","0"]),qw(captive captive-lufs captive-install)),
                "lufs"=>["0.9.7","1captive8"],
                );
 
@@ -137,14 +137,13 @@ print <<"HERE";
 <a name="news"><h2>NEWS</h2></a>
 
 <dl>
-       <dt>captive-1.1.4 (2003-12-13) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
+       <dt>captive-1.1.5 (2004-01-18) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
        <dd>
                <ul>
-                       <li>Unicode/UTF8 localized filenames conversion for GNU/Linux is now supported</li>
-                       <li>Various GNU/Linux distributions compatibility fixes</li>
-                       <li>Fixed omitted captive-install-acquire(1) --microsoft-com progress bar</li>
-                       <li>Fixed captive-install-acquire(1) --scan-disks* memory leaks (Steve Wampler)</li>
-                       <li>Fixed captive-install-acquire(1) --scan-disks* performance</li>
+                       <li>Fixed ignorance of the file truncate operation via LUFS (Matthias R.)</li>
+                       <li>Support for reading of HIDDEN SYSTEM NTFS files via LUFS</li>
+                       <li>Fixed refusal to mount some NT4.0 NTFSes (Nerijus Baliunas, Scott Chevalley)</li>
+                       <li>Support <code>/dev/ataraid</code> devices (Ivan Tonov)</li>
                </ul>
        </dd>
        <dt>lufs-0.9.7captive8 (2003-12-06) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/lufs/NEWS.captive?rev=1.1.2.11','archive' ]}]</dt>
diff --git a/project/captive/dist/captive-1.1.4.tar.gz b/project/captive/dist/captive-1.1.4.tar.gz
deleted file mode 100644 (file)
index c25f46c..0000000
Binary files a/project/captive/dist/captive-1.1.4.tar.gz and /dev/null differ
diff --git a/project/captive/dist/captive-1.1.5.tar.gz b/project/captive/dist/captive-1.1.5.tar.gz
new file mode 100644 (file)
index 0000000..5b9d148
Binary files /dev/null and b/project/captive/dist/captive-1.1.5.tar.gz differ
diff --git a/project/captive/dist/captive-install_1.1.4_i386.deb b/project/captive/dist/captive-install_1.1.4_i386.deb
deleted file mode 100644 (file)
index 867d676..0000000
Binary files a/project/captive/dist/captive-install_1.1.4_i386.deb and /dev/null differ
diff --git a/project/captive/dist/captive-install_1.1.5_i386.deb b/project/captive/dist/captive-install_1.1.5_i386.deb
new file mode 100644 (file)
index 0000000..ecbb8de
Binary files /dev/null and b/project/captive/dist/captive-install_1.1.5_i386.deb differ
diff --git a/project/captive/dist/captive-lufs_1.1.4_i386.deb b/project/captive/dist/captive-lufs_1.1.4_i386.deb
deleted file mode 100644 (file)
index da27bd0..0000000
Binary files a/project/captive/dist/captive-lufs_1.1.4_i386.deb and /dev/null differ
diff --git a/project/captive/dist/captive-lufs_1.1.5_i386.deb b/project/captive/dist/captive-lufs_1.1.5_i386.deb
new file mode 100644 (file)
index 0000000..26740f8
Binary files /dev/null and b/project/captive/dist/captive-lufs_1.1.5_i386.deb differ
diff --git a/project/captive/dist/captive-static-1.1.4.tar.gz b/project/captive/dist/captive-static-1.1.4.tar.gz
deleted file mode 100644 (file)
index 3b93ed4..0000000
Binary files a/project/captive/dist/captive-static-1.1.4.tar.gz and /dev/null differ
similarity index 56%
rename from project/captive/dist/captive-static-1.1.4-0.i386.rpm
rename to project/captive/dist/captive-static-1.1.5-0.i386.rpm
index 9d48a33..6320f79 100644 (file)
Binary files a/project/captive/dist/captive-static-1.1.4-0.i386.rpm and b/project/captive/dist/captive-static-1.1.5-0.i386.rpm differ
diff --git a/project/captive/dist/captive-static-1.1.5.tar.gz b/project/captive/dist/captive-static-1.1.5.tar.gz
new file mode 100644 (file)
index 0000000..054d376
Binary files /dev/null and b/project/captive/dist/captive-static-1.1.5.tar.gz differ
diff --git a/project/captive/dist/captive_1.1.4_i386.deb b/project/captive/dist/captive_1.1.4_i386.deb
deleted file mode 100644 (file)
index 8428670..0000000
Binary files a/project/captive/dist/captive_1.1.4_i386.deb and /dev/null differ
diff --git a/project/captive/dist/captive_1.1.5_i386.deb b/project/captive/dist/captive_1.1.5_i386.deb
new file mode 100644 (file)
index 0000000..723c0d6
Binary files /dev/null and b/project/captive/dist/captive_1.1.5_i386.deb differ