Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2012 00:26:05 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1030 - trunk
Message-ID:  <201209240026.q8O0Q5g2045408@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Sep 24 00:26:05 2012
New Revision: 1030

Log:
sync changelog with reality

Modified:
   trunk/Gecko_ChangeLog

Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog	Sat Sep 22 21:54:07 2012	(r1029)
+++ trunk/Gecko_ChangeLog	Mon Sep 24 00:26:05 2012	(r1030)
@@ -1,2 +1,21 @@
 16.0:
-- improve debugging with nspr/nss
+- switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better
+  latency during pause and seeking with HTML5 video
+- remove fedisableexcept() hacks, obsolete since FreeBSD 4.0
+- support system hunspell dictionaries [1]
+- unbreak -esr ports with clang3.2 [2]
+- add more reporters in about:memory: page-faults-hard, page-faults-soft,
+  resident, vsize
+- use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0:
+  - only heap-allocated reporter works in about:memory (see bug 762445)
+  - jemalloc is tuned to "narenas:1,lg_chunk:20" by default [3]
+- use lrintf() instead of slow C cast in bundled libopus
+- use libjpeg-turbo's faster color conversion if available during build
+- record startup time for telemetry
+
+PR:	ports/171534 [1], ports/171566 [2]
+
+[3] To achieve similar effect for -esr ports try tuning malloc(3):
+
+      $ MALLOC_CONF="narenas:1,lg_chunk:20" firefox # FreeBSD 10.0
+      $ MALLOC_OPTIONS="2n2k" firefox # FreeBSD 7.0-9.x



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209240026.q8O0Q5g2045408>