diff --git a/www/upcoming_meeting.html b/www/upcoming_meeting.html
index 92053bec8..fadd4e8be 100644
--- a/www/upcoming_meeting.html
+++ b/www/upcoming_meeting.html
@@ -63,8 +63,8 @@
| 2243 | istream::putback problem | Jacksonville | Complete |
| 2816 | resize_file has impossible postcondition | Jacksonville | Nothing to do |
| 2843 | Unclear behavior of std::pmr::memory_resource::do_allocate() | Jacksonville | |
-| 2849 | Why does !is_regular_file(from) cause copy_file to report a "file already exists" error? | Jacksonville | Nothing to do |
-| 2851 | std::filesystem enum classes are now underspecified | Jacksonville | Nothing to do |
+| 2849 | Why does !is_regular_file(from) cause copy_file to report a "file already exists" error? | Jacksonville | Nothing to do |
+| 2851 | std::filesystem enum classes are now underspecified | Jacksonville | Nothing to do |
| 2969 | polymorphic_allocator::construct() shouldn't pass resource() | Jacksonville | |
| 2975 | Missing case for pair construction in scoped and polymorphic allocators | Jacksonville | |
| 2989 | path's stream insertion operator lets you insert everything under the sun | Jacksonville | Completed |
@@ -77,15 +77,15 @@
| 3010 | [networking.ts] uses_executor says "if a type T::executor_type exists" | Jacksonville | |
| 3013 | (recursive_)directory_iterator construction and traversal should not be noexcept | Jacksonville | Complete |
| 3014 | More noexcept issues with filesystem operations | Jacksonville | Complete |
- | 3015 | copy_options::unspecified underspecified | Jacksonville | Nothing to do |
+| 3015 | copy_options::unspecified underspecified | Jacksonville | Nothing to do |
| 3017 | list splice functions should use addressof | Jacksonville | |
| 3020 | [networking.ts] Remove spurious nested value_type buffer sequence requirement | Jacksonville | |
| 3026 | filesystem::weakly_canonical still defined in terms of canonical(p, base) | Jacksonville | |
| 3030 | Who shall meet the requirements of try_lock? | Jacksonville | |
| 3034 | P0767R1 breaks previously-standard-layout types | Jacksonville | |
-| 3035 | std::allocator's constructors should be constexpr | Jacksonville | |
-| 3039 | Unnecessary decay in thread and packaged_task | Jacksonville | |
-| 3041 | Unnecessary decay in reference_wrapper | Jacksonville | |
+| 3035 | std::allocator's constructors should be constexpr | Jacksonville | Patch Ready |
+| 3039 | Unnecessary decay in thread and packaged_task | Jacksonville | Patch Ready |
+| 3041 | Unnecessary decay in reference_wrapper | Jacksonville | Patch Ready |
| 3042 | is_literal_type_v should be inline | Jacksonville | Complete |
| 3043 | Bogus postcondition for filesystem_error constructor | Jacksonville | |
| 3045 | atomic<floating-point> doesn't have value_type or difference_type | Jacksonville | |
@@ -131,7 +131,7 @@
3026 - I think this is just wording cleanup - Eric?
3030 - Wording changes only?? Do we handle exceptions correctly here?
3034 - Need to check if our tests are correct.
- 3035 - Easy to do
+ 3035 - Patch Ready
3039 - Patch Ready
3041 - Patch Ready
3042 - We already do this.