Release 1.6.4

This commit is contained in:
Carsten Larsen 2017-02-04 15:58:49 +01:00
parent c26bf6b561
commit be96402881
5 changed files with 14 additions and 6 deletions

View File

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

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

View File

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

View File

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

View File

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