Skip to content

Commit 42fae47

Browse files
committed
Pump up to 3.8.0
(cherry picked from commit acb9bd1)
1 parent c3cafb4 commit 42fae47

21 files changed

Lines changed: 6691 additions & 5685 deletions

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
boost_minor: [56]
32-
old_pgr: [3.7.3 3.7.2, 3.7.1, 3.7.0, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.2, 3.4.1, 3.4.0, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.6, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2]
32+
old_pgr: [3.8.0, 3.7.3, 3.7.2, 3.7.1, 3.7.0, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.2, 3.4.1, 3.4.0, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.6, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2]
3333

3434
steps:
3535
- uses: actions/checkout@v4

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ set(PROJECT_LIB_NAME "${PROJECT_NAME_LOWER}-${PROJECT_LIB_VERSION}")
4343

4444
string(TIMESTAMP COMPILATION_DATE "%Y/%m/%d" UTC)
4545

46-
set(MINORS 4.0 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.6)
46+
set(MINORS 4.0 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.6)
4747
set(OLD_SIGNATURES
48+
3.8.0
4849
3.7.3
4950
3.7.2
5051
3.7.1

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,16 @@ milestone for 4.0.0
8888
# pgRouting 3
8989

9090

91-
## pgRouting 3.7
91+
## pgRouting 3.8
92+
93+
94+
.. current
9295

96+
### pgRouting 3.8.0 Release Notes
97+
98+
No Changes Yet
99+
100+
## pgRouting 3.7
93101

94102
### pgRouting 3.7.3 Release Notes
95103

doc/_static/page_history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function createInfo(file, newat, altnames = '') {
44
this.altnames = altnames;
55
}
66

7-
var versionsArr = ['4.0', '3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0'];
7+
var versionsArr = ['4.0', '3.8', '3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0'];
88
var unsuportedArr = ['2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0'];
99
var titles = [
1010
{k: 'en', v: ['Supported versions', 'Unsupported versions']},

doc/src/release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,20 @@ pgRouting 3
123123
:local:
124124
:depth: 1
125125

126+
pgRouting 3.8
127+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
128+
129+
.. contents:: Contents
130+
:local:
131+
:depth: 1
132+
133+
.. current
134+
135+
pgRouting 3.8.0 Release Notes
136+
-------------------------------------------------------------------------------
137+
138+
No Changes Yet
139+
126140
pgRouting 3.7
127141
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
128142

locale/de/LC_MESSAGES/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) pgRouting Contributors - Version v4.0
2+
# Copyright (C) pgRouting Contributors - Version v3.8
33
# This file is distributed under the same license as the pgRouting package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: pgRouting v4.0\n"
8+
"Project-Id-Version: pgRouting v3.8\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2022-06-25 12:55-0500\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

0 commit comments

Comments
 (0)