For any one having this problem with this specific query the solution is to add the paged parameter inside query_posts like so;
<?php query_posts('category_name='.get_the_title().'&post_status=publish,future&paged=' . get_query_var('paged'));?>
[Please post code snippets between backticks or use the code button.]