Можете да си изтеглите Mozilla 0.9.2 във версии за различни операционни системи от тази страница или направо от FTP-то им...
UPDATE: Какво е новото:
Continued stability improvements with 25 top crash bugs fixed since 0.9.1. These bugs were fixed thanks to data generated by users running talkback builds. New context sensitive help in preference dialogs and new help viewer content donated from the Netscape 6.1 PR1 release (which still needs to be Mozillafied). (Bug 46917) On Windows, you can now permanently delete your Imported IE Favorites folder. (Bug 22642) The preferences dialog now allows you to turn off animated gif images or set them to only animate once. (Bug 64831) The View Source window has a new toolbar for common tasks like File, Edit and View. (Bug 63026) There is a new turbo mode pref on Windows which allows you to "pre-load" Mozilla when you boot in order to reduce browser startup time. (Bug 84882) You can click the lock icon to see security information about the current page. Security UI and help is now fully integrated with the rest of the browser interface. If you are a developer, you can find more technical information about Mozilla 0.9.2 security features on the Personal Security Manager Project Page. To get Mozilla to spew debugging messages to the console, enable verbose mode by adding the following line to prefs.js file in your profile: user_pref("browser.dom.window.dump.enabled", true); The syntax for blocking pop-up windows has changed since Mozilla 0.9. To block pop-up windows, add this line to the prefs.js file in your Mozilla profile directory while Mozilla is not running: user_pref("capability.policy.default.Window.open", "noAccess"); If you want to allow specific sites to open new windows, add the line above and also these lines:
user_pref("capability.policy.allowpopups.sites",
"http://www.mozilla.org http://bugzilla.mozilla.org");
user_pref("capability.policy.allowpopups.Window.open", "sameOrigin");