summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-07-10 05:40:15 +0900
committerSutou Kouhei <kou@clear-code.com>2020-07-10 05:40:15 +0900
commit29940530b2e95984f7d5feae2457df2787231394 (patch)
treeb10f1b58b657fed92990f5ddf2f01c41d573de34
parent3c480d4e42c57a7d148725cf1bb25826c6b7ae05 (diff)
downloadrake-compiler-29940530b2e95984f7d5feae2457df2787231394.tar.gz
Add 1.1.1 entryv1.1.1
-rw-r--r--History.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/History.txt b/History.txt
index 4c16284..478eebc 100644
--- a/History.txt
+++ b/History.txt
@@ -1,10 +1,22 @@
-=== 1.1.0 / 2012-12-25
+=== 1.1.1 / 2020-07-10
+
+* Changes:
+ * Bump the default Java bytecode to 1.7.
+ #172 [Patch by Charles Oliver Nutter]
+
+* Enhancements:
+ * Add support for finding x86_64 MinGW GCC.
+ #164 [Patch by Lars Kanis]
+ * Strip cross compiled shared library automatically.
+ #165 [Patch by Lars Kanis]
+
+=== 1.1.0 / 2019-12-25
* Bugfixes:
* Fix a bug that JavaExtenstionTask can't build anything.
#163 [Reported by Kai Kuchenbecker]
-=== 1.0.9 / 2012-12-23
+=== 1.0.9 / 2019-12-23
* Changes:
* Use "-Xlint" option for JRuby native extension by default.