Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjHr7-0006Lj-Lm for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 02 Mar 2017 03:56:41 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cjHr7-000650-7B for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 02 Mar 2017 03:56:41 +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 1cjHr2-0005rH-Ha for pgsql-pkg-debian@postgresql.org; Thu, 02 Mar 2017 03:56:36 +0000 Received: from mail-io0-x233.google.com ([2607:f8b0:4001:c06::233]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cjHqx-0003ix-DA for pgsql-pkg-debian@postgresql.org; Thu, 02 Mar 2017 03:56:35 +0000 Received: by mail-io0-x233.google.com with SMTP id z13so952429iof.2 for ; Wed, 01 Mar 2017 19:56:30 -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=/LlJMRd5ASHNHPwdcheU+DGzxOlQ2BvBAR0Z59kVFis=; b=ypBcQSvXBg28aCoXGhVHRRbodmAfAYtnlGQth88y0MrPVmb9UKzGfBGSp60fL30O2D G6k0yI1Au4NTx0tdMJdAqvslGOES00IRHKuaLhvhv0eVL9+Yykmx3KdNCNnCzznUja48 lDPZ1aWDP8mjxHcCB1+CavUqc43eBKZheuH4qzd63B6k3xsXqSjwRRfMarJQSwi6xpIp 07FQIjWsKo3XpwNSFkHof0hYu6etRNXlYKEf1q6Ai8rUN/nnWKsZwWBi5v//df/wVsEa wQVkHQI0x9xTJd8v3HC98DP0YIPfLQZItfFNAyFWnUDSWavnCNya97Qhe9sjtGAxQeM/ O8Cg== 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=/LlJMRd5ASHNHPwdcheU+DGzxOlQ2BvBAR0Z59kVFis=; b=E+0k3vzWzRXGryYoL/nuVnUhFIGVYNvvE+89b5I3nBm/4Bmp29W1QQqUG/LGhGYNzo 5BSGxA8atnL84mPLqDGU9Di9jaxfsJIs6x0Y8n/uR5lJuue7O8mWgijtyuCFu1wbeJvi h85EK2Y+8UCsIcbs+W+DGgqo6Tly6d+obM6PX8FysWCpoUtGVDYWuUtegxD9RDLf2BBe Lu6QKFCuRMLM4Xk25a6nEPExVee76YLsFMZjEgq9kWo/GPTqpHisHxTQ8g2coIUcYi/x 7eAWMNoVwL4pgp7euLmJ0BGHLM0KVivBZp5fWNo5QDdZXEEbxHCT0U8dh47IZdLCPXuX D8AQ== X-Gm-Message-State: AMke39kd65rB+eVjw2OKI6S8cSA6aF4et75nXgNKaKDpvowQCWf1bMF7wi3M3Dz6cDn2Xjyll5FjbE7MSN4Xvg== X-Received: by 10.107.172.7 with SMTP id v7mr13222867ioe.49.1488426989402; Wed, 01 Mar 2017 19:56:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.145.8 with HTTP; Wed, 1 Mar 2017 19:56:28 -0800 (PST) From: Vicky Vergara Date: Wed, 1 Mar 2017 21:56:28 -0600 Message-ID: Subject: pre-release of pgRouting v2.4.0 rc To: pgsql-pkg-yum , pgRouting developers mailing list , pgRouting users mailing list , PostgreSQL in Debian , Regina Obe , Sebastiaan Couwenberg , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Content-Type: multipart/alternative; boundary=94eb2c05a380fa54080549b769d9 X-Pg-Spam-Score: -2.6 (--) X-Mailing-List: pgsql-pkg-debian List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Precedence: bulk Sender: pgsql-pkg-debian-owner@postgresql.org --94eb2c05a380fa54080549b769d9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E2=80=8BHello The pre-release of pgRouting v2.4.0 rc has being done. https://github.com/pgRouting/pgrouting/releases/tag/v2.4.0-rc 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 Some additional issues were closed thanks to the tests done by the community. We appreciate your efforts. 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 C 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 =E2=80=8B --=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 --94eb2c05a380fa54080549b769d9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=E2=80=8BHello

The pre-release of pg= Routing v2.4.0 rc has being done.

https://github.= com/pgRouting/pgrouting/releases/tag/v2.4.0-rc

In this micro version pgr_bddijstra was rewritten and it no longer crashes the server when the compilation is done without an optimization flag.=20 Please see: https://github.com/pgRouting/pgrouting/issues/686=

Some additional issues were closed thanks to the tests d= one by the community. We appreciate your efforts.

= The following are the changes for 2.4.0.


Cha=
nges 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 C code is used with no changes on the compilation warnings<=
br>

- 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](ht= tps://github.com/pgRouting/pgrouting/issues?utf8=3D%E2%9C%93&= q=3Dmilestone%3A%22Release%202.4.0%22%20is%3Aclosed%20) on Gi= thub.
Regards

pgRouting team
=E2=80=8B

-- <= br>
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

--94eb2c05a380fa54080549b769d9--