Skip to content

Commit

Permalink
Update for 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Dec 24, 2024
1 parent 1a79173 commit 3ca3814
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Changes in 1.4.15 (2024-12-24):

* aven: Avoid infinite redraw loop if GDAL gives an error loading geodata to
overlay.

* aven: Turn off full-screen mode bodges when running on macOS 10.7 or later.
Fixes #110

* aven/survexport: (Microsoft Windows version): Enable GDAL support so you
can now overlay geodata (in aven) and export shapefiles.

* cavern: Remove now-bogus assertion which can fire when there's a survey not
connected to any fixed points (since 1.4.10 made unconnected data a warning
instead of an error). Reported by Philip Balister.

* (Microsoft Windows version): Strip debug data from .exe and .dll files which
reduces the installer size by around 5%.

* Testsuite: Normalise -0.00 in DXF bounds too to avoid possible test failures
on x86.

Changes in 1.4.14 (2024-12-11):

* aven/survexport: Add support for exporting shapefiles. This requires GDAL so
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script
dnl Need autoconf 2.50 or later for AC_ARG_VAR. 2.59 has been around for
dnl long enough, that we might as well just require that.
AC_PREREQ(2.59)
AC_INIT([survex], [1.4.14], [https://trac.survex.com/])
AC_INIT([survex], [1.4.15], [https://trac.survex.com/])
AM_INIT_AUTOMAKE([1.5 gnu -Wall -Wportability -Werror])
RELEASE=1

Expand Down

0 comments on commit 3ca3814

Please sign in to comment.