Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crRYp-0008So-Mz for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 24 Mar 2017 15:55:31 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1crRYp-0001qc-9V for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 24 Mar 2017 15:55:31 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1crRYo-0001pf-JU for pgsql-pkg-debian@postgresql.org; Fri, 24 Mar 2017 15:55:30 +0000 Received: from mail-it0-x22a.google.com ([2607:f8b0:4001:c0b::22a]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1crRYl-00017K-LH for pgsql-pkg-debian@postgresql.org; Fri, 24 Mar 2017 15:55:29 +0000 Received: by mail-it0-x22a.google.com with SMTP id y18so4805251itc.1 for ; Fri, 24 Mar 2017 08:55:26 -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=jgw7lS8hXEj11vnTQ2InttH1BUjc9hpz1N0esDtR/6c=; b=qp4WTM5u8WZljN+qC545dJDGs/glp75qlgXxzKKuWGObPGUYrRhs5AMT8ups0JzYaC 3Awqri49I4XGjbRF2h5y7XDfLuCm9O1esuPOLATf3BPcHXvJ96IE7Nty3rbr1fr1q2ir xmVCMXR3suSjdp/nFJXmyekqhrdaEjTKw8x45Z1Uk6IFyiyD0LYewGlV2aZfMidsmitC eLD/70Ch0J3hG/MA6qsIxEa6DGWDqOv5WeSe6blYSM9vbmF3LDc9FqDrL4pVmiZcH4/V IDW7VlwyIA6rBIhj5Yr4XCMwx8f+suCEFZ8U5R2ILrTbl6VGYApWVZ3ub/WsCBtIowNe 1n0g== 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=jgw7lS8hXEj11vnTQ2InttH1BUjc9hpz1N0esDtR/6c=; b=F8cwkXBYMAdwu994VoZY2TJi80C0bapdANtVhBvaoeMM+JVtGp/6+0hQ1PcqcIhkbb AVN9paSxLxvNtiaP8Ddl4MePohwPcNpcB0yu/zS9FxnCtSsmbBDFXu7iJBaPSObk0y8L q8wWRuFWUu/LFJffCnD7pLSqgfXs2D4Rb6gU6IXX/0auwx0LbXctwDSyGU7jzs2a1g19 +jgeBcmsZjnL375d4C9YxaeMCmbfYiSe3nM/nQY2MCb8ZOeWDZvX4tUyRrI/LuR44RTx KmRUppmslWURE/L1Dr82J+6sgllrvCVHSvIc80YEYn7UnCzA259J0x4lSFWleIPlQ5Gg 0+vA== X-Gm-Message-State: AFeK/H3QtcB9JhxGD5DXVDbw8EOILUyRTNCXlQgBjSdRWgQLDJ794GucpH9i/cGNKrAzkEChUc/n+dL1boWhVA== X-Received: by 10.107.172.134 with SMTP id v128mr9928851ioe.49.1490370925759; Fri, 24 Mar 2017 08:55:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.196.214 with HTTP; Fri, 24 Mar 2017 08:55:25 -0700 (PDT) From: Vicky Vergara Date: Fri, 24 Mar 2017 09:55:25 -0600 Message-ID: Subject: pgRouting v2.4.1 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=001a1148d5d49d52a3054b7c05a9 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 --001a1148d5d49d52a3054b7c05a9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello all, Releasing v2.4.1 that takes care of some bugs. Changes for 2.4.1 ---------------------------------------------------------------------------= ---- Bug fix: * Fixed: compiling error on macOS* Fixed: Condition error on pgr_withPoints Read the documentation of this release at http://docs.pgrouting.org/2.4/en/index.html To see the full list of changes check the list of Git commits https://github.com/pgRouting/pgrouting/commits/master 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=3Dmileston= e%3A%22Release%202.4.1%22%20is%3Aclosed%20) =E2=80=8BRegards 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 --001a1148d5d49d52a3054b7c05a9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello all,

Releasing v2.4.1 that takes = care of some bugs.

Changes for 2.4.1
---------------------------------------------------------------------------=
----

Bug fix:
* Fixed: compiling error on macOS
* Fixed: Condition error on pgr_withPoints

Read the doc= umentation of this release at
http://docs.pgrouting.org/2.4/en/index.html
To see the full list of changes check the list of Git commits
https://github= .com/pgRouting/pgrouting/commits/master
To see the issues closed by this release see the Git closed issues:
= https://githu= b.com/pgRouting/pgrouting/issues?utf8=3D%E2%9C%93&q=3Dmilestone%3A%22Re= lease%202.4.1%22%20is%3Aclosed%20)
=E2=80=8BRegards

pgRouting team= =E2=80=8B


--
<= div dir=3D"ltr">
Georepublic UG (h=
aftungsbeschr=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

--001a1148d5d49d52a3054b7c05a9--