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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to