diff --git a/docs/relnotes-7.9.2.html b/docs/relnotes-7.9.2.html
index 567228cb5c6..71ce9d27e66 100644
--- a/docs/relnotes-7.9.2.html
+++ b/docs/relnotes-7.9.2.html
@@ -48,6 +48,14 @@ with in, out, attribute, and varying.
Fix numerous issues handling precision qualifiers in GLSL ES.
+Fixed a few GLX protocol encoder bugs (Julien Cristau)
+
+Assorted Gallium llvmpipe driver bug fixes
+
+Assorted Mesa/Gallium state tracker bug fixes
+
+Bug 26795 - gl_FragCoord off by one in Gallium drivers.
+
Bug 29164 - [GLSL 1.20] invariant variable shouldn't be used before declaration
Bug 29823 - GetUniform[if]v busted
@@ -82,6 +90,12 @@ with in, out, attribute, and varying.
Bug 33316 - uniform array will be allocate one line more and initialize it when it was freed will abort
+Bug 33386 - Dubious assembler in read_rgba_span_x86.S
+
+Bug 33388 - Dubious assembler in xform4.S
+
+Bug 33433 - Error in x86-64 API dispatch code.
+
Bug 33507 - [glsl] GLSL preprocessor modulus by zero crash
Bug 33508 - [glsl] GLSL compiler modulus by zero crash
@@ -100,18 +114,6 @@ with in, out, attribute, and varying.
-Fixed a few GLX protocol encoder bugs (Julien Cristau)
-
-Bug 26795 - gl_FragCoord off by one in Gallium drivers.
-
-Bug 33433 - Error in x86-64 API dispatch code.
-
-Bug 33386 and Bug 33388 - bad assembly code in vertex transfomration code.
-
-Assorted Gallium llvmpipe driver bug fixes
-
-Assorted Mesa/Gallium state tracker bug fixes
-