changeset 216:11a2b63bbdce

Update version
author lost
date Fri, 24 Apr 2009 22:09:13 +0000
parents 23eb557ea1eb
children 5911c02a79a7 2ca46690162b
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 24 21:52:55 2009 +0000
+++ b/ChangeLog	Fri Apr 24 22:09:13 2009 +0000
@@ -13,6 +13,8 @@
 
 Version 2.3
 
+[*] added support for compiling using MinGW and added portions of gnulib
+    to support argp, among other things. Yah! A Windows build!
 [+] added library search path (-L) and library specification (-l) to LWLINK
 [+] added ability to specify section base addresses on the command line to
     LWLINK (they get prepended to the built in link script)
@@ -24,8 +26,9 @@
     global symbol (non-section) if it resolves to a constant
 [+] added operator ~ as a prefix operator for a 1s complement in LWASM
 [+] allow exporting multiple symbols (export sym,sym,sym...)
-[+] allow extern references in base page addresing mode (LWASM)
-[+] handle 8 bit external references (LWLINK)
+[+] allow extern references in base page addresing mode, possibly buggy
+    still (LWASM)
+[+] handle 8 bit external references, possibly buggy still (LWLINK)
 [+] arranged for unused members of library files (archives) to be ignored
     during linking to keep the final size of the binary down (LWLINK)
 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
--- a/configure.ac	Fri Apr 24 21:52:55 2009 +0000
+++ b/configure.ac	Fri Apr 24 22:09:13 2009 +0000
@@ -1,4 +1,4 @@
-AC_INIT([LWTOOLS], [2.2], [lost@l-w.ca])
+AC_INIT([LWTOOLS], [2.3], [lost@l-w.ca])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_PROG_CC
 gl_EARLY