summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2021-12-07 10:17:05 +0900
committerSutou Kouhei <kou@clear-code.com>2021-12-07 10:17:05 +0900
commitc4697b01fc0f0b9e89b6f5c96b6e539b0b60f6a7 (patch)
tree5355d06c12ca8d1c015d1af248ca0540a9a7d91c
parentbf3a3c03cbafeeb49bc006505e037151797f6f0a (diff)
downloadrake-compiler-c4697b01fc0f0b9e89b6f5c96b6e539b0b60f6a7.tar.gz
Add 1.1.2 entryv1.1.2
-rw-r--r--History.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/History.md b/History.md
index d677d2e..fc71112 100644
--- a/History.md
+++ b/History.md
@@ -1,3 +1,26 @@
+### 1.1.2 / 2021-12-07
+
+* Changes:
+ * Use .tar.gz instead of .tar.bz2 for Ruby archive.
+ [#179](https://github.com/rake-compiler/rake-compiler/pull/179) [Patch by Masaki Hara]
+ * Stop removing `CC`, `CXX`, `CPPFLAGS` and `LDFLAGS` environment variables for cross-build.
+ [#182](https://github.com/rake-compiler/rake-compiler/pull/182) [Patch by Lars Kanis]
+ * Remove IronRuby related message.
+ [#184](https://github.com/rake-compiler/rake-compiler/pull/184) [Patch by Thomas E Enebo]
+ * Suppress a warning.
+ [#185](https://github.com/rake-compiler/rake-compiler/pull/185) [Patch by Olle Jonsson]
+ * Rename `History.txt` to `History.md`.
+ [#174](https://github.com/rake-compiler/rake-compiler/pull/174) [Patch by MSP-Greg]
+ * Use `make install` instead of copying artifacts manually.
+ [#191](https://github.com/rake-compiler/rake-compiler/pull/191) [Patch by Lars Kanis]
+
+* Enhancements:
+ * Add support for building cross rubies in parallel.
+ [#169](https://github.com/rake-compiler/rake-compiler/pull/169) [Patch by Lars Kanis]
+ * Use `RAKE_EXTENSION_TASK_NO_NATIVE` environment variable as the default `no_native` value.
+ * Add support for `rake native gem` without `cross`.
+ [#166](https://github.com/rake-compiler/rake-compiler/pull/166) [Patch by Lars Kanis]
+
### 1.1.1 / 2020-07-10
* Changes: