diff --git a/release_4_3_2.php b/release_4_3_2.php
index d1f946c3c..e3713c7e8 100644
--- a/release_4_3_2.php
+++ b/release_4_3_2.php
@@ -16,23 +16,28 @@ PHP 4.3.2 Release Announcement
[ Version Française ]
+
+ After a lengthy QA process, PHP 4.3.2 is finally out.
+ This maintenance release solves a lot of bugs found in earlier PHP versions
+ and is strongly recommended upgrade for all users of PHP.
+
+
Bugfix release
-This bug fix release solves a lot of bugs found in PHP 4.3.1 and earlier versions.
- PHP 4.3.2 includes among others the following fixes, additions and improvements:
-
- - Fixed several integer overflows.
- - Fixed several 64-bit problems.
- - Added new Apache 2.0 SAPI module (sapi/apache2handler, enabled with --with-apxs2).
- - Improved dba extension.
- - Improved thttpd SAPI module.
- - Syncronized bundled GD library with GD 2.0.12 .
- - Dropped support for GDLIB version 1.x.x (php_gd.dll) on Windows.
- - Added unix man page for CLI version of PHP.
- - Added "disable_classes" php.ini option to allow administrators to disable certain classes for security reasons.
-
-For a full list of changes in PHP 4.3.2, see the
-NEWS file.
+
+ PHP 4.3.2 contains, among others, following important fixes, additions and improvements:
+
+ - Fixes for several integer overflows.
+ - Fixes for several 64-bit problems.
+ - New Apache 2.0 SAPI module (sapi/apache2handler, enabled with --with-apxs2).
+ - Improvements to dba extension.
+ - Improvements to thttpd SAPI module.
+ - Syncronized bundled GD library with GD 2.0.12.
+ - Dropped support for GDLIB version 1.x.x (php_gd.dll) on Windows.
+ - An unix man page for CLI version of PHP.
+ - New "disable_classes" php.ini option to allow administrators to disable certain classes for security reasons.
+
+ For a full list of changes in PHP 4.3.2, see the NEWS file.