Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* FIXED: JSON serialization of NaN values [#6147](https://github.com/valhalla/valhalla/pull/6147)
* BREAKING: apply `low_class_penalty` only when transitioning from a higher class road in `TruckCost::TransitionCost`(impacts truck routes) [#6143](https://github.com/valhalla/valhalla/pull/6143)
* **Enhancement**
* UPDATED: timezone database to 2026c [#34](https://github.com/hove-io/valhalla/pull/34)
* UPDATED: timezone database to 2026b [#6074](https://github.com/valhalla/valhalla/pull/6074)
* ADDED: Ignore specific access restrictions via the linear features interface [#5942](https://github.com/valhalla/valhalla/pull/5942)
* ADDED: lz4 support for OSM PBF files [#6081](https://github.com/valhalla/valhalla/pull/6081)
Expand Down
2 changes: 1 addition & 1 deletion scripts/valhalla_build_timezones
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
rm -rf dist
rm -f ./timezones-with-oceans-1970.shapefile.zip

url="https://github.com/evansiroky/timezone-boundary-builder/releases/download/2026b/timezones-with-oceans-1970.shapefile.zip"
url="https://github.com/evansiroky/timezone-boundary-builder/releases/download/2026c/timezones-with-oceans-1970.shapefile.zip"

echo "downloading timezone polygon file." 1>&2
curl -L -s -o ./timezones-with-oceans-1970.shapefile.zip ${url} || error_exit "curl failed for ${url}"
Expand Down
2 changes: 1 addition & 1 deletion third_party/tz
Submodule tz updated 24 files
+17 −28 Makefile
+71 −8 NEWS
+32 −159 africa
+1 −1 australasia
+14 −7 europe
+4 −4 leap-seconds.list
+44 −31 localtime.c
+10 −10 newctime.3
+2 −2 newstrftime.3
+8 −8 newtzset.3
+107 −14 northamerica
+18 −6 private.h
+9 −9 theory.html
+4 −4 time2posix.3
+16 −16 tz-art.html
+3 −3 tz-how-to.html
+23 −27 tz-link.html
+10 −56 zdump.c
+5 −3 zic.8
+181 −170 zic.c
+4 −4 ziguard.awk
+1 −1 zone.tab
+1 −1 zone1970.tab
+6 −3 zonenow.tab