mirror of
http://git.hugovil.com/git/emu8051.git
synced 2025-05-09 00:51:03 +08:00
Release v1.1.2
This commit is contained in:
parent
fd6fa7c56a
commit
61c76cca39
24
ChangeLog
24
ChangeLog
@ -1,18 +1,24 @@
|
|||||||
|
2013-09-07 Hugo Villeneuve <hugo@hugovil.com>
|
||||||
|
* Fix compiler warnings
|
||||||
|
* Fix error with CJNE instruction.
|
||||||
|
Error report and patch submission by Tobias Diedrich
|
||||||
|
(ranma at tdiedrich.de).
|
||||||
|
|
||||||
2011-12-11 Hugo Villeneuve <hugo@hugovil.com>
|
2011-12-11 Hugo Villeneuve <hugo@hugovil.com>
|
||||||
Added optional size parameter when dumping memory.
|
* Added optional size parameter when dumping memory.
|
||||||
Created two separate executables, emu8051-cli (default)
|
* Created two separate executables, emu8051-cli (default)
|
||||||
and optional emu8051-gtk if Gtk+ is detected.
|
and optional emu8051-gtk if Gtk+ is detected.
|
||||||
|
|
||||||
2011-10-29 Hugo Villeneuve <hugo@hugovil.com>
|
2011-10-29 Hugo Villeneuve <hugo@hugovil.com>
|
||||||
Fixed SJMP error and improved columns and rows sizing.
|
* Fixed SJMP error and improved columns and rows sizing.
|
||||||
Error reported and patch submitted by Pierre Ferrari
|
Error reported and patch submitted by Pierre Ferrari
|
||||||
(piferr4ri at gmail.com).
|
(piferr4ri at gmail.com).
|
||||||
|
|
||||||
2010-03-19 Hugo Villeneuve <hugo@hugovil.com>
|
2010-03-19 Hugo Villeneuve <hugo@hugovil.com>
|
||||||
Reintroduced the console mode if no GTK+ librairies are
|
* Reintroduced the console mode if no GTK+ librairies are
|
||||||
detected. The default is to build the GUI if GTK+ is detected,
|
detected. The default is to build the GUI if GTK+ is detected,
|
||||||
but the console mode can always be forced by using
|
but the console mode can always be forced by using
|
||||||
"--enable-gui=no" as a configure option.
|
"--enable-gui=no" as a configure option.
|
||||||
|
|
||||||
2009-02-09 Hugo Villeneuve <hugo@hugovil.com>
|
2009-02-09 Hugo Villeneuve <hugo@hugovil.com>
|
||||||
* Updated Free Software Foundation address.
|
* Updated Free Software Foundation address.
|
||||||
|
3
NEWS
3
NEWS
@ -1,3 +1,6 @@
|
|||||||
|
2013-09-07: emu8051-1.1.2 has been released
|
||||||
|
Fix error with CJNE instruction.
|
||||||
|
|
||||||
2011-12-11: emu8051-1.1.1 has been released (from emu8051-1.1.1-rc2).
|
2011-12-11: emu8051-1.1.1 has been released (from emu8051-1.1.1-rc2).
|
||||||
|
|
||||||
2011-11-20: emu8051-1.1.1-rc2 has been released.
|
2011-11-20: emu8051-1.1.1-rc2 has been released.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# configure.ac -- Process this file with autoconf to produce configure
|
# configure.ac -- Process this file with autoconf to produce configure
|
||||||
|
|
||||||
dnl Initialization stuff.
|
dnl Initialization stuff.
|
||||||
AC_INIT(emu8051, 1.1.1)
|
AC_INIT(emu8051, 1.1.2)
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
AC_CONFIG_SRCDIR(src/cpu8051.c)
|
AC_CONFIG_SRCDIR(src/cpu8051.c)
|
||||||
AM_CONFIG_HEADER(config.h:config-h.in)
|
AM_CONFIG_HEADER(config.h:config-h.in)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user