From be96402881e24def2c103568c42c8a9adfe30faa Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Sat, 4 Feb 2017 15:58:49 +0100 Subject: [PATCH] Release 1.6.4 --- HISTORY | 4 ++++ amath.doxygen | 2 +- app/localize/start.h | 6 +++--- builddeb.sh | 4 ++-- lib/doc.h | 4 ++++ 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 1c5dd392..d48461b7 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,10 @@ --- amath change history --- ------------------------------------------------------------------------------- +v1.6.4 February 04 2017 +- Fixed Windows memory bugs +- Fixed 64 bit memory bugs + v1.6.3 February 03 2017 - Improved error handling - Fixed error in fraction point parsing diff --git a/amath.doxygen b/amath.doxygen index a63fdd5b..faf4b042 100644 --- a/amath.doxygen +++ b/amath.doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "amath" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.6.3" +PROJECT_NUMBER = "1.6.4" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/app/localize/start.h b/app/localize/start.h index 792fccbf..2be6e2d4 100644 --- a/app/localize/start.h +++ b/app/localize/start.h @@ -117,9 +117,9 @@ #endif /******************************************************************************/ #define TXTARCH TXTCPU TXTFPU -#define RELDATESTAMP "(03-02-2017)" -#define TXTDOSVERSION "\0$VER: amath 1.63" SPACE RELDATESTAMP SPACE TXTARCH -#define TXTTITLE "amath version 1.6.3" +#define RELDATESTAMP "(04-02-2017)" +#define TXTDOSVERSION "\0$VER: amath 1.64" SPACE RELDATESTAMP SPACE TXTARCH +#define TXTTITLE "amath version 1.6.4" #define TXTCOPYRIGHT "(c) 2017 Carsten Sonne Larsen" #define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT /******************************************************************************/ diff --git a/builddeb.sh b/builddeb.sh index 55bd9283..fe5f55d9 100755 --- a/builddeb.sh +++ b/builddeb.sh @@ -32,7 +32,7 @@ cp script/* amath/usr/local/share/amath/ # Make the package cp build/debian/control-amd64 amath/DEBIAN/control dpkg-deb --build amath -mv amath.deb amath-1.6.3_amd64.deb +mv amath.deb amath-1.6.4_amd64.deb # Build a debian package for i386 @@ -66,7 +66,7 @@ cp script/* amath/usr/local/share/amath/ # Make the package cp build/debian/control-i386 amath/DEBIAN/control dpkg-deb --build amath -mv amath.deb amath-1.6.3_i386.deb +mv amath.deb amath-1.6.4_i386.deb # Cleanup #rm -Rf amath diff --git a/lib/doc.h b/lib/doc.h index 822762c9..a3bf8ab7 100644 --- a/lib/doc.h +++ b/lib/doc.h @@ -309,6 +309,10 @@ \page release_page Release history \section release_sec Release history + \subsection version164 v1.6.4 February 04 2017 + - Fixed Windows memory bugs + - Fixed 64 bit memory bugs + \subsection version163 v1.6.3 January 30 2017 - Improved error handling - Fixed error in fraction point parsing