[libcxx] r290444 - Add release update instructions for libc++

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 23 11:30:25 PST 2016


Author: ericwf
Date: Fri Dec 23 13:30:24 2016
New Revision: 290444

URL: http://llvm.org/viewvc/llvm-project?rev=290444&view=rev
Log:
Add release update instructions for libc++

Added:
    libcxx/trunk/RELEASE.TXT

Added: libcxx/trunk/RELEASE.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/RELEASE.TXT?rev=290444&view=auto
==============================================================================
--- libcxx/trunk/RELEASE.TXT (added)
+++ libcxx/trunk/RELEASE.TXT Fri Dec 23 13:30:24 2016
@@ -0,0 +1,11 @@
+//===---------------------------------------------------------------------===//
+// Post-Release TODO
+//===---------------------------------------------------------------------===//
+
+These notes contain a list of things that must be done after branching for
+an LLVM release.
+
+1. Update _LIBCPP_VERSION in `__config`
+2. Update the __libcpp_version file.
+3. Update the version number in `docs/conf.py`
+4. Create ABI lists for the previous release under `lib/abi`




More information about the cfe-commits mailing list