[pgrouting-users] pgRouting v2.0.0 Release Candidate 2

Hi all,

I just merged the last of the doc related changes from branch vicky-issue178 into branch develop and tagged it as v2.0.0-rc2.

It looks like we have one open bug report #187 against the TSP code. I'll try to look at this over the weekend. Otherwise things are looking good for a release.

If you want to try this out, the windows build bot should have code ready shortly. Or you can:

git clone https://github.com/pgRouting/pgrouting.git
git checkout develop
mkdir build
cd build
cmake .. # defaults changed so this should work for most
make
sudo make install
cd ..
tools/test-runner.pl # run the test suite

You can read the most resent doc here:
http://imaptools.com:8081/pgr2-doc/dev/en/doc/index.html

Please report any problems.

Thanks,
   -Steve

Steve,

In building I'm still seeing it registering as v 2.0.0-rc1

-- PGROUTING_GIT_TAG: v2.0.0-rc1
-- PGROUTING_GIT_BUILD: 105
-- PGROUTING_GIT_HASH: 592406b
-- PGROUTING_GIT_BRANCH: develop

Even though I'm asking for specifier -- v2.0.0-rc2

Am I missing something?

Thanks,
Regina

-----Original Message-----
From: Stephen Woodbridge [mailto:woodbri@swoodbridge.com]
Sent: Thursday, September 05, 2013 3:00 PM
To: pgRouting Dev List; pgRouting Users List; PostGIS Development
Discussion; Paragon Corporation
Subject: pgRouting v2.0.0 Release Candidate 2

Hi all,

I just merged the last of the doc related changes from branch
vicky-issue178 into branch develop and tagged it as v2.0.0-rc2.

It looks like we have one open bug report #187 against the TSP code.
I'll try to look at this over the weekend. Otherwise things are looking good
for a release.

If you want to try this out, the windows build bot should have code ready
shortly. Or you can:

git clone https://github.com/pgRouting/pgrouting.git
git checkout develop
mkdir build
cd build
cmake .. # defaults changed so this should work for most make sudo make
install cd ..
tools/test-runner.pl # run the test suite

You can read the most resent doc here:
http://imaptools.com:8081/pgr2-doc/dev/en/doc/index.html

Please report any problems.

Thanks,
   -Steve

No probably I am. I noticed that also. Checking on it.

Thanks, -Steve

On 9/5/2013 3:39 PM, Paragon Corporation wrote:

  Steve,

In building I'm still seeing it registering as v 2.0.0-rc1

-- PGROUTING_GIT_TAG: v2.0.0-rc1
-- PGROUTING_GIT_BUILD: 105
-- PGROUTING_GIT_HASH: 592406b
-- PGROUTING_GIT_BRANCH: develop

Even though I'm asking for specifier -- v2.0.0-rc2

Am I missing something?

Thanks,
Regina

-----Original Message-----
From: Stephen Woodbridge [mailto:woodbri@swoodbridge.com]
Sent: Thursday, September 05, 2013 3:00 PM
To: pgRouting Dev List; pgRouting Users List; PostGIS Development
Discussion; Paragon Corporation
Subject: pgRouting v2.0.0 Release Candidate 2

Hi all,

I just merged the last of the doc related changes from branch
vicky-issue178 into branch develop and tagged it as v2.0.0-rc2.

It looks like we have one open bug report #187 against the TSP code.
I'll try to look at this over the weekend. Otherwise things are looking good
for a release.

If you want to try this out, the windows build bot should have code ready
shortly. Or you can:

git clone https://github.com/pgRouting/pgrouting.git
git checkout develop
mkdir build
cd build
cmake .. # defaults changed so this should work for most make sudo make
install cd ..
tools/test-runner.pl # run the test suite

You can read the most resent doc here:
http://imaptools.com:8081/pgr2-doc/dev/en/doc/index.html

Please report any problems.

Thanks,
    -Steve

_______________________________________________
pgrouting-dev mailing list
pgrouting-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/pgrouting-dev

hello,

It should read v2.0.0-rc2 now,
dont forget to:

You can read the most resent doc here:
http://imaptools.com:8081/pgr2-doc/dev/en/doc/index.html

To run all the tests in your system:

tools/test-runner.pl

at the end should say:
],
‘z_crash’ => 0,
‘z_fail’ => 0,
‘z_pass’ => 65
};

if its different, paste the results in an e-mail,
together with the results of at the begining of the mail.

select version();
SELECT PostGIS_full_version();

Thanks
Vicky