diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7f0ad3116..ad3cc1eb7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
+
+ 2012-02-24
+
+
+ [bdubbs] - Add a patch for glibc that fixes a problem
+ (segfault) for dlopen() in some cases.
+
+
+
+
2012-02-23
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 0ab59263f..a67293735 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -219,6 +219,10 @@
Added:
+
+ &glibc-sort-patch;
+
+
Kmod-&kmod-version;
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 051d0129a..5d1db169a 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -82,6 +82,14 @@
+
+ Glibc Bug Sort Relocatable Objects Patch - &glibc-sort-patch-size;:
+
+ Download:
+ MD5 sum: &glibc-sort-patch-md5;
+
+
+
Glibc GCC Build Fix Patch - &glibc-gcc_fix-patch-size;:
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 33beee5bf..37ec19105 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -102,7 +102,8 @@ unset DL
Fix a couple of bugs in Glibc that can cause crashes and core dumps:
-patch -Np1 -i ../&glibc-fixes-patch;
+patch -Np1 -i ../&glibc-fixes-patch;
+patch -Np1 -i ../&glibc-sort-patch;
Fix a bug that prevents Glibc from building with GCC-&gcc-version;:
diff --git a/general.ent b/general.ent
index 57fcc9ad0..ef71b418a 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-
-
+
+
diff --git a/patches.ent b/patches.ent
index 3cfc4eee6..ec40be708 100644
--- a/patches.ent
+++ b/patches.ent
@@ -51,6 +51,10 @@
+
+
+
+