[libcxx] r245864 - Add release goals to TODO.txt
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 24 12:33:41 PDT 2015
Author: ericwf
Date: Mon Aug 24 14:33:40 2015
New Revision: 245864
URL: http://llvm.org/viewvc/llvm-project?rev=245864&view=rev
Log:
Add release goals to TODO.txt
Modified:
libcxx/trunk/TODO.TXT
Modified: libcxx/trunk/TODO.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/TODO.TXT?rev=245864&r1=245863&r2=245864&view=diff
==============================================================================
--- libcxx/trunk/TODO.TXT (original)
+++ libcxx/trunk/TODO.TXT Mon Aug 24 14:33:40 2015
@@ -1,5 +1,15 @@
This is meant to be a general place to list things that should be done "someday"
+3.8 Release Goals
+=================
+* LFTS v1 (EricWF, MClow)
+* Filesystem TS (EricWF)
+* ASIO TS (MClow)
+* <regex> Improvements (MClow)
+* Setup ABI Versioning policy (EricWF)
+* Fix PR19302 - Fix UB in list and __tree.
+
+
ABI Related Tasks
=================
* Explicitly manage and verify symbols exported from the dylib.
More information about the cfe-commits
mailing list