+forgotten IMAP4
[www.jankratochvil.net.git] / project / captive / Index.pm
index ae5a1b9..e448be6 100755 (executable)
@@ -83,11 +83,13 @@ my $W=project::Lib->init(
 
 &{$_}() for reverse @{$W->{"footing_delimit_sub_push"}};
 
-my $version="1.1.6.1";
+my $version="1.1.7";
 my $revision="0";
 
+my $survey_enable=0;   # Temporarily forced, enough data so far.
+
 Wrequire 'project::captive::DriverSurvey';
-my $survey_want=1;
+my $survey_want=$survey_enable;
 $survey_want=0 if $W->{"args"}{"file"};
 $survey_want=0 if project::captive::DriverSurvey::cookie();
 
@@ -131,7 +133,7 @@ print <<"HERE";
 </table>
 HERE
 
-if (!$survey_want) {
+if ($survey_enable && !$survey_want) {
        print <<"HERE";
 <p>@{[ a_href 'DriverSurvey.pm','Linux Drivers Availability survey' ]} link
 - if you already answered before.</p>
@@ -139,19 +141,25 @@ HERE
        }
 
 print <<"HERE";
+<p>You may like to use whole bootable CD standalone distribution featuring Captive like:
+@{[ a_href 'http://trinityhome.org/trk/','Trinity Rescue Kit' ]}</p>
+
 @{[ vskip "3ex" ]}
 
 <h2 id="news">NEWS</h2>
 
 <dl>
-       <dt>captive-1.1.6.1 (2005-12-29) [@{[ a_href $W->{"project_viewcvs"}.'captive/NEWS?rev=HEAD','archive' ]}]</dt>
+       <dt>captive-1.1.7 (2006-01-26) [@{[ a_href $W->{"project_viewcvs"}.'captive/NEWS?rev=HEAD','archive' ]}]</dt>
        <dd>
                <ul>
-                       <li>New FUSE interface, deprecated LUFS - improve compatibility of Linux kernel</li>
-                       <li>Provided script for proper NTFS unmounts during GNU/Linux OS shutdown</li>
-                       <li>Updates for recent Microsoft installed binaries and files for download</li>
-                       <li>Hopefully survives reading of many small files like on XMMS scanning</li>
-                       <li>Improved recent GNU/Linux build environment compatibility</li>
+                       <li>Fixed sandbox restarting looking like disconnected mounts (FUSE client only)</li>
+                       <li>Workarounded no FUSE/Linux-kernel charset support - fixes locale filenames</li>
+                       <li>Fixed multiple issues of captive-install-acquire(1) to run at all again</li>
+                       <li>Fixed general operations refusal on invalid errnos</li>
+                       <li>Fixed invalid file timestamps (FUSE client only)</li>
+                       <li>Workarounded FUSE/Linux-kernel user mounts (FUSE only)</li>
+                       <li>Workarounded FUSE/Linux-kernel modprobe(8)ing (FUSE only)</li>
+                       <li>(static .tar.gz build only) Debian now a bit more compatible</li>
                </ul>
        </dd>
 </dl>
@@ -302,7 +310,6 @@ print <<"HERE";
                <li>@{[ a_href 'doc/Architecture.pm#law','Laws and Licensing Conditions' ]}</li>
                <li>@{[ a_href 'doc/Details.pm#sandbox','Sandboxing of W32 Filesystem' ]}</li>
                <li>@{[ a_href 'doc/TODO.pm#todo_fsck','TODO: Fsck of NTFS' ]}</li>
-               <li>@{[ a_href 'doc/TODO.pm#todo_surprise','TODO: NTFS Support for Partition Surprise' ]}</li>
                <li>@{[ a_href 'doc/Related.pm#LinuxNTFScompet','Related Projects - Linux NTFS' ]}</li>
                <li>@{[ a_href 'doc/Related.pm#vmware','Related Projects - VMware Workstation' ]}</li>
                <li>@{[ a_href 'doc/LinuxNTFS.pm',"Re: 7.7 Can't we write a wrapper for Windows' driver?" ]}</li>