Skip to content

Commit

Permalink
Updated version and CHANGELOG.md for release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdean committed Jan 1, 2024
1 parent d7f4053 commit 76c22ac
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 192 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Changelog

## Next Release
## 2.4.1

- Bug fix - invalid SQL

Expand All @@ -11,13 +11,26 @@

- Bug fix - blank route and track elevations not being filled on file import

- Removed launching Trip Server v1 from Vagrant scripts
- Bug fix - locations not shown on map where no shared locations

- Documentation updates
If no other user is sharing locations with the current user, the map fails
to show any locations for the current user.

- Refactored code to avoid global reference to elevation_service
- Bug fix - could not view routes or tracks on read-only shared itinerary.

- Use std::unique_ptr for elevation loading thread instead of standard pointer
- Bug fix - invalid HTML with read-only view of an itinerary waypoint.

- Removed launching Trip Server v1 from Vagrant scripts.

- Documentation updates.

- Refactored code to avoid global reference to elevation_service.

- Use std::unique_ptr for elevation loading thread instead of standard pointer.

- Improved running with tile server under Docker

- Support including elevation data in Docker container

## 2.4.0

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([trip],[2.4.0],[frank.dean@fdsd.co.uk])
AC_INIT([trip],[2.4.1],[frank.dean@fdsd.co.uk])
BOOTSTRAP_VERSION='5.3.2'
OPENLAYERS_VERSION='7.5.2'
PROJ4JS_VERSION='2.9.1'
Expand Down
Loading

0 comments on commit 76c22ac

Please sign in to comment.