<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Wichmann, Mats D wrote:
<blockquote
 cite="mid:3F62CBEE02D6404E98C65934617EB58203AB9117@fmsmsx414.amr.corp.intel.com"
 type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">In addition, LSB Navigator would be updated to have the
"4.0" menu possibility, and would default to 3.2,
parallel to the current state where 3.2 is not the
default, but is available.

      </pre>
    </blockquote>
    <pre wrap="">It is rather simple task:

UPDATE LSBVersion SET LVreleased ='Yes' WHERE LVvalue ='3.2';
INSERT INTO LSBVersion (LVvalue,LVreleased) VALUES  ('4.0','No');

As a result LSB 3.2 becomes the default version in the LSB
Navigator as the greatest released version.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I've done this, and there seems to be a little more to do -
while the result is as expected, there are errors about not
finding cache tables for 4.0.

  </pre>
</blockquote>
Yes, cache table should be regenerated (`make cache`).<br>
<br>
<pre class="moz-signature" cols="72">-- 
Regards,
Denis.</pre>
</body>
</html>