<!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 data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Jérôme Charaoui pushed to branch upstream at <a href="https://salsa.debian.org/clojure-team/ring-clojure">Debian Clojure Maintainers / ring-clojure</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/clojure-team/ring-clojure/-/commit/3556051678af11898003e0e63212e542194410bc">35560516</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2023-01-30T09:23:13-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>New upstream version 1.8.2</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
CHANGELOG.md
</a>
</li>
<li class="file-stats">
<a href="#3f454a98e586d1aa0d322e19afd5e67e08f2d3c8">
<span class="new-file">
+
CONTRIBUTING.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#419d52dcfa39c76bbf72833eb6f5f7152f6ec661">
<span class="deleted-file">

CONTRIBUTORS.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#0398ccd0f49298b10a3d76a47800d2ebecd49859">
LICENSE
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#57ca00cf1f5956461c3a9003fcb7b0a3de2c6a31">
project.clj
</a>
</li>
<li class="file-stats">
<a href="#123b9436b1fb159a420e35ca3733b015a7d41aa0">
<span class="new-file">
+
ring-bench/project.clj
</span>
</a>
</li>
<li class="file-stats">
<a href="#83aba5ab38dbf9b2ee3402f24a8bf42881c0ed63">
<span class="new-file">
+
ring-bench/src/ring/bench/servlet.clj
</span>
</a>
</li>
<li class="file-stats">
<a href="#befd7444b20bf3a3b566317b3c1bc1fe89810f47">
ring-core/project.clj
</a>
</li>
<li class="file-stats">
<a href="#e30ab4eb577b7dd8b93ac415381bae638800606d">
ring-core/src/ring/core/protocols.clj
</a>
</li>
<li class="file-stats">
<a href="#8243f37a92e040e1a3bcffea1ccc8a9263d8e8d3">
ring-core/src/ring/middleware/content_type.clj
</a>
</li>
<li class="file-stats">
<a href="#5de5b3bbc9019244fa9eb369b007d6bbad62ad2b">
ring-core/src/ring/middleware/cookies.clj
</a>
</li>
<li class="file-stats">
<a href="#1862d80b6c4258655507d4f668d3da6ae327ce2d">
ring-core/src/ring/middleware/file.clj
</a>
</li>
<li class="file-stats">
<a href="#4bf08b6dacab26e185268dbe21d72b1d485bf76b">
ring-core/src/ring/middleware/keyword_params.clj
</a>
</li>
<li class="file-stats">
<a href="#55b1592c9020878d2cc5ba4cc7d150951d3b7047">
ring-core/src/ring/middleware/multipart_params.clj
</a>
</li>
<li class="file-stats">
<a href="#192c7b4d2b5f057b3ff672fd878728cb57910ac7">
ring-core/src/ring/middleware/not_modified.clj
</a>
</li>
<li class="file-stats">
<a href="#5dfda444e74d4dcc7fe5c5126770181e631104b3">
ring-core/src/ring/middleware/resource.clj
</a>
</li>
<li class="file-stats">
<a href="#0a086cff954ec20decc4ed0727576b9f0b9b99c1">
ring-core/src/ring/middleware/session/cookie.clj
</a>
</li>
<li class="file-stats">
<a href="#b1d93f453d028bcf064bc84de5dbd1705fccfad1">
ring-core/src/ring/util/mime_type.clj
</a>
</li>
<li class="file-stats">
<a href="#104d4db2976cddaef163686c95b246ba565250d5">
ring-core/src/ring/util/parsing.clj
</a>
</li>
<li class="file-stats">
<a href="#6342762c853efa85385bc8df72a88214ab408bb9">
ring-core/src/ring/util/request.clj
</a>
</li>
<li class="file-stats">
<a href="#a73d5a2b3974b2b423e6865cd2c8c73c49d2d037">
ring-core/src/ring/util/response.clj
</a>
</li>
<li class="file-stats">
<a href="#137e8044a71fc6b4d3557c1664127cd723667258">
ring-core/test/ring/core/test/protocols.clj
</a>
</li>
<li class="file-stats">
<a href="#3ffc466c23649aec8c9f0156c40a8ca41a90d6b6">
ring-core/test/ring/middleware/session/test/cookie.clj
</a>
</li>
<li class="file-stats">
<a href="#b228701d67bd6e7254233caacf82a33bbd94f1aa">
ring-core/test/ring/middleware/test/cookies.clj
</a>
</li>
<li class="file-stats">
<a href="#0efcfad4378a70ee6160d4dca0d944159346ec47">
ring-core/test/ring/middleware/test/file.clj
</a>
</li>
<li class="file-stats">
<a href="#36c83700fb77fdb6d8c4908ba59ad1bb685d7c85">
ring-core/test/ring/middleware/test/keyword_params.clj
</a>
</li>
<li class="file-stats">
<a href="#09870cd05d123992b899745663259b0784e7ba91">
ring-core/test/ring/middleware/test/multipart_params.clj
</a>
</li>
<li class="file-stats">
<a href="#5f0ed1aa54ca0b7a789824736847bce296e02cfa">
ring-core/test/ring/middleware/test/not_modified.clj
</a>
</li>
<li class="file-stats">
<a href="#18c3afdc0537eaa477ca8d6722ad2e89b5f541e0">
ring-core/test/ring/middleware/test/resource.clj
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
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/clojure-team/ring-clojure/-/commit/3556051678af11898003e0e63212e542194410bc">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/clojure-team/ring-clojure/-/commit/3556051678af11898003e0e63212e542194410bc"}}</script>


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