move to 6.0.6

This commit is contained in:
Vitor Santos Costa 2010-05-11 22:22:13 +01:00
parent dd2232491a
commit a4344f5bf6
5 changed files with 21 additions and 6 deletions

View File

@ -90,7 +90,7 @@
#undef USE_THREADED_CODE
#endif
#define inline __inline
#define YAP_VERSION "Yap-6.0.5"
#define YAP_VERSION "Yap-6.0.6"
#define BIN_DIR "c:\\Yap\\bin"
#define LIB_DIR "c:\\Yap\\lib\\Yap"

View File

@ -99,7 +99,7 @@ YAPLIB=@YAPLIB@
#4.1VPATH=@srcdir@:@srcdir@/OPTYap
CWD=$(PWD)
#
VERSION=6.0.5
VERSION=6.0.6
MYDDAS_VERSION=MYDDAS-0.9.1
#

View File

@ -13,11 +13,26 @@
<hr>
<h1>Changes in YAP-5.1</h1>
<h1>Changes in YAP-6</h1>
<h2>Yap-6.0.6:</h2>
<ul>
<li> .</li>
</ul>
<h2>Yap-6.0.5:</h2>
<ul>
<li> .</li>
<li> FIXED: get rid of L constants (use cast).</li>
<li> FIXED: outputing inf and nan in WIN32/64 (obs from Paulo Moura).</li>
<li> NEW: WIN64 port.</li>
<li> FIXED: improve SWI frame handling.</li>
<li> FIXED: stack expansion could rewrite doubles and big ints.</li>
<li> FIXED: unsafe test for attvar could crash.</li>
<li> FIXED: rbtree doc (from Jan Wielemaker).</li>
<li> FIXED: trail marking should be careful to reset attvars to attvars.</li>
<li> FIXED: pl_function_t not function_t.</li>
<li> NEW: update sgml package to latest SWI.</li>
<li> FIXED: automatic generation of SWI atoms.</li>
<li> IMPROVEMENT: better emulation of SWI atom_t and functor_t. Now
they can be defined to be a constant.</li>
<li> FIXED: 64 bit complaints in Matlab interface.</li>

View File

@ -8,7 +8,7 @@
@c @setchapternewpage odd
@c %**end of header
@set VERSION 6.0.5
@set VERSION 6.0.6
@set EDITION 4.2.7
@set UPDATED May 2010

View File

@ -266,4 +266,4 @@ Function .onInstFailed
installer, please contact yap-users@sf.net"
FunctionEnd
outfile "yap-6.0.5-installer.exe"
outfile "yap-6.0.6-installer.exe"