diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html
index 56fa383aa2c5..34bb822b2e52 100644
--- a/libcxx/www/upcoming_meeting.html
+++ b/libcxx/www/upcoming_meeting.html
@@ -83,7 +83,7 @@
| 2579 | Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign | Jacksonville | Patch Ready |
| 2581 | Specialization of <type_traits> variable templates should be prohibited | Jacksonville | |
| 2582 | §[res.on.functions]/2's prohibition against incomplete types shouldn't apply to type traits | Jacksonville | |
- | 2583 | There is no way to supply an allocator for basic_string(str, pos) | Jacksonville | |
+ | 2583 | There is no way to supply an allocator for basic_string(str, pos) | Jacksonville | Patch Ready |
| 2585 | forward_list::resize(size_type, const value_type&) effects incorrect | Jacksonville | |
| 2586 | Wrong value category used in scoped_allocator_adaptor::construct() | Jacksonville | |
| 2590 | Aggregate initialization for std::array | Jacksonville | |
@@ -114,16 +114,16 @@
2575 - I don't think we ever implemented this; so 'removing' it is trivial
2576 - This one is simple, but testing it will be hard. I tried making a sublass of istringstream, but it got sliced.
2577 - This one is simple
-2579 - Done.
+2579 - Done
2581 -
2582 -
-2583 - This looks easy.
+2583 - Done
2585 - This looks easy.
2586 -
2590 -
-Last Updated: 16-Feb-2015
+Last Updated: 23-Feb-2015