|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82153 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-12-21 14:30:59
Author: danieljames
Date: 2012-12-21 14:30:58 EST (Fri, 21 Dec 2012)
New Revision: 82153
URL: http://svn.boost.org/trac/boost/changeset/82153
Log:
Website: Graph + Context release notes.
Text files modified:
website/public_html/live/feed/history/boost_1_53_0.qbk | 15 +++++++++++++++
website/public_html/live/generated/dev.rss | 39 +++++++++++++++++++++++++++++++++++++++
website/public_html/live/generated/state/feed-pages.txt | 6 +++---
website/public_html/live/users/history/version_1_53_0.html | 39 +++++++++++++++++++++++++++++++++++++++
4 files changed, 96 insertions(+), 3 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_53_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_53_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_53_0.qbk 2012-12-21 14:30:58 EST (Fri, 21 Dec 2012)
@@ -29,6 +29,21 @@
* [phrase library..[@/libs/context/ Context]:]
* Support for iOS on ARM and MacOS X on x86 (32bit) added.
+ * Support for SEH Overwrite Protection on Win32.
+
+* [phrase library..[@/libs/graph/ Graph]:]
+ * Fixed the following bugs from Trac: [ticket 3468], [ticket 4386],
+ [ticket 5269], [ticket 7428], [ticket 7457], [ticket 7467],
+ [ticket 7600], [ticket 7648], [ticket 7684], [ticket 7728],
+ [ticket 7741], [ticket 7766], [ticket 7771], [ticket 7773],
+ [ticket 7780], [ticket 7787], plus other bugs not in Trac.
+ * Added support for reading from GraphML files containing multiple
+ graphs.
+ * Added versions of A* search specifically for trees, removing the
+ need for a color map when it is acceptable to visit the same vertex
+ multiple times.
+ * Added VF2 subgraph isomorphism algorithm (contributed by Flavio De
+ Lorenzi).
* [phrase library..[@/libs/functional/hash/ Hash]:]
* Add support for `boost::int128_type` and `boost::uint128_type` where
Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-12-21 14:30:58 EST (Fri, 21 Dec 2012)
@@ -62,6 +62,45 @@
Support for iOS on ARM and MacOS X on x86 (32bit) added.
</div>
</li>
+ <li>
+ <div>
+ Support for SEH Overwrite Protection on Win32.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/libs/graph/">Graph</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed the following bugs from Trac: <a href="https://svn.boost.org/trac/boost/ticket/3468">#3468</a>, <a href="https://svn.boost.org/trac/boost/ticket/4386">#4386</a>, <a href="https://svn.boost.org/trac/boost/ticket/5269">#5269</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7428">#7428</a>, <a href="https://svn.boost.org/trac/boost/ticket/7457">#7457</a>, <a href="https://svn.boost.org/trac/boost/ticket/7467">#7467</a>, <a href="https://svn.boost.org/trac/boost/ticket/7600">#7600</a>, <a href="https://svn.boost.org/trac/boost/ticket/7648">#7648</a>, <a href="https://svn.boost.org/trac/boost/ticket/7684">#7684</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7728">#7728</a>, <a href="https://svn.boost.org/trac/boost/ticket/7741">#7741</a>, <a href="https://svn.boost.org/trac/boost/ticket/7766">#7766</a>, <a href="https://svn.boost.org/trac/boost/ticket/7771">#7771</a>, <a href="https://svn.boost.org/trac/boost/ticket/7773">#7773</a>, <a href="https://svn.boost.org/trac/boost/ticket/7780">#7780</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7787">#7787</a>, plus other bugs not in Trac.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added support for reading from GraphML files containing multiple
+ graphs.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added versions of A* search specifically for trees, removing the
+ need for a color map when it is acceptable to visit the same vertex
+ multiple times.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added VF2 subgraph isomorphism algorithm (contributed by Flavio De
+ Lorenzi).
+ </div>
+ </li>
</ul>
</div>
</li>
Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-12-21 14:30:58 EST (Fri, 21 Dec 2012)
@@ -2099,7 +2099,7 @@
-id
"version_1_53_0
-last_modified
-.1356085858.84
+.1356118222.82
-location
"users/history/version_1_53_0.html
-notice
@@ -2112,11 +2112,11 @@
" New Libraries: Updated Libraries:
"
-qbk_hash
-"53a1f20c31542705c12a47ce029dea3b4221ee24c83ec28b8501d20798ca7c3d
+"b25a69ba20d3a78e87ec455951b1e713d75e2ee8a13edf444320bc28777d330b
-release_status
"dev
-rss_hash
-"08272e0909713f64bba75ec78a8411124a1aa563a1c5c6e118bf2ebca04fc296
+"4681b831d0444dfce2643f24b331300810e3f4296cd2d88d724277a97fdb8506
-title
"Version 1.53.0
-type
Modified: website/public_html/live/users/history/version_1_53_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_53_0.html (original)
+++ website/public_html/live/users/history/version_1_53_0.html 2012-12-21 14:30:58 EST (Fri, 21 Dec 2012)
@@ -99,6 +99,45 @@
Support for iOS on ARM and MacOS X on x86 (32bit) added.
</div>
</li>
+ <li>
+ <div>
+ Support for SEH Overwrite Protection on Win32.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Graph:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed the following bugs from Trac: #3468, #4386, #5269,
+ #7428, #7457, #7467, #7600, #7648, #7684,
+ #7728, #7741, #7766, #7771, #7773, #7780,
+ #7787, plus other bugs not in Trac.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added support for reading from GraphML files containing multiple
+ graphs.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added versions of A* search specifically for trees, removing the
+ need for a color map when it is acceptable to visit the same vertex
+ multiple times.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added VF2 subgraph isomorphism algorithm (contributed by Flavio De
+ Lorenzi).
+ </div>
+ </li>
</ul>
</div>
</li>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk