Update history doc for Android LibreOffice fixes.

This commit is contained in:
Rene Rivera
2014-12-29 23:23:52 -06:00
parent 5912dd7e62
commit e0e11e05a6
3 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,7 @@ http://www.boost.org/LICENSE_1_0.txt)
* Account for skip in Visual Studio product version vs. compiler version. * Account for skip in Visual Studio product version vs. compiler version.
This supports version of VS 2015 an onward. This supports version of VS 2015 an onward.
* Add detection of Haiku OS (from Jessica Hamilton). * Add detection of Haiku OS (from Jessica Hamilton).
* Some fixes to endian detection for Android (from mstahl-at-redhat.com).
[heading 1.1] [heading 1.1]

View File

@ -52,7 +52,7 @@
</div> </div>
</div> </div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: December 29, 2014 at 17:24:18 GMT</small></p></td> <td align="left"><p><small>Last revised: December 30, 2014 at 05:22:51 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td> <td align="right"><div class="copyright-footer"></div></td>
</tr></table> </tr></table>
<hr> <hr>

View File

@ -29,6 +29,9 @@
<li class="listitem"> <li class="listitem">
Add detection of Haiku OS (from Jessica Hamilton). Add detection of Haiku OS (from Jessica Hamilton).
</li> </li>
<li class="listitem">
Some fixes to endian detection for Android (from mstahl-at-redhat.com).
</li>
</ul></div> </ul></div>
<h4> <h4>
<a name="predef.history.h1"></a> <a name="predef.history.h1"></a>