diff --git a/ChangeLog b/ChangeLog
index 1b95e85a1..a1721e8e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-03 Adam Fedor
+
+ * Update release notes
+
2012-02-01 Riccardo Mottola
* Source/GSThemePanel:
@@ -2083,7 +2087,7 @@
2011-04-14 Adam Fedor
- * Version: Bumb version.
+ * Version: Bump version.
2011-04-14 Adam Fedor
diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc
index 8f9207b7b..8aaf2f64c 100644
--- a/Documentation/ReleaseNotes.gsdoc
+++ b/Documentation/ReleaseNotes.gsdoc
@@ -21,8 +21,9 @@
- trunk
+ 0.22.0
+ This is a major new stable release of GUI. Note that to improve stability, some features that were in previous releases have been removed. Newer and better implementation of these features will be added back soon. These include use of ghostscript and ImageMagic to automatically translate image formats, and an implementation of copy-on-scroll in NSClipView. Also note that this version is binary incompatible with previous versions on 64-bit systems due to changes in some variables based on changes in GNUstep base to the type of NSNotFound.
New features include:
diff --git a/Documentation/news.texi b/Documentation/news.texi
index 3e2f6e0da..58e6e5a71 100644
--- a/Documentation/news.texi
+++ b/Documentation/news.texi
@@ -9,26 +9,26 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
-@section Noteworthy changes in trunk
+@section Noteworthy changes in version @samp{0.22.0}
New features include:
@itemize @bullet
+@item This version is binary incompatible with previous versions due to the change of NSNotFound in GNUstep base.
@item Support for drawing the GUI with a scale factor, for high-DPI monitors.
@item Character panel
@item Color picker ``Magnifier'' tool, for grabbing the color of arbitrary parts of the screen
-@item Many new image formats supported for reading using Ghostscript and ImageMagick
@end itemize
Many NSImage improvements (Mac OS X 10.6 drawing methods, better selection of image reps, better support for icons). Many bugfixes, including in Xib loading, printing, and NSView geometry.
+@ifclear ANNOUNCE-ONLY
+
@section Noteworthy changes in version @samp{0.20.0}
A new stable release. Many improvments with Nib loading, documents and
document controllers. Fixed many drawing issues, particularly
ones related to flipping. Much improved theming.
-@ifclear ANNOUNCE-ONLY
-
@section Noteworthy changes in version @samp{0.19.0}
This is an (unstable) copy of the 0.18.0 release