wiki:ReleasePractices/HotFixes

Version 2 (modified by Beman Dawes, 14 years ago) ( diff )

Add first table entry, instructions for apply patches

Patches for specific release problems

This is an experiment. Please send feedback on usefulness to the Boost Developers list.

Boost developers may occasionally make quick bug fixes available in the form of patches.

Release 1.36.0

Library Changeset Description Directory
Filesystem 48192 Restore deprecated basic_directory_entry functions inadvertently removed from 1.36.0. boost-root/boost/filesystem

Instructions for applying patches

  • In the table, click the link for the desired Changeset.
  • On the bottom of the Changeset page, click on "Download in other formats: Unified Diff".
  • Open a command prompt window using your operating system. Enter these two commands, replacing directory with the path to directory from the table, download-path with the path to your download directory, and # with the changeset number:

cd directory patch <download-path/changeset_r#.diff

Note: See TracWiki for help on using the wiki.