<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Louis-Philippe Véronneau pushed to branch upstream
at <a href="https://salsa.debian.org/java-team/jruby">Debian Java Maintainers / jruby</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/java-team/jruby/-/commit/42ac9b95d2190efcb002227de9de494e0ad6f815">42ac9b95</a></strong>
<div>
<span>by Thomas Goirand</span>
<i>at 2020-12-28T22:17:30+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 9.2.14.0</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#a03585ab89eed5e0782a1875b2d8153b97865d30">
<span class="new-file">
+
.github/ISSUE_TEMPLATE/bug_report.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#a48f01030caf380a2781d4ce1a0721e0a08217e2">
<span class="new-file">
+
.github/workflows/build_release_artifacts.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#9ef6b6e323b7b6d782d251cf3768c38f0e78d975">
.mvn/extensions.xml
</a>
</li>
<li class="file-stats">
<a href="#32e074f71d16c1e88ac02aa83592ca6ad1fd98a8">
.mvn/wrapper/maven-wrapper.properties
</a>
</li>
<li class="file-stats">
<a href="#f09cc62ff706cb459abc8d15bb598217e3abd916">
<span class="new-file">
+
.travis-maven-settings.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#dea01dd89a3b602828e630677fde5d77c06441c8">
.travis.yml
</a>
</li>
<li class="file-stats">
<a href="#2652ef1870a2168b634561d9396bcfe23aafa2e4">
BUILDING.md
</a>
</li>
<li class="file-stats">
<a href="#6156cd6ac57d8b88e473d9202392ec064b623c93">
COPYING
</a>
</li>
<li class="file-stats">
<a href="#de3150c01c3a946a6168173c4116741379fe3579">
<span class="new-file">
+
Gemfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#c37c999a7b8a283b255bda9ef8c1c3be7c1c4ddb">
<span class="deleted-file">

ISSUE_TEMPLATE.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#b33892fbddeffc3368077b4904ad0b3d562a7312">
VERSION
</a>
</li>
<li class="file-stats">
<a href="#43b9d80d1f50472e56afb94a061257af5b53182b">
<span class="deleted-file">

appveyor.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#40ebc6823f24f296c0cd3fddd6ccda69b74ff2e4">
<span class="new-file">
+
azure-pipelines.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#6b01640c3c4d34ddd46c5d2a958736222a899b44">
<span class="new-file">
+
bench/core/array/grep_bench.rb
</span>
</a>
</li>
<li class="file-stats">
<a href="#ce01c3e94a4595aa806938e0852c04527ef594f2">
<span class="new-file">
+
bench/core/array/unique_bench.rb
</span>
</a>
</li>
<li class="file-stats">
<a href="#7bdf4034dca9d7bb4a7d95bfc0ab87c143da6523">
<span class="new-file">
+
bench/core/kernel/bench_raise.rb
</span>
</a>
</li>
<li class="file-stats">
<a href="#4cce75615ea1f2532f08183f783699bea1c1bbcb">
<span class="new-file">
+
bench/core/string/bench_gsub.rb
</span>
</a>
</li>
<li class="file-stats">
<a href="#331eafafec561d90944dc31718edcc4394595b9d">
<span class="new-file">
+
bench/core/string/bench_sub.rb
</span>
</a>
</li>
<li class="file-stats">
<a href="#df8db32a35be27c42d85481bbc2e1792cdaee34d">
<span class="new-file">
+
bench/pom.rb
</span>
</a>
</li>
<li class="file-stats">
<a href="#7d76e717cd6aa6e3a2b72d7fe201987fd9039d0f">
<span class="new-file">
+
bench/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#687f4e97dac608f33076469197d0c3f4f6352ca5">
<span class="new-file">
+
bench/src/main/java/org/jruby/benchmark/ArrayCopyBenchmark.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#1c9b3f8a148983dd2fcc0a41027e83ef63642998">
<span class="new-file">
+
bench/src/main/java/org/jruby/benchmark/EncodingBenchmark.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#47f4ed61c91fb156d2aaed0f21bc715aaa5fa23b">
<span class="new-file">
+
bench/src/main/java/org/jruby/benchmark/EventHookBenchmark.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#d59237dd8985400ee5e1d05c28420ce97504ed41">
<span class="new-file">
+
bench/src/main/java/org/jruby/benchmark/FixnumCreationBenchmark.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#d78ff9a146b44620d68336142f9cce4f254b6ea7">
<span class="new-file">
+
bench/src/main/java/org/jruby/benchmark/JavaInterfaceBenchmark.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#3779fab2d4074f2911187a475bdebf0b4424780d">
<span class="new-file">
+
bench/src/main/java/org/jruby/benchmark/NilCheckBenchmark.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#52eedeb2ef60d8155e447fe0682fb10f6804a275">
<span class="new-file">
+
bench/src/main/java/org/jruby/benchmark/StringLoopBenchmark.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#532275a5a279a9c7590c4dba1233663acc7d19ae">
<span class="new-file">
+
bin/.dev_mode.java_opts
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/java-team/jruby/-/commit/42ac9b95d2190efcb002227de9de494e0ad6f815">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/java-team/jruby/-/commit/42ac9b95d2190efcb002227de9de494e0ad6f815"}}</script>


</p>
</div>
</body>
</html>