Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ce079-0007Dt-3Q for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 15 Feb 2017 13:59:23 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1ce078-0000Oa-Mo for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 15 Feb 2017 13:59:22 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ce078-0000Nf-Bn for pgsql-pkg-yum@postgresql.org; Wed, 15 Feb 2017 13:59:22 +0000 Received: from mail-io0-x232.google.com ([2607:f8b0:4001:c06::232]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1ce075-0003ZF-KB for pgsql-pkg-yum@postgresql.org; Wed, 15 Feb 2017 13:59:21 +0000 Received: by mail-io0-x232.google.com with SMTP id j13so89573795iod.3 for ; Wed, 15 Feb 2017 05:59:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=georepublic-de.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=KniMvD3ncpNKn9XE8yGYOWd0lLUaGHDUFWSIUlhQdCk=; b=J6dLimy+EpxbhXWz96W4FRMB2Mvvubgfg3rIjh+kK1wGN6oua7mZI1g/4/BX+k32Y7 WVDUQd2xXNzMQeKDkEBL9FenW+Nl8upLUv2yYoGzukRyzZ/JfOIiJxYZXOUmfmjBKLVj gxjQ6IFg8SeP9PuWojebmTuKEfNLdkkgzKvlMtz+PgF5wmY3nxWSpKLKT296pyIcxu7m jfPkt0mgn9bkyGQmdTxPpKz2KnlXW7YSvwI4uQJCCOy0gJC1nYkE8xqOEeBagGdEQ+uY 4deFWyTEebhCoPeHoWxwHf+CoTVPcfvdIxu7Ei7GNPog/DnAswSd6L/RdthU3NdJDwX1 zfPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KniMvD3ncpNKn9XE8yGYOWd0lLUaGHDUFWSIUlhQdCk=; b=Gw4jRWVXkURDOhMkNtzky8uEUs559BMhQaWoZa06JNkfIB+k0BFmgF/poXZcMusk0b FOFqdgbyyHS64+LEsypRekQSbVJsgceqfR18YnDbSxVkKbx8fBwoeqRidEoqpsBNdUFN 0AbNnPEJD3zWdhtKoJ/Vc0HeDINnAZRPJ43Mfi9epCmA+T6w2PeCZ0PshvZCo15OCYqu Qr/i7DornxsxQ8KscZBZb1h0PQJ5NCPNDnZZVg9RXszuI3wR1ydV1zI9ooDZSnbjuVZY aWQMpkC5+7EetwfXaYLoXIYOHjooOkJta0GL2uomWOjffnNHqRaY1GkdRPVY8k7YAcJM A2Ug== X-Gm-Message-State: AMke39mi2ItMNo5HKBnhgucUgHA8mbTna/QzsM0ilVGbiQ3Ii8+aYZQoRZ48Bw88rudsZt18jxCJGaC/Pd9DEQ== X-Received: by 10.107.12.88 with SMTP id w85mr30688253ioi.96.1487167157303; Wed, 15 Feb 2017 05:59:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.145.8 with HTTP; Wed, 15 Feb 2017 05:59:16 -0800 (PST) From: Vicky Vergara Date: Wed, 15 Feb 2017 07:59:16 -0600 Message-ID: Subject: pgRouting v2.4.0 alpha To: pgRouting developers mailing list , pgRouting users mailing list , PostgreSQL in Debian , pgsql-pkg-yum , Regina Obe , Sebastiaan Couwenberg , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Content-Type: multipart/alternative; boundary=001a113e012a221a3d054892169f X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org --001a113e012a221a3d054892169f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E2=80=8BHello The pre-release of pgRouting v2.4.0 alpha has being done. https://github.com/pgRouting/pgrouting/releases/tag/v2.4.0-alpha=E2=80=8B 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 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 - 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=3D%E2%9C%93&q=3D= milestone%3A%22Release%202.4.0%22%20is%3Aclosed%20) on Github. Regards pgRouting team --=20 Georepublic UG (haftungsbeschr=C3=A4nkt) Salzmannstra=C3=9Fe 44, 81739 M=C3=BCnchen, Germany Vicky Vergara Operations Research eMail: vicky@georepublic.de Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht M=C3=BCnchen, HRB 181428 CEO: Daniel Kastl --001a113e012a221a3d054892169f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=E2=80=8BHello

=
The pre-release of pgRouting v2.4.0 alpha has being done.

https= ://github.com/pgRouting/pgrouting/releases/tag/v2.4.0-alpha=E2=80=8B
In this micro version pgr_bddijstra was rewritten and it no l= onger crashes the server when the compilation is done without an optimizati= on flag. Please see: https://github.com/pgRouting/pgrouting/issues/686
<= br>
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 - Read the documentation of this release at http://docs.pgrouting.org/2.4/en/doc/index.htm= l - To see the full list of changes check the list of [Git commits] (https://git= hub.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/p= gRouting/pgrouting/issues?utf8=3D%E2%9C%93&q=3Dmilestone%3A%22Release%2= 02.4.0%22%20is%3Aclosed%20) on Github. Regards

pgRouting team

--
=
Georepublic UG (haftungsbeschr=C3=A4nkt)
Salzmannstra=C3=9Fe 44,=20
81739 M=C3=BCnchen, Germany

Vicky Vergara
Operations Research

eMail: vicky@georepubli=
c.de
Web: https://georepu=
blic.info

Tel: +49 (089) 4161 7698-1
Fax: +49 (089) 4161 7698-9

Commercial register: Amtsgericht M=C3=BCnchen, HRB 181428
CEO: Daniel Kastl

--001a113e012a221a3d054892169f--