Changelog for
postgresql16-pgRouting-3.6.2-lp156.1.1.x86_64.rpm :
* Thu Sep 26 2024 Bruno Friedmann
- Update to version 3.6.2 https://github.com/pgRouting/pgrouting/releases/tag/v3.6.2 https://github.com/pgRouting/pgrouting/releases/tag/v3.6.1 https://github.com/pgRouting/pgrouting/releases/tag/v3.6.0 https://github.com/pgRouting/pgrouting/releases/tag/v3.5.1 https://github.com/pgRouting/pgrouting/releases/tag/v3.5.0 https://github.com/pgRouting/pgrouting/releases/tag/v3.4.2- added postgresql17- removed postgresql11- spec-cleaner
* Fri Nov 25 2022 Bruno Friedmann - Update to version 3.4.1 https://github.com/pgRouting/pgrouting/releases/tag/v3.4.0- Added build for postgresql15- Removed build for postgresql10
* Wed Jan 05 2022 Bruno Friedmann - Update to version 3.3.0 https://github.com/pgRouting/pgrouting/releases/tag/v3.3.0- Packaging + migrate to new postgresql macros + update copyright year
* Sun Nov 07 2021 Bruno Friedmann - Update to last bugfix version 3.2.2 https://github.com/pgRouting/pgrouting/releases/tag/v3.2.2- Add postgresql14 in multibuild- spec cleanup
* Wed Sep 15 2021 Bruno Friedmann - Update to major 3.2.1 version For full changelog see https://github.com/pgRouting/pgrouting/releases- Packaging - Fix build error with newer postgresql packages - Remove obsoleted postgresql96
* Tue Feb 02 2021 Bruno Friedmann - Packaging + Remove obsolete %if for postgresql95 inside the spec + Remove obsolete %if for license + Adjust macro and define + Review build targets (keep 15.1 for some weeks) + Add missing BuildRequires: libboost_graph-devel
* Sat Jan 30 2021 Bruno Friedmann - Upgrade to version 3.1.3 https://github.com/pgRouting/pgrouting/releases/tag/v3.1.3 Adding support to boost 1.75- Packaging Remove previous used patch v3.1.2...c32e1bc.patch
* Tue Jan 12 2021 Bruno Friedmann - Upgrade to version 3.1.2 https://github.com/pgRouting/pgrouting/releases/tag/v3.1.2- Add v3.1.2...c32e1bc.patch to build with boost 1.75 (pre-3.1.3 release)- Packaging + Update copyright year + Add support to Leap 15.3 + Remove support of pg 9.5 (like postgis)
* Sat Oct 31 2020 Bruno Friedmann - Activate postgresql13
* Mon Oct 12 2020 Bruno Friedmann - Update to version 3.1.0 + new proposed functions pgr_dijkstra(combinations) pgr_dijkstraCost(combinations) + Buil changes Minimal requirement for Sphinx: version 1.8- Packaging: use sname-version syntax for tgz
* Thu Jun 18 2020 Bruno Friedmann - Packaging: adapt and renew macro to build pgRouting for pg11,12 on Leap 15.2
* Sat Jun 13 2020 Bruno Friedmann - Update to version 3.0.0 https://github.com/pgRouting/pgrouting/releases/tag/v3.0.0- Packaging + Remove cgal buildrequires as upstream drop it + Minimal spec clean
* Sun Mar 15 2020 Bruno Friedmann - Reduce supported postgresql to 9.5, 12 range
* Sun Mar 15 2020 Bruno Friedmann - Update to version 2.6.3 Bug fixes release Issues closed https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.6.3%22%20 + #1219 Implicit cast for via_path integer to text + #1193 Fixed pgr_pointsAsPolygon breaking when comparing strings in WHERE clause + #1185 Improve FindPostgreSQL.cmake- Update to version 2.6.2 Bug fixes release + #1152 Fixes driving distance when vertex is not part of the graph + #1098 Fixes windows test + #1165 Fixes build for python3 and perl5
* Sat Feb 01 2020 Bruno Friedmann - Adapt to postgresql12- Remove any code for old version (13x)
* Fri Oct 26 2018 Bruno Friedmann - Update to 2.6.1 version (bugfix release) + Fixes server crash on several functions: pgr_floydWarshall pgr_johnson pgr_astar pgr_bdAstar pgr_bdDijstra pgr_alphashape pgr_dijkstraCostMatrix pgr_dijkstra pgr_dijkstraCost pgr_drivingDistance pgr_KSP pgr_dijkstraVia (proposed) pgr_boykovKolmogorov (proposed) pgr_edgeDisjointPaths (proposed) pgr_edmondsKarp (proposed) pgr_maxCardinalityMatch (proposed) pgr_maxFlow (proposed) pgr_withPoints (proposed) pgr_withPointsCost (proposed) pgr_withPointsKSP (proposed) pgr_withPointsDD (proposed) pgr_withPointsCostMatrix (proposed) pgr_contractGraph (experimental) pgr_pushRelabel (experimental) pgr_vrpOneDepot (experimental) pgr_gsoc_vrppdtw (experimental) + Fixes for deprecated functions where also applied but not tested + Removed compilation warning for g++8 + Fixed a fall through on Astar and bdAstar.- Packaging add https for bugzilla and project website
* Mon Apr 16 2018 brunoAATTioda-net.ch- Update to 2.6.0 version + New experimental functions pgr_lineGraphFull + Bug fixes Fix pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean[,text]) Fix postgresql11 compilation
* Mon Jan 08 2018 brunoAATTioda-net.ch- Packaging: + Move to _multibuild system + Fix libboost syntax + spec-cleaner -m (Date/Copyright) + Remove name & description for librouting (this is not a lib that can be used somewhere else) and %file lib has never existed + Remove %if part of obsolete distribution (13.1) + Use %licence when appropriate- New version 2.5.2 (bugfix release) + Fix for postgresql 10.1: Removed a compiler condition- New verison 2.5.1 (bugfix release) + Fixed prerequisite minimum version of: cmake (2.5.1)- New version 2.5.0 + See the release documentation at: http://docs.pgrouting.org/2.5/en/index.html + See the list of closed issues: https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.0%22 + See the migration guide at: https://github.com/pgRouting/pgrouting/wiki/Migration-Guide + Breaking change on pgr_edgeDisjointPaths: Added path_id, cost and agg_cost columns on the result Parameter names changed The many version results are the union of the one to one version + New signature: pgr_bdAstar(one to one) + New proposed functions: pgr_bdAstar(one to many) pgr_bdAstar(many to one) pgr_bdAstar(many to many) pgr_bdAstarCost(one to one) pgr_bdAstarCost(one to many) pgr_bdAstarCost(many to one) pgr_bdAstarCost(many to many) pgr_bdAstarCostMatrix pgr_bdDijkstra(one to many) pgr_bdDijkstra(many to one) pgr_bdDijkstra(many to many) pgr_bdDijkstraCost(one to one) pgr_bdDijkstraCost(one to many) pgr_bdDijkstraCost(many to one) pgr_bdDijkstraCost(many to many) pgr_bdDijkstraCostMatrix pgr_lineGraph pgr_connectedComponents pgr_strongComponents pgr_biconnectedComponents pgr_articulationPoints pgr_bridges + pgr_version is now on SQL language + Deprecated signature: pgr_bdastar - use pgr_bdAstar instead + Renamed Functions pgr_maxFlowPushRelabel - use pgr_pushRelabel pgr_maxFlowEdmondsKarp - use pgr_edmondsKarp pgr_maxFlowBoykovKolmogorov - use pgr_boykovKolmogorov pgr_maximumCardinalityMatching - use pgr_maxCardinalityMatch + Deprecated function: pgr_pointToEdgeNode
* Wed Jul 12 2017 brunoAATTioda-net.ch- New version 2.4.0 see changelog at http://docs.pgrouting.org/2.4/en/release_notes.html + New Signatures pgr_bdDijkstra + New Proposed Signatures 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- Packaging: remove 92 build we don\'t maintain anymore this postgresql version
* Mon Mar 06 2017 brunoAATTioda-net.ch- Update to bugfix release 2.3.2 Bug fixes + Fixed pgr_gsoc_vrppdtw crash when all orders fit on one truck. + Fixed pgr_trsp: Alternate code is not executed when the point is in reality a vertex +Fixed ambiguity on seq- Packaging : + Add postgresql96 support + Adapt boost-devel to new splitted buildrequires + use %cmake macro, but remove -Wl,undefined
* Thu Dec 08 2016 brunoAATTioda-net.ch- Packaging: Adapt the source name to new upstream way of release- Update to bugfixes release 2.3.1 Bug fixes + Leaks on proposed max_flow functions + Regression error on pgr_trsp + Types discrepancy on pgr_createVerticesTable Read the full documentation of this release at http://docs.pgrouting.org/2.3/en/doc/index.html
* Sun Oct 23 2016 brunoAATTioda-net.ch- Packaging : add support build for postgresql95- Upgrade to new 2.3.0 release Read the documentation of this release at http://docs.pgrouting.org/2.3/en/doc/index.html Notable changes for 2.3.0 + New Signatures: pgr_TSP pgr_aStar + New Functions: pgr_eucledianTSP + New Proposed functions pgr_dijkstraCostMatrix pgr_withPointsCostMatrix pgr_maxFlowPushRelabel pgr_maxFlowEdmondsKarp pgr_maxFlowBoykovKolmogorov pgr_maximumCardinalityMatching pgr_edgeDisjointPaths pgr_contractGraph + Deprecated Signatures pgr_tsp - use pgr_TSP or pgr_eucledianTSP instead pgr_astar - use pgr_aStar instead + Deprecated functions pgr_flip_edges pgr_vidsToDmatrix pgr_pointsToDMatrix pgr_textToPoints
* Sun Apr 24 2016 brunoAATTioda-net.ch- Update to upstream 2.2.1 release- New in 2.2.1 Server crash fix on pgr_alphaShape Bug fix on With Points family of functions- New 2.2.0 version see doc at http://docs.pgrouting.org/2.2/en/doc/index.html + Improvements pgr_nodeNetwork Adding a row_where and outall optional parameters + Signature fix pgr_dijkstra -- to match what was documented (the pgr_dijkstra from v2.0) + New functions pgr_floydWarshall pgr_Johnson pgr_dijkstraCost + New Proposed functions pgr_withPoints pgr_withPointsCost pgr_withPointsDD pgr_withPointsKSP pgr_dijkstraVia + Deprecated functions: pgr_apspWarshall use pgr_floydWarshall instead pgr_apspJohnson use pgr_Johnson instead pgr_kDijkstraCost use pgr_dijkstraCost instead pgr_kDijkstraPath use pgr_dijkstra instead
* Thu Feb 25 2016 brunoAATTioda-net.ch- Add lowecase provide
* Thu Feb 25 2016 brunoAATTioda-net.ch- Package last upstream 2.1.0 pgRouting extension Packaging is made following the postgis schema allowing to build it for the different postgresql server version we have.- pgRouting is considered stable