diff --git a/HISTORY b/HISTORY index 65155bfb..71708c39 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,11 @@ --- amath change history --- ------------------------------------------------------------------------------- +v1.6.2 January 24 2017 +- Fixed bug in memory allocation +- Fixed bug in native keybord input +- Include build options in executables + v1.6.1 January 21 2017 - Fixed language bug in Windows - Fixed potential memory bugs diff --git a/amath.doxygen b/amath.doxygen index 4be09c23..55d29fc7 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.1" +PROJECT_NUMBER = "1.6.2" # 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 34e04e68..5893178e 100644 --- a/app/localize/start.h +++ b/app/localize/start.h @@ -117,9 +117,9 @@ #endif /******************************************************************************/ #define TXTARCH TXTCPU TXTFPU -#define RELDATESTAMP "(21-01-2017)" -#define TXTDOSVERSION "\0$VER: amath 1.61" SPACE RELDATESTAMP SPACE TXTARCH -#define TXTTITLE "amath version 1.6.1" +#define RELDATESTAMP "(24-01-2017)" +#define TXTDOSVERSION "\0$VER: amath 1.62" SPACE RELDATESTAMP SPACE TXTARCH +#define TXTTITLE "amath version 1.6.2" #define TXTCOPYRIGHT "(c) 2017 Carsten Sonne Larsen" #define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT /******************************************************************************/ diff --git a/lib/doc.h b/lib/doc.h index c26988cf..b37c1ea6 100644 --- a/lib/doc.h +++ b/lib/doc.h @@ -81,14 +81,14 @@ \subsection download Download Prebuild packages are available from gitlab.com
Windows with ANSI support:

- https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.1-ansi-x86.exe (32 bit)
+ https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.21-ansi-x86.exe (32 bit)
(SHA256 522683db243d3259e91a21a1ada1e50c771a88cc53676984003f0c1b606e9b3e)

- https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.1-ansi-x64.exe (64 bit)
+ https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-ansi-x64.exe (64 bit)
(SHA256 11bcfd0d42af7eef747a57ebe166cd1d2894fec9dd1d5697baca4be06d50d416)

Windows without ANSI support:

- https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.1-x86.exe (32 bit)
+ https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x86.exe (32 bit)
(SHA256 8b7fbceb7385a352018da4b5fcf7746f09d79a376bf24fa6d5855c84753ea54c)

- https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.1-x64.exe (64 bit)
+ https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x64.exe (64 bit)
(SHA256 4d06a98eb46aa6622f79c06f2c330706c53496d2a6279d170c4ecfbb4caace8d)


FreeBSD: https://www.freshports.org/math/amath/
@@ -293,6 +293,11 @@ \page release_page Release history \section release_sec Release history + \subsection version162 v1.6.2 January 24 2017 + - Fixed bug in memory allocation + - Fixed bug in native keybord input + - Include build options in executables + \subsection version161 v1.6.1 January 21 2017 - Fixed language bug in Windows - Fixed potential memory bugs