https://svn.lrde.epita.fr/svn/nolimips/trunk
ChangeLog | 5 +++++
NEWS | 7 ++++++-
configure.ac | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
Index: ChangeLog
from Benoît Perrot <benoit(a)nostromo.lrde.epita.fr>
* configure.ac: Bump to 0.8a
* NEWS: Fix release date.
Index: configure.ac
--- configure.ac (revision 183)
+++ configure.ac (revision 184)
@@ -3,7 +3,7 @@
##
## Project -----------------------------
-AC_INIT([Nolimips],[0.8],[benoit(a)lrde.epita.fr])
+AC_INIT([Nolimips],[0.8a],[benoit(a)lrde.epita.fr])
## Setup autotools ---------------------
Index: NEWS
--- NEWS (revision 183)
+++ NEWS (revision 184)
@@ -1,7 +1,12 @@
-New in 0.7a:
+New in 0.8, 2005-07-11:
+* The shell now has (some) completion.
+
+* `--args=ARG' option limit access to argument registers.
+
* `--callee-save=ARG' (respectively `--caller-save') options limit access to
callee (respectively caller) save registers.
+New in 0.7, 2004-07-08:
* The test suite does not require a previous version of Nolimips anymore.
* Nolimips now compiles on Mac OS X.