COIN-OR::LEMON - Graph Library

Changes in NEWS [389:4f3ea453eb90:390:5fae523ef0b0] in lemon-1.0


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWS

    r389 r390  
    55        development of open-source software for the operations research
    66        community.
     7
     82009-03-26 Version 1.0.3 released
     9
     10        Bugfix release, mainly targeting better AIX/xlC and WIN32
     11        compatibility.
     12
     13        ----: Minor clarification in the LICENSE file
     14        ----: Add missing unistd.h include to time_measure.h
     15        #204: Compilation bug fixed in graph_to_eps.h with VS2005
     16        #214,#215: windows.h is never be included by lemon headers
     17        #230: Build systems check the availability of 'long long' type
     18        #229: Default implementation of Tolerance<> is used for integer types
     19        #211,#212: Various fixes for compiling on AIX
     20        ----: Improvements in CMAKE config
     21              - docs is installed in share/doc/
     22              - detects newer versions of Ghostscript
     23        #239: Fix missing 'inline' specifier in time_measure.h
     24       
     252009-01-23 Version 1.0.2 released
     26
     27        Bugfix release.
     28
     29        #193: Bugfix in GraphReader::skipSection()
     30        #195: Bugfix in ConEdgeIt()
     31        #197: Bugfix in heap unionfind
     32              * This bug affects Edmond's general matching algorithms.
     33                (Not available in this release.)
     34        #207: Fix 'make install' without 'make html' using CMAKE
     35        #208: Suppress or fix VS2008 compilation warnings
     36        ----: Update the LEMON icon
     37        ----: Enable the component-based installer
     38              (in installers made by CPACK)
     39        ----: Set the proper version for CMAKE in the tarballs
     40              (made by autotools).
     41
     422008-12-06 Version 1.0.1 released
     43
     44        Bugfix release.
     45
     46        #170: Bugfix SmartDigraph::split()
     47        #171: Bugfix in SmartGraph::restoreSnapshot()
     48        #172: Extended test cases for graphs and digraphs
     49        #173: Bugfix in Random
     50              * operator()s always return a double now
     51              * the faulty real<Num>(Num) and real<Num>(Num,Num)
     52                have been removed
     53        #187: Remove DijkstraWidestPathOperationTraits
     54        #61:  Bugfix in DfsVisit
    755
    8562008-10-13 Version 1.0 released
Note: See TracChangeset for help on using the changeset viewer.