2007-03-19 12:42:52 +01:00
|
|
|
======================================================================
|
|
|
|
|
|
|
|
SMB issues:
|
|
|
|
Network group, machine, and share browsing does not work correctly.
|
|
|
|
|
|
|
|
SFTP:
|
|
|
|
Only sftp access using public key authentication works. To easily
|
|
|
|
setup public key authentication to "remote_host":
|
|
|
|
|
|
|
|
ssh-keygen -t dsa
|
|
|
|
cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
|
|
|
|
|
|
|
|
The SSH sever on remote_host must allow pub key authentication.
|
|
|
|
|
|
|
|
======================================================================
|
|
|
|
|
2009-06-28 21:30:01 +02:00
|
|
|
Firefox 3.5 and HTML5
|
|
|
|
|
|
|
|
Certain functions used to display HTML5 elements need the sem module.
|
|
|
|
|
|
|
|
If your Firefox crashes with the following message while viewing a
|
|
|
|
HTML5 page:
|
|
|
|
"Bad system call (core dumped)"
|
|
|
|
|
|
|
|
you need to load the sem module (kldload sem).
|
|
|
|
|
|
|
|
To load sem on every boot put the following into your
|
|
|
|
/boot/loader.conf:
|
|
|
|
sem_load="YES"
|
|
|
|
|
|
|
|
======================================================================
|
|
|
|
|
2007-03-19 12:42:52 +01:00
|
|
|
Any bug reports should be addressed to the maintainers at:
|
- Update to Firefox 3.1 BETA3
Firefox 3.1 Beta 3 is based on the Gecko 1.9.1 rendering platform,
which has been under development for the past 9 months. Firefox 3.1
is an incremental release on the previous version with significant
changes to improve web compatibility, performance, and ease of use:
* Improved the new Private Browsing Mode.
* Improvements to web worker thread support.
* Improved performance and stability with the new TraceMonkey
JavaScript engine.
* New native JSON support.
* Improvements to the Gecko layout engine, including speculative parsing
for faster content rendering.
* Support for new web technologies such as the <video> and <audio> elements,
the W3C Geolocation API, JavaScript query selectors, CSS 2.1 and 3 properties,
SVG transforms and offline applications.
Thanks to: beat@, nox@, gahr@, Florian Smeets,
2009-04-26 00:45:27 +02:00
|
|
|
gecko@FreeBSD.org
|
2007-03-19 12:42:52 +01:00
|
|
|
You may also Cc: freebsd-ports@FreeBSD.org. Please do not send
|
|
|
|
bug reports to any other addresses.
|
|
|
|
|
|
|
|
Please include the following information with any bug report:
|
|
|
|
* Output from 'uname -a'.
|
2009-07-07 12:56:11 +02:00
|
|
|
* Date/time stamp from www/firefox35/Makefile.
|
2007-03-19 12:42:52 +01:00
|
|
|
* Where/when did the problem occur: configuring, building, or
|
|
|
|
running firefox
|
|
|
|
* How can you reproduce the problem?
|
|
|
|
|
|
|
|
Thank you for your help in testing and reporting bugs, and we hope you
|
|
|
|
enjoy using Firefox.
|
- Update to Firefox 3.1 BETA3
Firefox 3.1 Beta 3 is based on the Gecko 1.9.1 rendering platform,
which has been under development for the past 9 months. Firefox 3.1
is an incremental release on the previous version with significant
changes to improve web compatibility, performance, and ease of use:
* Improved the new Private Browsing Mode.
* Improvements to web worker thread support.
* Improved performance and stability with the new TraceMonkey
JavaScript engine.
* New native JSON support.
* Improvements to the Gecko layout engine, including speculative parsing
for faster content rendering.
* Support for new web technologies such as the <video> and <audio> elements,
the W3C Geolocation API, JavaScript query selectors, CSS 2.1 and 3 properties,
SVG transforms and offline applications.
Thanks to: beat@, nox@, gahr@, Florian Smeets,
2009-04-26 00:45:27 +02:00
|
|
|
The Maintainers (gecko@)
|
2007-03-19 12:42:52 +01:00
|
|
|
======================================================================
|