File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ The development of these features was funded in part by grants to `Boost Consult
4343
4444[section Contents]
4545
46+ * [link rn Release Notes]
4647* _tutorial_
4748* [link building Building and Testing]
4849* _reference_
@@ -58,6 +59,7 @@ The development of these features was funded in part by grants to `Boost Consult
5859
5960[@article.html Building Hybrid Systems With Boost Python], by Dave Abrahams and Ralf W. Grosse-Kunstleve
6061
62+ [include release_notes.qbk]
6163[include building.qbk]
6264[include configuration.qbk]
6365[include support.qbk]
Original file line number Diff line number Diff line change 1+ [chapter Release Notes
2+ [quickbook 1.7]
3+ [id rn]
4+ ]
5+
6+ [section Version 1.67]
7+
8+ * The Boost.Python library names now contain the Python version suffix.
9+ A variant compiled with Python 2.7 will thus produce library names
10+ `boost_python27` and `boost_numpy27`, etc., making it possible to host
11+ variants for multiple Python versions next to each other.
You can’t perform that action at this time.
0 commit comments