There is a bug in the include.php file for the most recent posts.
Line 253 should be changed from
‘numberposts’ => $numberposts,
To:
‘posts_per_page’ => $limit,
This will display the correct amount of most recent posts (according to the limit you set)