diff --git a/configure.in b/configure.in
index c82f2c7b0..b913df192 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@ dnl Set various version strings - taken gratefully from the GTk sources
SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=2
SDL_MICRO_VERSION=7
-SDL_INTERFACE_AGE=7
+SDL_INTERFACE_AGE=0
SDL_BINARY_AGE=7
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
diff --git a/docs.html b/docs.html
index 9c9ad8122..cbe93bb3b 100644
--- a/docs.html
+++ b/docs.html
@@ -20,6 +20,43 @@ The latest stable release may be found on the
Major changes since SDL 1.0.0:
+ - 1.2.7: Increased sensitivity of the Windows joystick driver
+
- 1.2.7: Added support for SDL_VIDEO_WINDOW_POS and SDL_VIDEO_CENTERED on Windows
+
- 1.2.7: Added fullscreen toggle support in testwm for Windows, etc.
+
- 1.2.7: Fixed mouse focus events after resetting video mode on Windows
+
- 1.2.7: Added colorkey blit tests to testvidinfo (thanks Mike!)
+
- 1.2.7: Added video hardware acceleration support on QNX (thanks Mike!)
+
- 1.2.7: SDL no longer sets a fatal signal handler for SIGPIPE
+
- 1.2.7: Fixed modifier key state on MacOS X (thanks Max!)
+
- 1.2.7: Added support for remote XVideo (thanks Frederic!)
+
- 1.2.7: Try to use higher refresh rate by default in DirectX driver (thanks Dmitry!)
+
- 1.2.7: Fixed static linking on MacOS X (thanks Max!)
+
- 1.2.7: Various Atari video driver improvements (thanks Patrice!)
+
- 1.2.7: Fixed compiling with broken Linux 2.6 headers
+
- 1.2.7: Fixed mouse cursor visibility and focus events on MacOS X (thanks Max!)
+
- 1.2.7: Added support for /dev/joy* on Free/Net/OpenBSD (thanks Christian!)
+
- 1.2.7: Fixed problems with CD-ROM audio playback on MacOS X 10.1
+
- 1.2.7: Added dynamic GL library loading to MacOS Carbon support (thanks Anders!)
+
- 1.2.7: Added the ability to hide the cursor in the DirectFB driver (thanks Pete!)
+
- 1.2.7: Added minor cleanup for Embedded Visual C++ 3.0 (thanks Andy!)
+
- 1.2.7: Fixed high CPU usage with ALSA audio driver (thanks Michel!)
+
- 1.2.7: Added function to create RWops from const memory: SDL_RWFromConstMem()
+
- 1.2.7: Fixed compiling with ALSA 1.0 (thanks Stephane!)
+
- 1.2.7: Added YUV overlay support on BeOS (thanks Andrew!)
+
- 1.2.7: Fixed build problems with newer versions of automake
+
- 1.2.7: Fixed MacOS X libtool framework support (thanks Max!)
+
- 1.2.7: Added CPU feature detection functions to SDL_cpuinfo.h
+
- 1.2.7: Fixed illegal instruction crash using 3DNow on Intel processors
+
- 1.2.7: Fixed asm issues with mmx.h and gcc 3.3 (thanks Stephane!)
+
- 1.2.7: Updated libtool support so Mingw32 builds work.
+
- 1.2.7: Disable screen saver in Windows DIB video driver
+
- 1.2.7: Added Atari CD-ROM support (thanks Patrice!)
+
- 1.2.7: Fixed crash calling app defined window proc (thanks Scott!)
+
- 1.2.7: Fixed long long constant warnings in GCC 3.3.1 (thanks Stephane!)
+
- 1.2.7: Added configure.in support for K*BSD (thanks Robert!)
+
- 1.2.7: Added QNX package and audio fixes (thanks Mike!)
+
- 1.2.7: Fixed joystick open problems on BSD (thanks SUGIMOTO!)
+
- 1.2.7: Fixed X11 mode line crash with only one video mode (thanks Alan!)
- 1.2.6: Fixed bugs in the Nano-X video driver
- 1.2.6: Fixed use of SDL with XInitThreads()
- 1.2.6: Added MMX and 3DNow! optimized alpha blitters (thanks Stephane!)