Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cnD1B-000628-W2 for pgsql-pkg-yum@arkaria.postgresql.org; Sun, 12 Mar 2017 23:35:18 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cnD1A-0006QU-F0 for pgsql-pkg-yum@arkaria.postgresql.org; Sun, 12 Mar 2017 23:35:16 +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 1cnD16-0006IJ-CV for pgsql-pkg-yum@postgresql.org; Sun, 12 Mar 2017 23:35:12 +0000 Received: from mail-it0-x230.google.com ([2607:f8b0:4001:c0b::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cnD11-0008Hm-R6 for pgsql-pkg-yum@postgresql.org; Sun, 12 Mar 2017 23:35:11 +0000 Received: by mail-it0-x230.google.com with SMTP id m27so22808057iti.1 for ; Sun, 12 Mar 2017 16:35:07 -0700 (PDT) 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=ZMfOefD2bo0Aasd8Y6K4GoV91SwxBUW+HMJNfwnuerc=; b=mslliB8+H7zpqIsd6cdFDLgi0+gkql3/ELCKkIjsFgmMOxSbdtB7chTyYHp22q8FT6 XXMEmiCl7xZYOemJ7NRg0WAI6ZSn3THgHbpOKyUhm8o2FOWQuKGh5NFfToCDDvQIKIRf 0hTPxgio2EyTm/vgjVkLxGoE7kqXl3czUqpUEdm+mB+UtjWlfJEcdak55b0vzxVWmnrI aTm085iXWPRAvSpAFlG6Hc9q/sbZsPKolBBgJwmjhwKTQgaXF6stZz8tnBoLRi+K3p4N gSsysIcXHxxuritCTRIeypTDeu3XhlnbHQQw88hZBiFno1ss/hwR93c46KT29hj3w0a5 bRxg== 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=ZMfOefD2bo0Aasd8Y6K4GoV91SwxBUW+HMJNfwnuerc=; b=DGEMXnvmS1XrfTRwNm8ierJbpftGFfIlDnoDHBL1TC1DaW2ERn51X7uFWnW917KXVA SlZEFQjyXpfUTauuIOwJQtN9dG0d24W8KYx4EvINfEr9rfqL25cF8hqSkWdCv0zstduO /cQJcRj2xzXzU2gjbTi3nkboO17Bq8Rxg7xOuAwekqOKsvpRXLN+EzERMmrBIT2c+7Bw 0E5ly4v3Leb0mJGD/N1jIk+ZcfbPnKqtg9H5qAXXGharSzMv6df7tap/EBECDphFgSU8 +yMCjZ+c57disPHilwCvQxbEXjq0XgQrzUmPpuCv8NAiBi3mXAQieYqFTdxDDBxhpWbp +rbw== X-Gm-Message-State: AFeK/H1sxbHg7lN+jCrS6jpCNAS2cdW88k3tcV9Cgn0JZpwn6VgagSV4G4R96BWt7M4szrbBeQfG9q1VSx6/Pg== X-Received: by 10.36.107.202 with SMTP id v193mr8075283itc.21.1489361705742; Sun, 12 Mar 2017 16:35:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.7.200 with HTTP; Sun, 12 Mar 2017 16:35:05 -0700 (PDT) From: Vicky Vergara Date: Sun, 12 Mar 2017 17:35:05 -0600 Message-ID: Subject: pgrouting v2.4.0-rc2 To: pgRouting developers mailing list , pgRouting users mailing list , pgsql-pkg-yum , PostgreSQL in Debian , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= , Regina Obe , Sebastiaan Couwenberg Content-Type: multipart/alternative; boundary=001a114aa6b269cbab054a910b25 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 --001a114aa6b269cbab054a910b25 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E2=80=8BHello The pre-release of pgRouting v2.4.0 rc2 has being done. https://github.com/pgRouting/pgrouting/releases/tag/v2.4.0-rc2 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=3D%E2%9C%93&q=3D= milestone%3A%22Release%202.4.0%22%20is%3Aclosed%20) on Github. Regards pgRouting team PS hopefully the next one is the release =E2=80=8B=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 --001a114aa6b269cbab054a910b25 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=E2=80=8BHello

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

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

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=

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](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

PS hopefully the= next one is the release
=E2=80=8B=E2=80=8B

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

--001a114aa6b269cbab054a910b25--