summarylogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-10-04 13:50:05 +0100
committerJonathon Fernyhough2018-10-04 13:50:05 +0100
commite5356b07448526a0289e88b9bd5a5be91912814b (patch)
tree1fdf91ff345c8761200ec329311d6ef0f14d5d5c /ChangeLog
parentc3ad859fce64eb3f1ee83352aed9c8ec5d851dfa (diff)
downloadaur-e5356b07448526a0289e88b9bd5a5be91912814b.tar.gz
hopper-4.4.1-1
[upstream] * New minor version release - Implements most of the ARMv8.1, ARMv8.2 and ARMv8.3 extensions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 927dd0cb4c88..ab739a6fa33a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+4.4.1 (2018-10-03 19:28:51)
+
+ Implements most of the ARMv8.1, ARMv8.2 and ARMv8.3 extensions.
+
+4.4.0 (2018-09-28 23:28:17)
+
+ Dark mode support (macOS Mojave),
+ New debugger backend using the LLDB C++ API, instead of the Python API (Xcode 10),
+ New graphic engine (macOS Mojave),
+ Fix an issue in the sample m68k CPU project (SDK).
+
+4.3.31 (2018-09-14 16:51:03)
+
+ Fixes an issue in the Tool SDK when disassembling instructions,
+ Prevents a deadlock with outputting lots of debug messages in the log view,
+ Fixes a memory leak in the hexadecimal mode.
+
4.3.30 (2018-09-01 16:57:29)
Fixes a bug in the ELF loader regarding ARM relocations,