summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-04 03:57:52 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-04 03:57:52 +0000
commite87613b14e9ab6f71936c0aa032f508af78d835e (patch)
treecda54955c913b5edbeebfd0d0fa620c810d1de2f /ChangeLog
parent788abaf55a2c308425da56f6080cfe85070f509f (diff)
downloadnasm-e87613b14e9ab6f71936c0aa032f508af78d835e.tar.gz
Make all version information come from the single file "version".
Introduce new standard __NASM_SUBMINOR__ and __NASM_VER__ macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c66f530..511b14e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
2002-05-03 H. Peter Anvin <hpa@zytor.com>
+ * (Makefile.in Mkfiles/*): use new version -> version.{h,mac}.
+ * (macros.pl): support multiple input files (standard.mac, version.mac).
+ * (standard.mac): use an explicit delimiter to end the TASM macros.
+ * (nasm-version): remove, no longer needed.
+ * (version.pl): script to produce version.h and version.mac from version.
+ * (version): contains the official NASM version.
+ * (nasm.h): include version.h.
+
+2002-05-03 H. Peter Anvin <hpa@zytor.com>
* (configure.in): create output directory.
* (Makefile.in): change cd ; to cd &&.