[routino] branch upstream updated (2e74f67 -> 615634a)

Uwe Steinmann steinm-guest at moszumanska.debian.org
Fri Oct 31 08:14:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

steinm-guest pushed a change to branch upstream
in repository routino.

      from  2e74f67   Imported Upstream version 2.7
       new  615634a   Imported Upstream version 2.7.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          | 350 +++++++++++++++++++++
 doc/INSTALL.txt                                    |  17 +-
 doc/NEWS.txt                                       |  61 +++-
 doc/README.txt                                     |   9 +-
 doc/TAGGING.txt                                    |  14 +-
 doc/USAGE.txt                                      |   3 +-
 doc/html/installation.html                         |  16 +-
 doc/html/readme.html                               |  82 ++++-
 doc/html/tagging.html                              |  25 +-
 doc/html/usage.html                                |   4 +-
 src/cache.h                                        |   4 +-
 src/errorlogx.c                                    |   2 +-
 src/fakes.c                                        |  29 +-
 src/fakes.h                                        |   4 +-
 src/filedumper.c                                   |  24 +-
 src/optimiser.c                                    | 108 ++++---
 src/osmparser.c                                    |  21 +-
 src/output.c                                       | 126 ++++++--
 src/prunex.c                                       |  35 ++-
 src/router.c                                       | 194 +++++++-----
 src/segments.c                                     |   2 +-
 src/segments.h                                     |   6 +-
 src/superx.c                                       |  24 +-
 src/test/Makefile                                  |   2 +-
 src/test/{a-b-c.sh => a-b-c-d.sh}                  |   5 +-
 src/test/coincident-waypoint.osm                   | 101 ++++++
 src/test/coincident-waypoint.sh                    |   1 +
 src/test/cycle-both-ways.osm                       | 107 +++++++
 src/test/cycle-both-ways.sh                        |   1 +
 src/test/{start-1-finish.sh => cycle-drive.sh}     |  22 +-
 src/test/expected/coincident-waypoint-WP01.txt     |  12 +
 src/test/expected/coincident-waypoint-WP02.txt     |  11 +
 src/test/expected/coincident-waypoint-WP03.txt     |  12 +
 ...super-WP02.txt => coincident-waypoint-WP04.txt} |   7 +-
 src/test/expected/cycle-both-ways-WP01.txt         |  16 +
 src/test/expected/cycle-both-ways-WP02.txt         |  16 +
 src/test/expected/fake-node-with-loop-WP01.txt     |  19 ++
 src/test/expected/fake-node-with-loop-WP02.txt     |  18 ++
 src/test/expected/loops-WP01.txt                   |  11 +-
 src/test/expected/loops-WP02.txt                   |  13 +-
 src/test/expected/loops-WP06.txt                   |   9 +-
 src/test/expected/loops-WP07.txt                   |  11 +-
 src/test/expected/roundabout-waypoints-WP01.txt    |  12 +
 src/test/expected/roundabout-waypoints-WP02.txt    |  13 +
 src/test/expected/roundabout-waypoints-WP03.txt    |  12 +
 src/test/expected/roundabout-waypoints-WP04.txt    |  13 +
 src/test/expected/roundabout-waypoints-WP05.txt    |  12 +
 src/test/expected/roundabout-waypoints-WP06.txt    |  13 +
 src/test/expected/roundabout-waypoints-WP07.txt    |  12 +
 src/test/fake-node-with-loop.osm                   | 102 ++++++
 src/test/{no-super.sh => fake-node-with-loop.sh}   |   0
 src/test/prune-straight.osm                        |   2 +-
 src/test/roundabout-waypoints.osm                  | 105 +++++++
 src/test/{dead-ends.sh => roundabout-waypoints.sh} |   0
 src/types.c                                        |  10 +-
 src/types.h                                        |  13 +-
 src/visualiser.c                                   |  76 ++---
 src/visualiser.h                                   |   4 +-
 web/Makefile                                       |  24 +-
 web/translations/router.html                       |  22 +-
 web/translations/translate.pl                      | 235 +++++++++-----
 web/translations/translation.de.txt                | 168 +++++++++-
 web/translations/translation.en.txt                | 111 ++++++-
 web/translations/translation.fr.txt                | 112 ++++++-
 web/translations/translation.nl.txt                |  99 +++++-
 web/translations/translation.ru.txt                | 168 ++++++++++
 web/translations/translations-body.xml             |  93 ++++++
 .../translations/translations-head.xml             |  14 +-
 web/translations/translations-tail.xml             |   1 +
 web/translations/visualiser.html                   |  64 ++--
 web/www/routino/router.css                         |  26 +-
 web/www/routino/router.html.de                     | 162 +++++-----
 web/www/routino/router.html.en                     |   8 +-
 web/www/routino/router.html.fr                     | 184 +++++------
 web/www/routino/router.html.nl                     |  16 +-
 web/www/routino/{router.html.en => router.html.ru} |  70 ++---
 web/www/routino/router.leaflet.js                  |  52 ++-
 web/www/routino/router.openlayers.js               |  52 ++-
 web/www/routino/search.cgi                         |   2 +-
 web/www/routino/search.pl                          |   5 +-
 web/www/routino/visualiser.cgi                     |   5 +-
 web/www/routino/visualiser.html.de                 | 108 ++++---
 web/www/routino/visualiser.html.en                 |  32 +-
 web/www/routino/visualiser.html.fr                 |  56 ++--
 web/www/routino/visualiser.html.nl                 |  32 +-
 .../{visualiser.html.en => visualiser.html.ru}     | 110 ++++---
 web/www/routino/visualiser.leaflet.js              |  18 +-
 web/www/routino/visualiser.openlayers.js           |  18 +-
 xml/routino-profiles.xml                           |  10 -
 xml/routino-translations.xml                       | 176 +++++------
 xml/scripts/drive.pl                               |   7 +-
 xml/scripts/walk.pl                                |   3 +-
 92 files changed, 3234 insertions(+), 982 deletions(-)
 copy src/test/{a-b-c.sh => a-b-c-d.sh} (92%)
 create mode 100644 src/test/coincident-waypoint.osm
 create mode 120000 src/test/coincident-waypoint.sh
 create mode 100644 src/test/cycle-both-ways.osm
 create mode 120000 src/test/cycle-both-ways.sh
 copy src/test/{start-1-finish.sh => cycle-drive.sh} (78%)
 create mode 100644 src/test/expected/coincident-waypoint-WP01.txt
 create mode 100644 src/test/expected/coincident-waypoint-WP02.txt
 create mode 100644 src/test/expected/coincident-waypoint-WP03.txt
 copy src/test/expected/{no-super-WP02.txt => coincident-waypoint-WP04.txt} (52%)
 create mode 100644 src/test/expected/cycle-both-ways-WP01.txt
 create mode 100644 src/test/expected/cycle-both-ways-WP02.txt
 create mode 100644 src/test/expected/fake-node-with-loop-WP01.txt
 create mode 100644 src/test/expected/fake-node-with-loop-WP02.txt
 create mode 100644 src/test/expected/roundabout-waypoints-WP01.txt
 create mode 100644 src/test/expected/roundabout-waypoints-WP02.txt
 create mode 100644 src/test/expected/roundabout-waypoints-WP03.txt
 create mode 100644 src/test/expected/roundabout-waypoints-WP04.txt
 create mode 100644 src/test/expected/roundabout-waypoints-WP05.txt
 create mode 100644 src/test/expected/roundabout-waypoints-WP06.txt
 create mode 100644 src/test/expected/roundabout-waypoints-WP07.txt
 create mode 100644 src/test/fake-node-with-loop.osm
 copy src/test/{no-super.sh => fake-node-with-loop.sh} (100%)
 create mode 100644 src/test/roundabout-waypoints.osm
 copy src/test/{dead-ends.sh => roundabout-waypoints.sh} (100%)
 create mode 100644 web/translations/translation.ru.txt
 create mode 100644 web/translations/translations-body.xml
 copy src/test/copyright.xml => web/translations/translations-head.xml (63%)
 create mode 100644 web/translations/translations-tail.xml
 copy web/www/routino/{router.html.en => router.html.ru} (82%)
 copy web/www/routino/{visualiser.html.en => visualiser.html.ru} (77%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/routino.git



More information about the Pkg-grass-devel mailing list