index.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <title>Release Scripts</title>
  8. <link rel="stylesheet" type="text/css" href="../../doc/html/minimal.css">
  9. </head>
  10. <body>
  11. <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="637">
  12. <tr>
  13. <td width="277">
  14. <a href="../../index.htm">
  15. <img src="../../boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
  16. <td width="337" align="middle">
  17. <font size="7">Release Scripts</font>
  18. </td>
  19. </tr>
  20. </table>
  21. <h2>Introduction</h2>
  22. <p>The release scripts are used by the release management team to build the
  23. release distribution files, and perform related release management functions.</p>
  24. <p>The files being built include:</p>
  25. <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
  26. <tr>
  27. <td width="100%" colspan="2">
  28. <p align="center"><b><i>Files</i></b></td>
  29. </tr>
  30. <tr>
  31. <td width="50%">boost_x_xx_x.7z</td>
  32. <td width="50%">&nbsp;</td>
  33. </tr>
  34. <tr>
  35. <td width="50%">boost_x_xx_x.tar.bz2</td>
  36. <td width="50%">Unix-style line endings</td>
  37. </tr>
  38. <tr>
  39. <td width="50%">boost_x_xx_x.tar.gz</td>
  40. <td width="50%">Unix-style line endings</td>
  41. </tr>
  42. <tr>
  43. <td width="50%">boost_x_xx_x.zip</td>
  44. <td width="50%">Windows-style line endings</td>
  45. </tr>
  46. </table>
  47. <p>The content of all files is identical except for the line endings.</p>
  48. <hr>
  49. <p>© Copyright Beman Dawes, 2008<br>
  50. Distributed under the Boost Software License, Version 1.0. See
  51. <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a></p>
  52. <p>Revised
  53. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%B %d, %Y" startspan -->January 18, 2008<!--webbot bot="Timestamp" endspan i-checksum="31853" --> </font>
  54. </p>
  55. </body>
  56. </html>
粤ICP备19079148号