doc/migration.dox
changeset 784 1a7fe3bef514
parent 343 956a29f30887
     1.1 --- a/doc/migration.dox	Fri Oct 16 10:21:37 2009 +0200
     1.2 +++ b/doc/migration.dox	Thu Nov 05 15:50:01 2009 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2008
     1.8 + * Copyright (C) 2003-2009
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -25,7 +25,7 @@
    1.13  to the 0.x release series.
    1.14  
    1.15  Many of these changes adjusted automatically by the
    1.16 -<tt>script/lemon-0.x-to-1.x.sh</tt> tool. Those requiring manual
    1.17 +<tt>lemon-0.x-to-1.x.sh</tt> tool. Those requiring manual
    1.18  update are typeset <b>boldface</b>.
    1.19  
    1.20  \section migration-graph Graph Related Name Changes
    1.21 @@ -53,9 +53,11 @@
    1.22    for <tt>Arc</tt>s (directed edges).
    1.23  
    1.24  \warning
    1.25 -<b>The <tt>script/lemon-0.x-to-1.x.sh</tt> tool replaces all instances of
    1.26 -the words \c graph, \c digraph, \c edge and \c arc, so it replaces them
    1.27 -in strings, comments etc. as well as in all identifiers.</b>
    1.28 +<b>The <tt>lemon-0.x-to-1.x.sh</tt> script replaces the words \c graph,
    1.29 +\c ugraph, \c edge and \c uedge in your own identifiers and in
    1.30 +strings, comments etc. as well as in all LEMON specific identifiers.
    1.31 +So use the script carefully and make a backup copy of your source files
    1.32 +before applying the script to them.</b>
    1.33  
    1.34  \section migration-lgf LGF tools
    1.35   - The \ref lgf-format "LGF file format" has changed,