From a7301cfd5d224e5e93f2f4089ede0fb0d6337ed7 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 12 Feb 2015 20:14:15 -0500 Subject: [PATCH] changeling, bump version --- CHANGELOG.text | 10 ++++++++++ bin/loader.cpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.text b/CHANGELOG.text index 6b6826b..203f1d2 100644 --- a/CHANGELOG.text +++ b/CHANGELOG.text @@ -1,4 +1,14 @@ +------------------------- +0.8.0 - February 12, 2014 +------------------------- + +* new debugger feature: templates ("a0;t HFileInfo" to display as an HFileInfo struct) +* Prevent OS X Resource Manager from byteswapping resource data. Rez and DeRez now work. +* .sym and .ntkc files considered binary (Newton tools) +* some support for the MetroWerks MPW tools +* Lots of other miscellaneous bug fixes and tweaks + ------------------------- 0.7.9.a - January 4, 2014 ------------------------- diff --git a/bin/loader.cpp b/bin/loader.cpp index 2f63d1a..0e8d870 100644 --- a/bin/loader.cpp +++ b/bin/loader.cpp @@ -579,7 +579,7 @@ void MidInstructionExceptionFunc() } -#define MPW_VERSION "0.7.2" +#define MPW_VERSION "0.8.0" void help() { printf("MPW " MPW_VERSION "\n");