Index: src/bp-core/bp-core-admin.php
===================================================================
--- src/bp-core/bp-core-admin.php	(revision 9880)
+++ src/bp-core/bp-core-admin.php	(working copy)
@@ -549,17 +549,16 @@
 
 			<?php endif; ?>
 
-			<div class="changelog headline-feature">
-				<h2><?php esc_html_e( 'Member Types', 'buddypress' ); ?></h2>
+			<div class="headline-feature">
+				<h2><?php esc_html_e( 'Revamped Avatar Upload UI', 'buddypress' ); ?></h2>
+
 				<div class="featured-image">
-					<img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/member-types.png' ); ?>" alt="<?php esc_attr_e( 'Member types metabox', 'buddypress' ); ?>">
+					<img src="#" alt="<?php esc_attr_e( 'Revamped Avatar Upload UI', 'buddypress' ); ?>">
 				</div>
 
 				<div class="feature-section">
-					<h3><?php esc_html_e( 'Native APIs for crafting great new member experiences.', 'buddypress' ); ?></h3>
-					<p><?php esc_html_e( 'Registering member types finally enables a strict separation of different and explicit types of community members.', 'buddypress' ); ?></p>
-					<p><?php esc_html_e( 'This amazing new feature is available to plugin developers starting with BuddyPress 2.2', 'buddypress' ); ?></p>
-					<p><a href="https://codex.buddypress.org/developer/member-types/"><?php esc_html_e( 'Learn more &rarr;', 'buddypress' ); ?></a></p>
+					<h3><?php esc_html_e( 'Built with the new Attachments API, the foundation for media management.', 'buddypress' ); ?></h3>
+					<p><?php esc_html_e( 'You can drag and drop any image you choose to upload as your profile photo. The interface is mobile-ready and now includes integration with phone or laptop cameras. This is an example of what can be developed using the new Attachments API, the long-awaited foundation for media-related BuddyPress components and features.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/plugindev/bp_attachment/"><?php esc_html_e( 'Learn more &rarr;', 'buddypress' ); ?></a></p>
 				</div>
 
 				<div class="clear"></div>
@@ -567,32 +566,32 @@
 
 			<hr />
 
-			<div class="changelog feature-list finer-points">
+			<div class="feature-list finer-points">
 				<h2><?php esc_html_e( 'The Finer Points', 'buddypress' ); ?></h2>
 
 				<div class="feature-section col two-col">
 					<div>
-						<span class=" dashicons dashicons-admin-post"></span>
-						<h4><?php esc_html_e( 'Post Types Activities', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'Register custom post types so they appear as activity stream items, complete with custom verbiage.', 'buddypress' ); ?></p>
+						<span class=" dashicons dashicons-admin-users"></span>
+						<h4><?php esc_html_e( 'Member Type Directories', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Create directories of member types in your site using the Member Type API.', 'buddypress' ); ?></p>
 					</div>
 
 					<div class="template-pack last-feature">
 						<span class=" dashicons dashicons-admin-appearance"></span>
-						<h4><?php esc_html_e( 'Template Pack', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'The Legacy template pack is now more responsive and accommodating to more WordPress themes.', 'buddypress' ); ?></p>
+						<h4><?php esc_html_e( 'Core Theme Companion Styling', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Improved integration of components in WordPress core themes Twenty Fifteen and Twenty Fourteen.', 'buddypress' ); ?></p>
 					</div>
 
 					<div class="group-invites">
-						<span class=" dashicons dashicons-editor-code"></span>
-						<h4><?php esc_html_e( 'Message Meta', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'Private message conversations made infinitely more flexible with an additional metadata table.', 'buddypress' ); ?></p>
+						<span class=" dashicons dashicons-admin-post"></span>
+						<h4><?php esc_html_e( 'Blog Post Activity', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Generate better excerpts in the activity streams for posts containing images or other embedded media content.', 'buddypress' ); ?></p>
 					</div>
 
 					<div class="last-feature">
-						<span class=" dashicons dashicons-heart"></span>
-						<h4><?php esc_html_e( 'WordPress 3.6 - 4.1', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'We support a wide range of WordPress versions, even though you should always stay up-to-date.', 'buddypress' ); ?></p>
+						<span class=" dashicons dashicons-star-filled"></span>
+						<h4><?php esc_html_e( 'Star Private Messages ', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Mark important messages in your inbox from your friends with a star.', 'buddypress' ); ?></p>
 					</div>
 				</div>
 			</div>
@@ -599,27 +598,33 @@
 
 			<hr />
 
-			<div class="changelog feature-list">
+			<div class="feature-list">
 				<h2><?php esc_html_e( 'Under the Hood', 'buddypress' ); ?></h2>
 
 				<div class="feature-section col two-col">
 					<div>
-						<h4><?php esc_html_e( 'Complex Activity Queries', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'Metadata, multiple scopes, actions, post types, and more are now easily queried using core APIs and functionality.', 'buddypress' ); ?></p>
+						<h4><?php esc_html_e( 'Components can register new features', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Plugin developers can register new features or check if a component feature is registered.using the \'BP_Component\' class.', 'buddypress' ); ?></p>
 
 						<h4><?php esc_html_e( 'Cache Improvements', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'We now properly group and cache several different types of queries and objects, with an emphasis on multi-network environments.', 'buddypress' ); ?></p>
+						<p><?php esc_html_e( 'Improved cacheing for the following components: Messages, xProfiles, Members &amp; Member Types, and Friends.', 'buddypress' ); ?></p>
 					</div>
 					<div class="last-feature">
 						<h4><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4>
 						<p><?php esc_html_e( 'Continued improvements to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p>
 
-						<h4><?php esc_html_e( 'And so Much More', 'buddypress' ); ?></h4>
-						<p><?php esc_html_e( 'With over 130 bugs squashed and constant attention to improving unit-test coverage, we think this version is just the bee&#8217;s knees.', 'buddypress' ); ?></p>
+						<h4><?php esc_html_e( 'User Documentation', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'The BuddyPress Codex is maintained and updated regularly with new articles and tutorials.', 'buddypress' ); ?></p>
 					</div>
 				</div>
 			</div>
 
+		<hr />
+
+		<p><a href="https://buddypress.org/blog/"><?php esc_html_e( 'BuddyPress News', 'buddypress' ); ?></a> &bullet; <a href="https://buddypress.org/suppport/"><?php esc_html_e( 'Support Forums;', 'buddypress' ); ?></a> &bullet; <a href="https://codex.buddypress.org/"><?php esc_html_e( 'User Documentation', 'buddypress' ); ?></a> &bullet; <a href="https://bpdevel.wordpress.com/"><?php esc_html_e( 'Development Blog', 'buddypress' ); ?></a>  Twitter: <a href="https://twitter.com/buddypress/"><?php esc_html_e( 'BuddyPress', 'buddypress' ); ?></a> &bullet; <a href="https://twitter.com/bptrac/"><?php esc_html_e( 'BuddyPress Trac', 'buddypress' ); ?></a> &bullet; <a href="https://twitter.com/buddypressdev/"><?php esc_html_e( 'BuddyPress Dev', 'buddypress' ); ?></a></p>
+
+		<hr />
+
 		<?php
 	}
 
