|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70051 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2011-03-17 05:07:31
Author: danieljames
Date: 2011-03-17 05:07:28 EDT (Thu, 17 Mar 2011)
New Revision: 70051
URL: http://svn.boost.org/trac/boost/changeset/70051
Log:
Quickbook: document recent changes.
Text files modified:
trunk/tools/quickbook/doc/quickbook.qbk | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
Modified: trunk/tools/quickbook/doc/quickbook.qbk
==============================================================================
--- trunk/tools/quickbook/doc/quickbook.qbk (original)
+++ trunk/tools/quickbook/doc/quickbook.qbk 2011-03-17 05:07:28 EDT (Thu, 17 Mar 2011)
@@ -239,7 +239,9 @@
* XML escape documentation fields, with escapes to allow encoding unicode
in ASCII.
-[heading Version 1.5.4 - Boost 1.46.0]
+[heading Version 1.5.4 - Boost 1.46.1]
+
+Boost 1.46.0:
* Add support for `lang` attribute in documentation info.
* Improved anchor implementation. Especially for using an anchor
@@ -251,6 +253,22 @@
* Rearrange the structure of the grammar.
* Use filesystem 3. Remove cygwin support.
+Boost 1.46.1:
+
+* Work around optimization bug in g++ 4.4 on 64 bit linux.
+
+[heading Version 1.5.5 - Boost 1.47]
+
+* Tweak anchor placement for titles.
+* Hard code the quickbook path into the quickbook testing tools. This
+ means that they can be used from multiple locations.
+* Generate an id for boostbook `bridgehead` elements. This results in
+ more consistent html, since docbook generates a random id if they
+ don't have one.
+* Improved unicode support on windows. Unicode can now be used from the
+ command line, and unicode filenames are supported. Unicode output is
+ a bit weak.
+
[endsect] [/Change log]
[section:syntax Syntax Summary]
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