From 56b37f36134bf0490d22ad1ec91904022f25d8c4 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 3 Oct 2016 18:01:47 +1300 Subject: [PATCH] Update for 1.0.30 --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- doc/manual.sgml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c89ae9bc..3cdc6269 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Changes in 1.2.30 (2016-10-03): + +* aven: + + + (Microsoft Windows version): Fix crash when trying to print or export + (probably introduced in 1.2.28). Reported by Brian Clipstone. + + + Report error if terrain file contains no terrain data in area of survey. + Suggested by detrito. + + + Errors when writing an export file were reported with the wrong filename + - the .3d file, not the filename we were trying to write to. + + + Export to KML now supports exporting passages, walls and cross-sections. + Addresses the remainder of ticket #4. + +* Add man page for dump3d. + Changes in 1.2.29 (2016-09-27): * aven: diff --git a/configure.ac b/configure.ac index 714a8038..31f39420 100644 --- a/configure.ac +++ b/configure.ac @@ -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.2.29], [https://trac.survex.com/]) +AC_INIT([survex], [1.2.30], [https://trac.survex.com/]) AM_INIT_AUTOMAKE([1.5 gnu -Wall -Wportability -Werror]) RELEASE=1 diff --git a/doc/manual.sgml b/doc/manual.sgml index 17a1a1bf..02939938 100644 --- a/doc/manual.sgml +++ b/doc/manual.sgml @@ -83,7 +83,7 @@ joining it, e.g. at a T-junction. And so on.
- <Application>Survex</Application> <!--VERSION-->1.2.29 Manual + <Application>Survex</Application> <!--VERSION-->1.2.30 Manual Olly -- 2.11.4.GIT