Changes between Version 4 and Version 5 of ReleasePractices/HotFixes


Ignore:
Timestamp:
Aug 25, 2008, 7:20:25 PM (14 years ago)
Author:
Beman Dawes
Comment:

Add warnings and correct typography

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/HotFixes

    v4 v5  
    44
    55Boost developers may occasionally make quick bug fixes available in the form of patches.
     6
     7  * Patches are specific to the indicated Boost release, and may not work correctly or at all for other releases.
     8  * Patches assume that prior (lower numbered) changeset patches for the library have been applied.
     9  * Patches are not been tested as rigorously as releases. It is safer to only apply patches if you actually need them.
    610
    711=== Release 1.36.0 ===
     
    1418== Instructions for applying patches ==
    1519
    16 Prerequisite: The [http://en.wikipedia.org/wiki/Patch_(Unix) patch] command line utility. '''''patch''''' is preinstalled on Mac OS X and most Linux and Unix systems. For Windows, obtain it from [http://www.cygwin.com/ Cygwin].
     20Prerequisite: The [http://en.wikipedia.org/wiki/Patch_(Unix) patch] command line utility. ''patch'' is preinstalled on Mac OS X and most Linux and Unix systems. For Windows, it may be obtained from [http://www.cygwin.com/ Cygwin].
    1721
    1822* In the table, click the link for the desired Changeset.
     
    2327
    2428{{{
    25      cd ''directory''
    26      patch <''download-path''/changeset_r''#''.diff
     29     cd directory
     30     patch <download-path/changeset_r#.diff
    2731}}}
    2832