diff --git a/docs/relnotes-7.8.3.html b/docs/relnotes-7.8.3.html
new file mode 100644
index 00000000000..d052df5a09d
--- /dev/null
+++ b/docs/relnotes-7.8.3.html
@@ -0,0 +1,85 @@
+
+
+
Mesa Release Notes
+
+
+
+
+
+
+
+Mesa 7.8.3 Release Notes / (date tbd)
+
+
+Mesa 7.8.3 is a bug fix release which fixes bugs found since the 7.8.2 release.
+
+
+Mesa 7.8.3 implements the OpenGL 2.1 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 2.1.
+
+
+See the Compiling/Installing page for prerequisites
+for DRI hardware acceleration.
+
+
+
+MD5 checksums
+
+x MesaLib-7.8.3.tar.gz
+x MesaLib-7.8.3.tar.bz2
+x MesaLib-7.8.3.zip
+x MesaDemos-7.8.3.tar.gz
+x MesaDemos-7.8.3.tar.bz2
+x MesaDemos-7.8.3.zip
+x MesaGLUT-7.8.3.tar.gz
+x MesaGLUT-7.8.3.tar.bz2
+x MesaGLUT-7.8.3.zip
+
+
+
+New features
+None.
+
+
+Changes
+
+The radeon driver should use less memory when searching for a valid mip
+image.
+
+
+
+Bug fixes
+
+Fix unsupported FB with D24S8 (bug
+ 29116 )
+Fixed a bug rendering to 16-bit buffers using swrast.
+Fixed a state tracker/TGSI bug that caused crashes when using Windows'
+ memory debugging features.
+GLSL: fix indirect gl_TextureMatrix addressing (bug
+ 28967 )
+GLSL: fix for bug
+ 27216
+GLSL: fix zw fragcoord entries in some cases (bug
+ 29183 )
+Fix texture env generation in some cases (bug
+ 28169 )
+osmesa: a fix for calling OSMesaMakeCurrent twice was applied (bug
+ 10966
+A bug was fixed which could cause Mesa to ignore the
+ MESA_EXTENSION_OVERRIDE environment variable.
+A bug related to specular highlights on backfaces was fixed.
+A radeon-specific issue with glCopyTex(Sub)Image was
+ corrected.
+radeon/wine: flush command stream in more cases, fixing wine d3d9
+ tests.
+r600: fix sin+cos normalization.
+r600: (properly) ignore GL_COORD_REPLACE when point sprites are
+ disabled.
+radeon: avoid flushing when the context is not current.
+r300c: a bug affecting unaligned BOs was fixed.
+
+
+
+
+