COIN-OR::LEMON - Graph Library

Changes in NEWS [389:4f3ea453eb90:418:7d26a96745f7] in lemon-1.0


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWS

    r389 r418  
     12010-10-21 Version 1.0.6 released
     2
     3        Bugfix release.
     4
     5        #366: Fix Pred[Matrix]MapPath::empty()
     6        #371: Bug fix in (di)graphCopy()
     7              The target graph is cleared before adding nodes and arcs/edges.
     8
     9
     102010-03-08 Version 1.0.5 released
     11
     12        Bugfix release.
     13
     14        #250: Fix in pathSource() and pathTarget()
     15        #321: Use pathCopy(from,to) instead of copyPath(to,from)
     16        #330: Bug fix in map_extender.h
     17        #335: Fix clear() function in ExtendFindEnum (#335)
     18        #336: Fix the date field comment of graphToEps() output
     19
     202009-05-05 Version 1.0.4 released
     21
     22        Bugfix release.
     23
     24        #274,#280: Install lemon/config.h and fix its bad include by core.h
     25        #275: Prefix macro names with LEMON_ in lemon/config.h
     26        ----: Small script for making the release tarballs added
     27        ----: Minor improvement in unify-sources.sh (a76f55d7d397)
     28
    1292009-03-27 LEMON joins to the COIN-OR initiative
    230
     
    533        development of open-source software for the operations research
    634        community.
     35
     362009-03-26 Version 1.0.3 released
     37
     38        Bugfix release, mainly targeting better AIX/xlC and WIN32
     39        compatibility.
     40
     41        ----: Minor clarification in the LICENSE file
     42        ----: Add missing unistd.h include to time_measure.h
     43        #204: Compilation bug fixed in graph_to_eps.h with VS2005
     44        #214,#215: windows.h is never be included by lemon headers
     45        #230: Build systems check the availability of 'long long' type
     46        #229: Default implementation of Tolerance<> is used for integer types
     47        #211,#212: Various fixes for compiling on AIX
     48        ----: Improvements in CMAKE config
     49              - docs is installed in share/doc/
     50              - detects newer versions of Ghostscript
     51        #239: Fix missing 'inline' specifier in time_measure.h
     52       
     532009-01-23 Version 1.0.2 released
     54
     55        Bugfix release.
     56
     57        #193: Bugfix in GraphReader::skipSection()
     58        #195: Bugfix in ConEdgeIt()
     59        #197: Bugfix in heap unionfind
     60              * This bug affects Edmond's general matching algorithms.
     61                (Not available in this release.)
     62        #207: Fix 'make install' without 'make html' using CMAKE
     63        #208: Suppress or fix VS2008 compilation warnings
     64        ----: Update the LEMON icon
     65        ----: Enable the component-based installer
     66              (in installers made by CPACK)
     67        ----: Set the proper version for CMAKE in the tarballs
     68              (made by autotools).
     69
     702008-12-06 Version 1.0.1 released
     71
     72        Bugfix release.
     73
     74        #170: Bugfix SmartDigraph::split()
     75        #171: Bugfix in SmartGraph::restoreSnapshot()
     76        #172: Extended test cases for graphs and digraphs
     77        #173: Bugfix in Random
     78              * operator()s always return a double now
     79              * the faulty real<Num>(Num) and real<Num>(Num,Num)
     80                have been removed
     81        #187: Remove DijkstraWidestPathOperationTraits
     82        #61:  Bugfix in DfsVisit
    783
    8842008-10-13 Version 1.0 released
Note: See TracChangeset for help on using the changeset viewer.