| 26 | | * Update trac ticket (if any). |
| | 26 | * Update Trac ticket (if any). |
| | 27 | |
| | 28 | == Details == |
| | 29 | |
| | 30 | === Run inspect === |
| | 31 | |
| | 32 | === Update release history === |
| | 33 | |
| | 34 | URL: https://svn.boost.org/svn/boost/website/public_html/beta/feed/history |
| | 35 | |
| | 36 | There will be a file in that directory named boost_n_nn_n.qbk, where n_nn_n is the release number. Edit the [section Updated Libraries] portion of that file to add a section for your library. For example: |
| | 37 | |
| | 38 | {{{ |
| | 39 | * [phrase library..[@/libs/interprocess/index.html Interprocess]:] |
| | 40 | * Updated documentation to show rvalue-references funcions instead of emulation functions. |
| | 41 | * More non-copyable classes are now movable. |
| | 42 | * Move-constructor and assignments now leave moved object in default-constructed state |
| | 43 | instead of just swapping contents. |
| | 44 | * Several bugfixes ([@https://svn.boost.org/trac/boost/ticket/2391 #2391], |
| | 45 | [@https://svn.boost.org/trac/boost/ticket/2431 #2431], |
| | 46 | [@https://svn.boost.org/trac/boost/ticket/1390 #1390], |
| | 47 | [@https://svn.boost.org/trac/boost/ticket/2570 #2570], |
| | 48 | [@https://svn.boost.org/trac/boost/ticket/2528 #2528]). |
| | 49 | |
| | 50 | }}} |
| | 51 | |