From: jrmarino Date: Sat, 20 Oct 2012 11:00:02 +0000 (-0700) Subject: (no commit message) X-Git-Url: http://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/dee6b11ddf94b811e5d3e5759215ee4416437a72 --- diff --git a/release32/index.mdwn b/release32/index.mdwn index ef67648..73f49fd 100644 --- a/release32/index.mdwn +++ b/release32/index.mdwn @@ -131,7 +131,9 @@ Added support for -z nodefaultlib flag Updated ELF filter implementation Added support for dflopen Added two new directives to libmap.conf -Synced general bug fixes from FreeBSD +Synced general bug fixes from FreeBSD + +* Support exception handling on statically linked binaries * Imported terminfo and deprecated termcap DragonFly is the only BSD using terminfo for its terminal database. Termcap is still installed but terminfo has a higher priority and is accessed first. @@ -159,6 +161,7 @@ If the environment variable LDVER is set as "ld.gold" then the gold linker will * zlib 1.2.5 replaced with zlib 1.2.7 * ncurses 5.7 replaced with ncurses 5.9 * libgmp 5.0.2 replaced with libgmp 5.0.5 +* gcc 4.4 updated to final release 4.4.7 >### Security related