Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 19495)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -4866,12 +4866,20 @@
 	min-height: 60px;
 	font-size: 24px;
 }
+
+.about-wrap h2 {
+	font-size: 32px;	
+}
+
 .about-wrap h3 {
 	font-size: 24px;
 	margin-bottom: 1em;
 	padding-top: 20px;
+} 
+
+.about-wrap .changelog.point-release {
+	padding: 20px 0;
 }
-
 .about-wrap .changelog {
 	padding-bottom: 10px;
 	overflow: hidden;
@@ -4880,6 +4888,14 @@
 	list-style-type: disc;
 	margin-left: 3em;
 }
+
+.about-wrap .changelog.point-release h3 {
+	padding-top: 10px;
+}
+.about-wrap .changelog.point-release .feature {
+	margin-bottom: 10px;
+}
+
 .about-wrap .feature-section h4 {
 	margin-bottom: 0.6em;
 }
Index: wp-admin/css/colors-classic.dev.css
===================================================================
--- wp-admin/css/colors-classic.dev.css	(revision 19495)
+++ wp-admin/css/colors-classic.dev.css	(working copy)
@@ -2168,6 +2168,10 @@
 	color: #464646;
 }
 
+.about-wrap .changelog.point-release {
+	border-bottom: 1px #dfdfdf solid;
+}
+
 .about-wrap .feature-section img,
 .about-wrap .feature-section .image-mask {
 	background: #fff;
Index: wp-admin/css/colors-fresh.dev.css
===================================================================
--- wp-admin/css/colors-fresh.dev.css	(revision 19495)
+++ wp-admin/css/colors-fresh.dev.css	(working copy)
@@ -1795,6 +1795,10 @@
 	color: #464646;
 }
 
+.about-wrap .changelog.point-release {
+	border-bottom: 1px #dfdfdf solid;
+}
+
 .about-wrap .feature-section img,
 .about-wrap .feature-section .image-mask {
 	background: #fff;
Index: wp-admin/about.php
===================================================================
--- wp-admin/about.php	(revision 19495)
+++ wp-admin/about.php	(working copy)
@@ -25,7 +25,7 @@
 
 <h2 class="nav-tab-wrapper">
 	<a href="about.php" class="nav-tab nav-tab-active">
-		<?php printf( __( 'What&#8217;s New in %s' ), $display_version ); ?>
+		<?php _e( 'What&#8217;s New'); ?>
 	</a><a href="credits.php" class="nav-tab">
 		<?php _e( 'Credits' ); ?>
 	</a><a href="freedoms.php" class="nav-tab">
@@ -33,6 +33,22 @@
 	</a>
 </h2>
 
+<div class="changelog point-release">
+	<h2><?php _e( 'In 3.3.1' ); ?></h2>
+	
+	<div class="feature">
+		<h3><?php _e( 'Security' ); ?></h3>
+		<p><?php _e( 'WordPress 3.1.1 addresses some security issues.' ); ?></p>
+	</div>
+	
+	<div class="feature">
+		<h3><?php _e( 'Bugfixes' ); ?></h3>
+		<p><?php _e( 'WordPress 3.1.1 is a maintenance release that contains more than 50 bug fixes.' ); ?></p>
+	</div>
+	
+	<p><?php _e( 'For more information, see <a href="#">the release post</a>.' ); ?></p>	
+</div>
+
 <div class="changelog">
 	<h3><?php _e( 'Easier Uploading' ); ?></h3>
 	
@@ -118,7 +134,7 @@
 		</div>
 		<div class="last-feature">
 			<h4><?php _e( 'Widget Improvements' ); ?></h4>
-			<p><?php _e( 'Changing themes often requires widget re-configuration based on the number and position of sidebars. Now if you change back to a previous theme within a week, the widgets will automatically go back to how you had them arranged in that theme. <em>Note: if you&#8217;ve added new widgets since the switch, you&#8217;ll need to rescue them from the Inactive Widgets area.</em>' ); ?></p>
+			<p><?php _e( 'Changing themes often requires widget re-configuration based on the number and position of sidebars. Now if you change back to a previous theme, the widgets will automatically go back to how you had them arranged in that theme. <em>Note: if you&#8217;ve added new widgets since the switch, you&#8217;ll need to rescue them from the Inactive Widgets area.</em>' ); ?></p>
 		</div>
 	</div>
 	
@@ -149,7 +165,7 @@
 		</div>
 		<div>
 			<h4><?php _e( 'WP_Screen API' ); ?></h4>
-			<p><?php _e( 'WordPress admin screens have a nice new API. Create rich screens with help documentation, settings, and more.' ); ?></p>
+			<p><?php _e( 'WordPress has a nice new API for working with admin screens. Create rich screens, add help documentation, adapts screen contexts, and more.' ); ?></p>
 		</div>
 		<div class="last-feature">
 			<h4><?php _e( 'Editor API Overhaul' ); ?></h4>
