mirror of
https://gitlab.com/rnger/amath
synced 2025-12-08 14:58:29 +00:00
Release 1.6.4
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
/******************************************************************************/
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user