Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82576 - in branches/release: . tools tools/quickbook tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2013-01-21 02:44:36


Author: danieljames
Date: 2013-01-21 02:44:33 EST (Mon, 21 Jan 2013)
New Revision: 82576
URL: http://svn.boost.org/trac/boost/changeset/82576

Log:
Quickbook: Merge old changelog entries from trunk.
Properties modified:
   branches/release/ (props changed)
   branches/release/tools/ (props changed)
   branches/release/tools/quickbook/ (props changed)
Text files modified:
   branches/release/tools/quickbook/doc/change_log.qbk | 26 ++++++++++++++++++++++++++
   1 files changed, 26 insertions(+), 0 deletions(-)

Modified: branches/release/tools/quickbook/doc/change_log.qbk
==============================================================================
--- branches/release/tools/quickbook/doc/change_log.qbk (original)
+++ branches/release/tools/quickbook/doc/change_log.qbk 2013-01-21 02:44:33 EST (Mon, 21 Jan 2013)
@@ -248,3 +248,29 @@
     block (`quickbook`, `compatibility-mode`, `source-mode`).
   * Only add explicit alt text to images.
   * Don't put 'inline' code blocks inside paragraphs.
+
+[heading Version 1.5.8 - Boost 1.50]
+
+* Write dependencies to a file, using `--output-deps`
+ ([@https://svn.boost.org/trac/boost/ticket/6691 #6691]).
+* Fix handling of section tags in lists.
+* Fix indented code blocks in lists.
+* Fix handling UTF-8 code points in the syntax highlighter.
+ Was treating each individual byte as a character.
+ Still doesn't deal with combining code points.
+* Internal changes:
+ * A lot of restructuring.
+ * Stop using 'v3' filesystem paths and namespaces, it's now
+ the default version.
+ * Remove awkward intrusive reference counting implementation,
+ avoids a gcc internal compiler error
+ ([@http://svn.boost.org/trac/boost/ticket/6794 #6794]),
+ but is also a cleaner implementation.
+* 1.6 changes:
+ * Better handling of brackets in link values.
+ * Improved handling of escaped characters in include paths.
+* Starting to develop 1.7:
+ * Source mode for single entities.
+ * Callouts in code blocks.
+ * Escaped docbook in docinfo blocks.
+ * Starting to implement calling templates from link values.


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