diff --git a/general.ent b/general.ent index 516d2de60c..daee1ab373 100644 --- a/general.ent +++ b/general.ent @@ -364,7 +364,7 @@ export -f as_root - + diff --git a/general/prog/gc.xml b/general/prog/gc.xml index cc60bcff93..b1362b2e64 100644 --- a/general/prog/gc.xml +++ b/general/prog/gc.xml @@ -7,10 +7,10 @@ - - - - + + + + ]> @@ -80,12 +80,15 @@ - Optional - - (Gc contains a copy of + Required + + + + User Notes: @@ -99,9 +102,11 @@ Install GC by running the following commands: + +sed -i 's#pkgdata#doc#' doc/doc.am && autoreconf -fi && ./configure --prefix=/usr \ --enable-cplusplus \ @@ -125,11 +130,12 @@ ln -sfv gc_malloc.3 /usr/share/man/man3/gc.3 Command Explanations - + sed -i 's#pkgdata#doc#' doc/doc.am and @@ -172,7 +178,7 @@ ln -sfv gc_malloc.3 /usr/share/man/man3/gc.3 /usr/include/gc and - /usr/share/doc/gc + /usr/share/doc/gc&gc-version; diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 81c5d8d893..8e358dec08 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,11 @@ December 2nd, 2013 + + [fernando] - Update to gc-7.4.0. Thanks Armin Krejzi for + reporting. Fixes + #4395. + [fernando] - Update to libatomic_ops-7.2e. Fixes #4396.