diff options
| -rw-r--r-- | NEWS | 16 | ||||
| -rw-r--r-- | doc/mdk.texi | 6 | 
2 files changed, 18 insertions, 4 deletions
| @@ -1,11 +1,25 @@  * GNU MDK -- History of visible changes. -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, Free Software Foundation, Inc. +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, Free Software Foundation, Inc.  See the end for copying conditions.  Please send mdk bug reports to bug-mdk@gnu.org.  --------------------------------------------------------------------------- +* Version 1.2.5 (11/10/09): + +** Bug fixes: + +   - MIXAL: EQU directives without a LOC don't cause an error (#23816). +   - gmixvm: startup time reduced. + +** Maintenance: + +   - Guile API modernized (deprecated gh_* calls are gone). +   - Migration to latest Glade tool. +   - Miscellaneous infrastructure improvements (thanks to Aleix Conchillo). + +---------------------------------------------------------------------------  * Version 1.2.4 (21/03/08)  ** Maintenance release: diff --git a/doc/mdk.texi b/doc/mdk.texi index ae43956..11c466a 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -7,9 +7,9 @@  @setchapternewpage odd  @c %**end of header -@set UPDATED March, 2008 +@set UPDATED October, 2009  @set EDITION 1.2.3 -@set VERSION 1.2.4 +@set VERSION 1.2.5  @set JAO Jose Antonio Ortega Ruiz  @set PHILIP Philip E. King  @set PIETER Pieter E. J. Pareit @@ -20,7 +20,7 @@ This manual is for GNU MDK (version @value{VERSION}, @value{UPDATED}),  a set of utilities for developing programs using Donald Knuth's MIX  mythical computer and MIXAL, its assembly language. -Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.  @quotation  Permission is granted to copy, distribute and/or modify this document | 
