captive-1.1.4
[www.jankratochvil.net.git] / project / captive / Index.html.pl
index 06566d2..de5bc4d 100755 (executable)
@@ -58,7 +58,7 @@ table.navigate td { padding-bottom: 1ex; padding-left: 15px; padding-right: 15px
                );
 
 
-print <<"HERE"; # if !$WebConfig::WebConfig{"no_job"};
+print <<"HERE" if !$WebConfig::WebConfig{"no_job"};
 @{[ vskip "3ex" ]}
 
 <table border="0" width="100%"><tr><td align="center">
@@ -71,7 +71,7 @@ print <<"HERE"; # if !$WebConfig::WebConfig{"no_job"};
 HERE
 
 my %version=(
-               map(($_=>["1.1.3.2","0"]),qw(captive captive-lufs captive-install)),
+               map(($_=>["1.1.4","0"]),qw(captive captive-lufs captive-install)),
                "lufs"=>["0.9.7","1captive8"],
                );
 
@@ -80,12 +80,6 @@ print <<"HERE";
 
 <h3>Choose the one preferred installation format:</h3>
 
-<h4 align="center">Currently DO NOT USE for MS-Windows 2000 NTFS bootable disk!</h4>
-<p>Next release will address this issue.
-No data are lost although you may need to use CHKDSK from your "recovery
-console" of your installation CD (NTFS superblock backup is not updated due to
-a Linux kernel bug).</p>
-
 <table border="0" align="center" width="100%"><tr><td align="center">
 <table border="1" frame="border" rules="rows" align="center" style="text-align: center;" class="download">
        <tr>
@@ -121,24 +115,17 @@ a Linux kernel bug).</p>
 <a name="news"><h2>NEWS</h2></a>
 
 <dl>
-       <dt>captive-1.1.3.2 (2003-12-07) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
+       <dt>captive-1.1.4 (2003-12-13) [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/captive/NEWS?rev=HEAD','archive' ]}]</dt>
        <dd>
                <ul>
-                       <li>Proper unmount: no auto-chkdsk and no W2K BSOD (Geoff Talvola/Marek Koch)</li>
-                       <li>Prevent &quot;mv dir dir/subdir&quot; (Ulrich Mueller)</li>
-                       <li>Workaround Linux kernel bug wrt update of NTFS last sector superblock-backup</li>
-                       <li>Fixed directory listings of files with invalid timestamps (Graeme/Unit3)</li>
-                       <li>Fixed refusal of filesystem ops related to NTFS security (Tonda Nebuzelsky)</li>
-                       <li>Fixed refusal of mounting some NTFS drives</li>
-                       <li>Identify German W32 XP (No Service Pack) Free Build (Moritz Moeller-Herrmann)</li>
+                       <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>
                </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>
-       <dd>
-               <ul>
-                       <li>Cope with the installed Linux kernel sources not matching the current kernel.</li>
-               </ul>
-       </dd>
 </dl>
 
 @{[ vskip "3ex" ]}