diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html
index 3de243d1b24..d47b21d827e 100644
--- a/docs/relnotes-7.5.html
+++ b/docs/relnotes-7.5.html
@@ -46,7 +46,7 @@ tbd
New features
-- Gallium - this is the new architecture for OS-independent and
+
- Gallium3D - this is the new architecture for OS-independent and
API-independent 3D drivers.
Gallium3D is intended for GPUs that fully support vertex/fragment shaders.
The Gallium3D drivers currently included are:
@@ -54,8 +54,10 @@ tbd
- softpipe - a software/reference driver
- i915 - Intel 915/945 driver
- Cell - IBM/Sony/Toshiba Cell processor driver
-
- nouveau - preliminary driver for NVIDIA GPUs (still under development)
-
- r300 - preliminary driver for R300 (still under development)
+
- nouveau (for NVIDIA GPUs) and R300 for (AMD/ATI R300).
+ PLEASE NOTE: these drivers are incomplete and still under development.
+ It's probably NOT worthwhile to report any bugs unless you have patches.
+
GL_ARB_framebuffer_object extension (software drivers, i965 driver)
Reworked two-sided stencil support.