diff --git a/docs/relnotes-9.0.1.html b/docs/relnotes-9.0.1.html
index 544990cb1df..8a354b07997 100644
--- a/docs/relnotes-9.0.1.html
+++ b/docs/relnotes-9.0.1.html
@@ -7,7 +7,7 @@
-Mesa 9.0.1 Release Notes / TBD
+Mesa 9.0.1 Release Notes / November 14th, 2012
Mesa 9.0.1 is a bug fix release which fixes bugs found since the 9.0 release.
@@ -34,8 +34,15 @@ TBD.
This list is likely incomplete.
-
+- Bug 44912 - [bisected] WebGL conformance/textures/texture-mips tests fails
+- Bug 55856 - kwin with gles window content is not updating (gen4)
+
+- Bug 56057 - INTEL_swap_event not correctly listed
+
+- Bug 56211 - src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: Assertion `u_minify(stImage->pt->height0, src_level) == stImage->base.Height' failed.
+
+
@@ -43,8 +50,108 @@ TBD.
The full set of changes can be viewed by using the following GIT command:
- git log mesa-9.0..
+ git log mesa-9.0..mesa-9.0.1
+Adam Jackson (1):
+
+ - glx: Add GLXBadProfileARB to the error string list
+
+
+Andreas Boll (7):
+
+ - docs: add news item for 9.0 release
+ - mesa: add get-pick-list.sh script into bin/
+ - mesa: add initial .cherry-ignore file for the 9.0 branch
+ - mesa: use .cherry-ignore in the get-pick-list.sh script
+ - build: add config.sub and config.guess to tarballs target
+ - build: add missing Makefile.in files to tarballs target
+ - build: add missing files to tarballs target
+
+
+Brian Paul (2):
+
+ - mesa: don't call TexImage driver hooks for zero-sized images
+ - mesa: fix error check for zero-sized compressed subtexture
+
+
+Fredrik Höglund (1):
+
+ - egl_dri2/x11: Fix eglPostSubBufferNV()
+
+
+Ian Romanick (5):
+
+ - docs: Add 9.0 release md5sums
+ - i965: Fix regression in depth texture rendering on pre-SNB
+ - glx: Set sRGBCapable to a default value
+ - docs: Add 9.0.1 release notes
+ - mesa: Bump version to 9.0.1
+
+
+Imre Deak (7):
+
+ - mesa: glGet: fix indentation of _mesa_init_get_hash
+ - mesa: glGet: fix indentation of find_value
+ - mesa: glGet: fix indentation of print_table_stats
+ - mesa: glGet: fix API check for EGL_image_external enums
+ - glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section
+ - mesa: glGet: fix parameter lookup for apps using multiple APIs
+ - glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
+
+
+Jonas Ådahl (1):
+
+ - wayland: Destroy frame callback when destroying surface
+
+
+Kenneth Graunke (1):
+
+ - glsl: Allow ir_if in the linker's move_non_declarations function.
+
+
+Kristian Høgsberg (5):
+
+ - gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import()
+ - gbm: Use the kms dumb ioctls for cursor instead of libkms
+ - egl/wayland: Update to Wayland 0.99 API
+ - wayland: Remove 0.85 compatibility #ifdefs
+ - wayland: Drop support for ill-defined, unused wl_egl_pixmap
+
+
+Marcin Slusarz (1):
+
+ - nouveau: use pre-calculated stride for resource_get_handle
+
+
+Matt Turner (4):
+
+ - egl: Return EGL_BAD_MATCH for invalid profile attributes
+ - Re-add HAVE_PTHREADS preprocessor macro
+ - build: Ship install-sh in the tarball
+ - ralloc: Annotate printf functions with PRINTFLIKE(...)
+
+
+Michel Dänzer (2):
+
+ - st/mesa: Fix source miptree level for copying data to finalized miptree.
+ - st/mesa: Fix assertions for copying texture image to finalized miptree.
+
+
+Owen W. Taylor (1):
+
+ - glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
+
+
+Quentin Glidic (1):
+
+ - intel: Add missing #include <time.h>
+
+
+Tomeu Vizoso (1):
+
+ - mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs
+
+