<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<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: var(--default-regular-font, "GitLab Sans"),-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: var(--default-regular-font, "GitLab Sans"),-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;">
Michael R. Crusoe pushed to branch upstream at <a href="https://salsa.debian.org/med-team/libdeflate">Debian Med / libdeflate</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/med-team/libdeflate/-/commit/c4da87190a9f3ac5b653688bb4e07de08a7d7396">c4da8719</a></strong>
<div>
<span> by Michael R. Crusoe </span> <i> at 2024-03-23T14:26:12+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","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: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 1.20</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#c7fe42138e1c33a6d76bbf9a03822d41e03da2cc">
.cirrus.yml
</a>
</li>
<li class="file-stats">
<a href="#899ce9c202bf7bb5480e72836c3edc773c9c4244">
.github/workflows/ci.yml
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#9a2aa4db38d3115ed60da621e012c0efc0172aae">
CMakeLists.txt
</a>
</li>
<li class="file-stats">
<a href="#8e91c39ea457744ee86e8378b154b7f3bb28e325">
NEWS.md
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#1c8bad230d6c03e1d1af85e16fd1dbc16d41f7e4">
common_defs.h
</a>
</li>
<li class="file-stats">
<a href="#7fb1d2937b020f851b5fddffc823be51de40d741">
lib/adler32.c
</a>
</li>
<li class="file-stats">
<a href="#63efeb90a17eda97be0fc4193fdab334015679e9">
<span class="deleted-file">

lib/adler32_vec_template.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#957a0352fb2a74c18a01013ae4ccab4b5b38976e">
lib/arm/adler32_impl.h
</a>
</li>
<li class="file-stats">
<a href="#982595c422e27f0c61a525f62e7d5cbe732ae58b">
lib/arm/cpu_features.c
</a>
</li>
<li class="file-stats">
<a href="#33f2467f3c4e7da98842efa0eeeceeb8e9da9bad">
lib/arm/cpu_features.h
</a>
</li>
<li class="file-stats">
<a href="#5f5a44dc2653ee9a7e5d882a8a0856c628449d93">
lib/arm/crc32_impl.h
</a>
</li>
<li class="file-stats">
<a href="#fb69935f161f05a7e76fff5f991f5ab0b9a65a21">
lib/arm/crc32_pmull_helpers.h
</a>
</li>
<li class="file-stats">
<a href="#48f0f57765ff64b35d0535f45af1074bb62bb9f2">
lib/arm/crc32_pmull_wide.h
</a>
</li>
<li class="file-stats">
<a href="#b366a7988d12702cadba679902265bf6d5038c56">
lib/arm/matchfinder_impl.h
</a>
</li>
<li class="file-stats">
<a href="#b92e8111fdea68bfa93dacc60aa9abf6ca23a327">
lib/crc32.c
</a>
</li>
<li class="file-stats">
<a href="#fb370982e0893efa9a3e29d845034bd6723a9613">
lib/crc32_multipliers.h
</a>
</li>
<li class="file-stats">
<a href="#cf1530fa89ca047a5034135251661416971fad2f">
lib/decompress_template.h
</a>
</li>
<li class="file-stats">
<a href="#c1caa870f85abc5d2541e75033d477053fc77d36">
lib/deflate_compress.c
</a>
</li>
<li class="file-stats">
<a href="#47376c8d3334fdf168edfbd32e7f04956e1fb245">
lib/lib_common.h
</a>
</li>
<li class="file-stats">
<a href="#3d88ecb4d5778b1d6bce146d0e997c2455af3c81">
lib/matchfinder_common.h
</a>
</li>
<li class="file-stats">
<a href="#9e187882fdb37ac9ccdf769b8a1434164d54f9f7">
<span class="new-file">
+
lib/riscv/matchfinder_impl.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#045db9f4ec827ff4f0d18ab6816049ec726497e0">
lib/utils.c
</a>
</li>
<li class="file-stats">
<a href="#1f8c4cb3ba22b73a74fcde320147781109635d22">
lib/x86/adler32_impl.h
</a>
</li>
<li class="file-stats">
<a href="#8f1a74501310478b7f4a42f1af19d49bd1f8ef6b">
<span class="new-file">
+
lib/x86/adler32_template.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#38a70ff38851ff914b8fcd3027d40b6f359c840c">
lib/x86/cpu_features.c
</a>
</li>
<li class="file-stats">
<a href="#6f126b9c1c2851109a8818b34b110cf1456a9e23">
lib/x86/cpu_features.h
</a>
</li>
<li class="file-stats">
<a href="#91660929f2ce31fabd90a7d9801ec441bfd363fe">
lib/x86/crc32_impl.h
</a>
</li>
<li class="file-stats">
<a href="#6d2b40dcf0b8a0f91799adc4deffda8769a55ca5">
lib/x86/crc32_pclmul_template.h
</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: #737278;">

<br>
<a href="https://salsa.debian.org/med-team/libdeflate/-/commit/c4da87190a9f3ac5b653688bb4e07de08a7d7396">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/med-team/libdeflate/-/commit/c4da87190a9f3ac5b653688bb4e07de08a7d7396"}}</script>


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