Update to version 1.6.2

This commit is contained in:
Carsten Larsen 2017-01-24 20:55:35 +01:00
parent 4c25f8d2fb
commit 7e218a1b70
4 changed files with 18 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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
/******************************************************************************/

View File

@ -81,14 +81,14 @@
\subsection download Download
Prebuild packages are available from gitlab.com<BR>
Windows with ANSI support:<BR><BR>
https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.1-ansi-x86.exe (32 bit)<BR>
https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.21-ansi-x86.exe (32 bit)<BR>
(SHA256 522683db243d3259e91a21a1ada1e50c771a88cc53676984003f0c1b606e9b3e)<BR><BR>
https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.1-ansi-x64.exe (64 bit)<BR>
https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-ansi-x64.exe (64 bit)<BR>
(SHA256 11bcfd0d42af7eef747a57ebe166cd1d2894fec9dd1d5697baca4be06d50d416)<BR><BR>
Windows without ANSI support:<BR><BR>
https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.1-x86.exe (32 bit)<BR>
https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x86.exe (32 bit)<BR>
(SHA256 8b7fbceb7385a352018da4b5fcf7746f09d79a376bf24fa6d5855c84753ea54c)<BR><BR>
https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.1-x64.exe (64 bit)<BR>
https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x64.exe (64 bit)<BR>
(SHA256 4d06a98eb46aa6622f79c06f2c330706c53496d2a6279d170c4ecfbb4caace8d)<BR><BR>
<BR>
FreeBSD: https://www.freshports.org/math/amath/<BR>
@ -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