diff options
author | jaortega <jaortega> | 2000-11-19 14:27:45 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2000-11-19 14:27:45 +0000 |
commit | cfe48486bc460cba5f3ae2be7d01957c2a68ec80 (patch) | |
tree | 4094b115e97121e4b652fbd03eb5c0174fc9b360 /doc/html/news.html | |
parent | c6acfb52dcad94462a4dac6fe0bac5d2d0e022b5 (diff) | |
download | mdk-cfe48486bc460cba5f3ae2be7d01957c2a68ec80.tar.gz mdk-cfe48486bc460cba5f3ae2be7d01957c2a68ec80.tar.bz2 |
release 0.1.1 announcement
Diffstat (limited to 'doc/html/news.html')
-rw-r--r-- | doc/html/news.html | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/doc/html/news.html b/doc/html/news.html new file mode 100644 index 0000000..5bc9f99 --- /dev/null +++ b/doc/html/news.html @@ -0,0 +1,73 @@ +<!-- -*-html-*- --> +<html> + + <head> + <title>MDK News</title> + </head> + + <body bgcolor="white" link="#ff0000" vlink="#a00000"> + <a name="top"></a> + <table cellspacing="0" cellpadding="5" border="0" align="center"> + <tr> + <td width="100" bgcolor="#696969"> </td> + <td bgcolor="#696969" width="600" align="center"> + <font color="white"><b>MDK News</b></font> + </td> + <td bgcolor="#696969" width="10"> </td> + </tr> + <tr> + <td colspan="2"> </td> + <td bgcolor="#696969" > </td> + </tr> + <tr> + <td bgcolor="#909090" valign="top"> + <br> + <a href="index.html">MDK home</a><br> + <a href="download.html">Download</a><br> + <a href="mdk.html">Documentation</a><br> + <a href="lists.html">Mailing lists</a><br> + <a href="http://sourceforge.net/projects/mdk"> + MDK at SourceForge</a><br> + <a href="http://sourceforge.net/cvs/?group_id=13897"> + CVS repository</a><br><br> + <p align="center">Thanks to<br> + <A href="http://sourceforge.net"> + <IMG src="http://sourceforge.net/sflogo.php?group_id=13897&type=1" + width="88" height="31" border="0" + alt="SourceForge Logo"> </A> + </td> + <td > + <table> + <tr valign="top"> + <td><a label="new1">18/11/00</a></td> + <td><i>MDK 0.1.1 release</i></td> + <td> + New version of MDK. This is a bug-fix release which + makes MDK fully compliant with Knuth's specification. + In particular, local symbols are now properly handled + in special cases such as + <pre> 3H ORIG 3B </pre> + instructions. See the <a href="ChangeLog">the change log</a> + for details. + </td> + </tr> + </table> + </td> + <td bgcolor="#696969" > </td> + </tr> + <tr> + <td bgcolor="#909090"> </td> + <td colspan="2"> </td> + </tr> + <tr> + <td bgcolor="#909090"> </td> + <td colspan="2" bgcolor="#909090" align="right"> + + </td> + </tr> + </table> + + </body> +</html> + + |