diff --git a/docs/src/changes._tx b/docs/src/changes._tx
index f9002adc4e..a1cb1b3d60 100644
--- a/docs/src/changes._tx
+++ b/docs/src/changes._tx
@@ -7,6 +7,29 @@
@document_title=Allegro Changes
@html_spaced_list_bullet
+@heading
+Changes from 4.2.2 RC1 to 4.2.2 (July 2007)
+
-
+ Matthew Leverton added build instructions for DMC and updated the MSVC
+ project files and instructions.
+
-
+ Matthew Leverton added a shell script wrapper around gcc to build universal
+ binaries (i386 + PPC) on Mac OS X and made the Allegro makefile use it.
+
-
+ Peter Hull reenabled the Quit menu option on Mac OS X when
+ set_close_button_callback is used.
+
-
+ Rikard Peterson fixed the Mac OS X joystick driver so that
+ HID_ELEMENT_STANDALONE_AXIS axes correctly got the flag JOYFLAG_UNSIGNED
+ and not JOYFLAG_DIGITAL.
+
-
+ Matthew Leverton fixed a problem with the GDI driver blitting a rectangle
+ smaller than the bitmap's height that touches the bottom left corner of a
+ bitmap.
+
-
+ Some minor changes.
+
+
@heading
Changes from 4.2.1 to 4.2.2 RC1 (July 2007)
-
diff --git a/docs/src/thanks._tx b/docs/src/thanks._tx
index 58d73aee31..b1f9e71fcb 100644
--- a/docs/src/thanks._tx
+++ b/docs/src/thanks._tx
@@ -649,6 +649,9 @@ Contributors
code we are still using today and added support for the more recent
Trident chipsets (now available as part of the FreeBE/AF project).
+ Mark Keller.
+ Reported two minor mistakes in the manual.
+
Mark Wodrich (mwodric@eleceng.uct.ac.za).
The brain behind sub-bitmaps, flicker-free mouse pointers, and the
ability to import GRX .FNT files into the grabber.
@@ -897,6 +900,9 @@ Contributors
Richard Reeve (r.e.reeve@stir.ac.uk).
Fixed a silly mistake with gcc 3.0.x detection.
+ Rikard Peterson.
+ Fixed a small problem with the Mac OS X joystick driver.
+
Robert J. Ragno (rjr@mit.edu).
Wrote the Gravis GrIP driver, made some improvements to the Wingman, PSX
and throttle input code.