Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49307 - trunk/libs/wave
From: hartmut.kaiser_at_[hidden]
Date: 2008-10-12 21:36:04


Author: hkaiser
Date: 2008-10-12 21:36:04 EDT (Sun, 12 Oct 2008)
New Revision: 49307
URL: http://svn.boost.org/trac/boost/changeset/49307

Log:
Wave: Updated ChangeLog to reflect the V1.37 release
Text files modified:
   trunk/libs/wave/ChangeLog | 15 ++++++++++-----
   1 files changed, 10 insertions(+), 5 deletions(-)

Modified: trunk/libs/wave/ChangeLog
==============================================================================
--- trunk/libs/wave/ChangeLog (original)
+++ trunk/libs/wave/ChangeLog 2008-10-12 21:36:04 EDT (Sun, 12 Oct 2008)
@@ -15,19 +15,24 @@
   function.
 - Fix the trigraph backslash problem in the re2c (C/C++ and IDL) scanners, if
   there is the end of the (internal) buffer just in between a '??/' and a '\n'.
-- Change the cpp_exception::what() function to return more meaningful error
- texts.
-
+
 - Do a sourceforge release.
 
 -------------------------------------------------------------------------------
 
 CHANGELOG
 
+Boost V1.37.0
+- Updated examples to reflect the recent changes in the used multi_pass
+ iterator.
+- Fixed documentation links still pointing to the old Boost CVS (thanks to
+ Jürgen Hunold for providing the patch).
+
 Boost V1.36.0
 - Wave Version 2.0 is a new major release introducing some breaking API changes,
   preventing it to be used with Boost versions earlier than V1.36.0. The API
- and hook interface have been streamlined for more consistency.
+ and hook interface have been streamlined for more consistency. See the
+ documentation for more details.
 
 - Added an additional template parameter to the context object, allowing to
   specify any possibly derived type. This change propagates to the preprocessing
@@ -51,7 +56,7 @@
 - Adjusted Spirit header includes to point to conform to the new directory
   structure, removed support for Spirit versions earlier than V1.7.
 - Started to migrate to new multi_pass iterators from Spirit V2.0.
-
+
 Boost V1.35.0
 - Wave Version 1.3
 - Changed the return value of the 'evaluated_conditional_expression()' pp hook


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