From 3c98cbccbe254129f3e78fc26f825266ce88029b Mon Sep 17 00:00:00 2001
From: ptitSeb <sebastien.chev@gmail.com>
Date: Wed, 16 Dec 2020 07:58:23 +0100
Subject: [PATCH] Bumped to v0.1.8

---
 CHANGELOG.md       | 15 +++++++++++++--
 src/box86version.h |  2 +-
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a6e57cf1..4407a2dd3 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
-Current version
+v0.1.8
 ======
-
+* Fixes on some float to int x87 convertions opcodes
+* Reworked all callback mecanisms
+* Added libturbojpeg wrapping (and a hack for zoom to force using native one)
+* Added BOX86_SAFEMMAP env. var.
+* Reworked dynarec memory manager
+* Added a few opcodes
+* Improve elfloader to not force PltResolver all the time (fixing SuperHexagon and maybe other)
+* Reworked Exet and Cancel Thread mecanism
+* Added wrapped libldap_r and liblber library (used by wine)
+* Reworked Dynarec block handling, and remove the "AddMark" mecanism that wasn't efficient enough
+* Added TokiTori 2+ detection and runtime patch on PI
+* Fixes on elfloader with TLS object
 
 v0.1.6
 ======
diff --git a/src/box86version.h b/src/box86version.h
index 68dace077..35e3f3462 100755
--- a/src/box86version.h
+++ b/src/box86version.h
@@ -3,6 +3,6 @@
 
 #define BOX86_MAJOR 0
 #define BOX86_MINOR 1
-#define BOX86_REVISION 7
+#define BOX86_REVISION 8
 
 #endif //__BOX86_VERSION_H_
\ No newline at end of file
-- 
GitLab