diff -r e9c203fb003d -r 994c7df296c9 doc/migration.dox
--- a/doc/migration.dox Fri Nov 13 12:33:33 2009 +0100
+++ b/doc/migration.dox Thu Dec 10 17:05:35 2009 +0100
@@ -2,7 +2,7 @@
*
* This file is a part of LEMON, a generic C++ optimization library.
*
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
@@ -25,7 +25,7 @@
to the 0.x release series.
Many of these changes adjusted automatically by the
-script/lemon-0.x-to-1.x.sh tool. Those requiring manual
+lemon-0.x-to-1.x.sh tool. Those requiring manual
update are typeset boldface.
\section migration-graph Graph Related Name Changes
@@ -53,9 +53,11 @@
for Arcs (directed edges).
\warning
-The script/lemon-0.x-to-1.x.sh tool replaces all instances of
-the words \c graph, \c digraph, \c edge and \c arc, so it replaces them
-in strings, comments etc. as well as in all identifiers.
+The lemon-0.x-to-1.x.sh script replaces the words \c graph,
+\c ugraph, \c edge and \c uedge in your own identifiers and in
+strings, comments etc. as well as in all LEMON specific identifiers.
+So use the script carefully and make a backup copy of your source files
+before applying the script to them.
\section migration-lgf LGF tools
- The \ref lgf-format "LGF file format" has changed,