Update NEWS file 1.2
authorAlpar Juttner <alpar@cs.elte.hu>
Sat, 10 Aug 2013 12:09:03 +0200
branch1.2
changeset 989e38c9a70375c
parent 988 19087d4f215d
child 990 bb4fde5d0634
Update NEWS file
NEWS
     1.1 --- a/NEWS	Fri Aug 09 14:05:29 2013 +0200
     1.2 +++ b/NEWS	Sat Aug 10 12:09:03 2013 +0200
     1.3 @@ -1,3 +1,25 @@
     1.4 +2013-08-10 Version 1.2.4 released
     1.5 +
     1.6 +        Bugfix release.
     1.7 +
     1.8 +        #432: Add missing doc/template.h and doc/references.bib to release
     1.9 +              tarball
    1.10 +        #433: Support shared library build
    1.11 +        ----: Update CPLEX lookup
    1.12 +        ----: Make CBC interface compatible with latest CBC releases
    1.13 +        ----: Intel C++ compatibility fixes
    1.14 +        #441: Fix buggy reinitialization in _solver_bits::VarIndex::clear()
    1.15 +        #444: Bugfix in path copy constructors and assignment operators
    1.16 +        #447: Bugfix in AllArcLookUp<>
    1.17 +        #448: Bugfix in adaptor_test.cc
    1.18 +        #449: Fix clang compilation warnings and errors
    1.19 +        #440: Fix a bug + remove redundant typedefs in dimacs-solver
    1.20 +        #453: Avoid GCC 4.7 compiler warnings
    1.21 +        #445: Fix missing initialization in CplexEnv::CplexEnv()
    1.22 +        #461: Bugfix in assert.h
    1.23 +        #470: Fix compilation issues related to various gcc versions
    1.24 +        #439: Bugfix in biNodeConnected()
    1.25 +
    1.26  2011-11-09 Version 1.2.3 released
    1.27  
    1.28          Bugfix release.