Update NEWS file 1.1 r1.1.3
authorAlpar Juttner <alpar@cs.elte.hu>
Tue, 21 Sep 2010 06:01:30 +0200
branch1.1
changeset 1003dfdb58f52f02
parent 984 9f22c22fe227
child 1004 d0e5734fc48e
Update NEWS file
NEWS
     1.1 --- a/NEWS	Fri Jun 25 06:15:43 2010 +0200
     1.2 +++ b/NEWS	Tue Sep 21 06:01:30 2010 +0200
     1.3 @@ -1,3 +1,16 @@
     1.4 +2010-10-21 Version 1.1.3 released
     1.5 +
     1.6 +        Bugfix release.
     1.7 +
     1.8 +        #366: Fix Pred[Matrix]MapPath::empty()
     1.9 +        #371: Bug fix in (di)graphCopy()
    1.10 +              The target graph is cleared before adding nodes and arcs/edges.
    1.11 +
    1.12 +        #356: Fix multiple execution bug in weighted matchings
    1.13 +        #364: Add missing UndirectedTags
    1.14 +        #368: Fix the usage of std::numeric_limits<>::min() in Network Simplex
    1.15 +        #372: Fix a critical bug in preflow
    1.16 +
    1.17  2010-03-08 Version 1.1.2 released
    1.18  
    1.19          Bugfix release.