COIN-OR::LEMON - Graph Library

Changeset 535:5fae523ef0b0 in lemon for NEWS


Ignore:
Timestamp:
03/28/09 11:31:27 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.0
Parents:
533:b049698af5b0 (diff), 534:4f3ea453eb90 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEWS

    r532 r535  
     12009-03-27 LEMON joins to the COIN-OR initiative
     2
     3        COIN-OR (Computational Infrastructure for Operations Research,
     4        http://www.coin-or.org) project is an initiative to spur the
     5        development of open-source software for the operations research
     6        community.
     7
    182009-03-26 Version 1.0.3 released
    29
  • NEWS

    r534 r535  
    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.