From 962c8949086e20a65f15fa51166a5b74f3b7891b Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Tue, 22 Dec 2015 16:02:02 +0100 Subject: [PATCH] Release cleanup --- README.md | 8 +++++++- build.xml | 2 +- project.properties | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15d60dc2..ffbe8fba 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ your choice. Quick Start: ------------ -Install the Android NDK and the Android SDK with SDK API 12 and run +Install the Android NDK and the Android SDK with SDK API 23, set the +environment variables ```ANDROID_NDK```, ```ANDROID_SDK```, and +```ANDROID_HOME``` and run ndk-build -j4 @@ -39,6 +41,10 @@ Bugs and feature requests should be reported to the issue tracker at [https://bi Changelog: ---------- +0.10.0: +* first official release! +* Disabled JIT by default as it can cause performance problems. To enable JIT call jit.on() + 0.10.0-alpha2: * Update to the next love API 0.10.0 (not yet officially released) * Added building of libtheora diff --git a/build.xml b/build.xml index 8b4e1cb7..5a9fccad 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - +