diff --git a/docs/relnotes-8.0.1.html b/docs/relnotes-8.0.1.html
new file mode 100644
index 00000000000..8c8cd3fb8da
--- /dev/null
+++ b/docs/relnotes-8.0.1.html
@@ -0,0 +1,151 @@
+
+
+
+Mesa Release Notes
+
+
+
+
+
+
+
+
+Mesa 8.0.1 Release Notes / February 16, 2012
+
+
+Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release.
+
+
+Mesa 8.0 implements the OpenGL 3.0 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 3.0.
+
+
+See the Compiling/Installing page for prerequisites
+for DRI hardware acceleration.
+
+
+
+MD5 checksums
+
+tdb
+
+
+New features
+None.
+
+Bug fixes
+
+This list is likely incomplete.
+
+
+
+Bug 28924 - [ILK] piglit tex-border-1 fail
+
+Bug 40864 - [bisected pineview] oglc pxconv-gettex(basic.allCases) fails on pineview
+
+Bug 43327 - [bisected SNB] HiZ make many oglc cases regressed
+
+Bug 44333 - [bisected] Color distortion with xbmc mediaplayer
+
+Bug 44927 - [SNB IVB regression] gl-117 abort when click
+
+Bug 45221 - [bisected IVB] glean/fbo regression in stencil-only case
+
+Bug 45877 - main/image.c:1597: _mesa_convert_colors: Assertion `dstType == 0x1406' failed.
+
+Bug 45578 - main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.
+
+Bug 45872 - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview
+
+Bug 45876 - [PNV]oglc texenv(basic.allCases) regressed on pineview
+
+Bug 45917 - [PNV] Regression in Piglit test general/two-sided-lighting-separate-specular
+
+Bug 45943 - [r300g] r300_emit.c:365:r300_emit_aa_state: Assertion `(aa-d>dest)->cs_buf' failed.
+
+
+
+
+
+
+Changes
+The full set of changes can be viewed by using the following GIT command:
+
+
+ git log mesa-8.0..mesa-8.0.1
+
+
+Alex Deucher (2):
+
+ r600g: fix tex tile_type offset for cayman
+ r600g: 128 bit formats require tile_type = 1 on cayman
+
+
+Anuj Phogat (2):
+
+ meta: Add pixel store/pack operations in decompress_texture_image
+ meta: Avoid FBO resizing/reallocating in decompress_texture_image
+
+
+Brian Paul (6):
+
+ docs: add news item for 8.0 release
+ docs: update info about supported systems, GPUs, APIs
+ docs: add VMware link
+ docs: remove link to the GLSL compiler page
+ mesa: fix proxy texture target initialization
+ swrast: fix span color type selection
+
+
+Chad Versace (2):
+
+ i965: Rewrite the HiZ op
+ i965: Remove file i965/junk, accidentally added in 7b36c68
+
+
+Dave Airlie (1):
+
+ st/mesa: only resolve if number of samples is > 1
+
+
+Eric Anholt (3):
+
+ i965: Fix HiZ change compiler warning.
+ i965: Report the failure message when failing to compile the fragment shader.
+ i965/fs: Enable register spilling on gen7 too.
+
+
+Ian Romanick (4):
+
+ docs: Add 8.0 MD5 checksums
+ glapi: Include GLES2 headers for ES2 extension functions
+ swrast: Only avoid empty _TexEnvPrograms
+ mesa: Bump version number to 8.0.1
+
+
+Kenneth Graunke (4):
+
+ i965: Fix border color on Ironlake.
+ i965/fs: Add a new fs_inst::regs_written function.
+ i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.
+ i965: Emit Ivybridge VS workaround flushes.
+
+
+Mathias Fröhlich (1):
+
+ state_stracker: Fix access to uninitialized memory.
+
+
+Paul Berry (1):
+
+ i915: Fix type of "specoffset" variable.
+
+
+Simon Farnsworth (1):
+
+ r600g: Use a fake reloc to sleep for fences
+
+
+
+