In this micro version pgr_bddijstra was rewritten and it no longer crashes the server when the compilation is done without an optimization flag. Please see: https://github.com/pgRouting/pgrouting/issues/686
This rc2 fixes a couple of more issues for windows
The following are the changes for 2.4.0.
Changes for 2.4.0
-------------------------------------------------------------------------------
* New Signatures: * pgr_bdDijkstra
* New Proposed functions * pgr_maxFlow * pgr_astar(one to many) * pgr_astar(many to one) * pgr_astar(many to many) * pgr_astarCost(one to one) * pgr_astarCost(one to many) * pgr_astarCost(many to one) * pgr_astarCost(many to many) * pgr_astarCostMatrix
* Deprecated Signatures * pgr_bddijkstra - use pgr_bdDijkstra instead
* Deprecated functions * pgr_pointsToVids
* Bug fixes on proposed functions * pgr_withPointsKSP: fixed ordering
* TRSP original code is used with no changes on the compilation warnings on the C code
- Read the documentation of this release at http://docs.pgrouting.org/2.4/en/doc/index.html
- To see the full list of changes check the list of [Git commits] (https://github.com/pgRouting/pgrouting/commits/release/2.4) on Github.
- To see the issues closed by this release see the [Git closed issues](https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.4.0%22%20is%3Aclosed%20) on Github.