diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-27 00:25:16 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-27 00:25:16 -0800 |
commit | 93c3ab46494f35c390b40220519d83634e4e347f (patch) | |
tree | 68616e5f1c2a5175e4a27645761e891429364ed5 /docs | |
parent | 4b8da65be9f5adb340d7edf32362bdb24f20833b (diff) | |
parent | 10c9206de2ae4079ca1239ff44cee3fdb1deadf5 (diff) |
Merge branch 'master' into compact
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.html | 2 | ||||
-rw-r--r-- | docs/manual.qbk | 1 | ||||
-rw-r--r-- | docs/manual/changes.html | 4 |
3 files changed, 6 insertions, 1 deletions
diff --git a/docs/manual.html b/docs/manual.html index 64c1c90..0eb13b9 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -184,7 +184,7 @@ pugixml </div> </div></div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> -<td align="left"><p><small>Last revised: November 18, 2014 at 17:25:31 GMT</small></p></td> +<td align="left"><p><small>Last revised: November 26, 2014 at 02:23:21 GMT</small></p></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> <hr> diff --git a/docs/manual.qbk b/docs/manual.qbk index b703948..20305cf 100644 --- a/docs/manual.qbk +++ b/docs/manual.qbk @@ -1922,6 +1922,7 @@ Major release, featuring a lot of performance improvements and some new features * Bug fixes # Adjusted comment output to avoid malformed documents if the comment value contains "--" # Fix XPath sorting for documents that were constructed using append_buffer + # Fix load_file for wide-character paths with non-ASCII characters in MinGW with C++11 mode enabled [h5 27.02.2014 - version 1.4] diff --git a/docs/manual/changes.html b/docs/manual/changes.html index 05891a7..a3495b2 100644 --- a/docs/manual/changes.html +++ b/docs/manual/changes.html @@ -126,6 +126,10 @@ <li class="listitem"> Fix XPath sorting for documents that were constructed using append_buffer </li> +<li class="listitem"> + Fix load_file for wide-character paths with non-ASCII characters + in MinGW with C++11 mode enabled + </li> </ol></div> </li> </ul></div> |