<!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;">
Étienne Mollier pushed to branch upstream at <a href="https://salsa.debian.org/med-team/vsearch">Debian Med / vsearch</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/vsearch/-/commit/278489eb8b9a28466b6c49a9bb3999ce135a566b">278489eb</a></strong>
<div>
<span> by Étienne Mollier </span> <i> at 2024-02-14T19:57:49+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 2.27.0</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#87db583be5c13c1f7b3c958b10e03d67b6a2ca06">
configure.ac
</a>
</li>
<li class="file-stats">
<a href="#6475e133765979d123a381dee0c0dafd1945b81a">
<span class="new-file">
+
dockerfiles/Dockerfile.debian
</span>
</a>
</li>
<li class="file-stats">
<a href="#f51775b97b6fd98cc326ffa00f757bb54061426c">
<span class="new-file">
+
dockerfiles/Dockerfile.fedora
</span>
</a>
</li>
<li class="file-stats">
<a href="#b7ca4efea9812be2ea989e558de10e419bd9cf39">
man/vsearch.1
</a>
</li>
<li class="file-stats">
<a href="#87f14105542e9aa7534f0e172a0d074333686f7f">
src/align.cc
</a>
</li>
<li class="file-stats">
<a href="#8986e012fa75a6b6747b11cabec6e3cc6cd45561">
src/align.h
</a>
</li>
<li class="file-stats">
<a href="#7bd744d1aedb1ee59d808225be45752dcae8e259">
src/align_simd.cc
</a>
</li>
<li class="file-stats">
<a href="#2a9079b48c19175b78604434572a7c87262afefe">
src/align_simd.h
</a>
</li>
<li class="file-stats">
<a href="#851b053a0662a1beacb7e7b0df773bc30f98c900">
src/allpairs.cc
</a>
</li>
<li class="file-stats">
<a href="#16720c730c21ba86719cbcbe1131f2250ff9de6d">
src/allpairs.h
</a>
</li>
<li class="file-stats">
<a href="#d4763af62018d43279bc38904de619c409fe874a">
src/arch.cc
</a>
</li>
<li class="file-stats">
<a href="#3affba6b51b91b63ee29437d30548e53f3b667ec">
src/arch.h
</a>
</li>
<li class="file-stats">
<a href="#23016eebd6a3f30c501866dfe9ef5dadd3662e66">
src/attributes.cc
</a>
</li>
<li class="file-stats">
<a href="#02074941cc299a798b8c27e2b1e804598b4e816f">
src/attributes.h
</a>
</li>
<li class="file-stats">
<a href="#b9ec8aebb1af61b37b9a1ee966f6cd8c8aee0d02">
src/bitmap.cc
</a>
</li>
<li class="file-stats">
<a href="#ee14bcd900916284957a3bb5078a416b04a52449">
src/bitmap.h
</a>
</li>
<li class="file-stats">
<a href="#55c7453623853a1b38dbd49f5dc20389cd203fe0">
src/chimera.cc
</a>
</li>
<li class="file-stats">
<a href="#9552d96e6b96b9a150af98898379b82ac7542c26">
src/chimera.h
</a>
</li>
<li class="file-stats">
<a href="#d79e6705e3db119ee1bb6ad9670fe99b162c13b0">
src/cluster.cc
</a>
</li>
<li class="file-stats">
<a href="#d0a709faa909252ae246c0d6c1212099d4cc6343">
src/cluster.h
</a>
</li>
<li class="file-stats">
<a href="#0fd044a04525b2a4ea0a87be7b2912b8f1ba6256">
src/cpu.cc
</a>
</li>
<li class="file-stats">
<a href="#595c098032bba671a3a3083cb47f44475ed94a83">
src/cpu.h
</a>
</li>
<li class="file-stats">
<a href="#5a5b2a8ebbc2811cee846fb1ceeb718bd161f92a">
src/cut.cc
</a>
</li>
<li class="file-stats">
<a href="#69543e42a9af20f1730fe3380aec18c2066ef4be">
src/cut.h
</a>
</li>
<li class="file-stats">
<a href="#8fdd0379cd5d3df57faeb8ed82a6423784cead0f">
src/db.cc
</a>
</li>
<li class="file-stats">
<a href="#c703e0b897960376dcc4f4e79f2a9b098966c877">
src/db.h
</a>
</li>
<li class="file-stats">
<a href="#ae15476efb5a31ce40a1203b47c2fea4150e53ba">
src/dbhash.cc
</a>
</li>
<li class="file-stats">
<a href="#b985b44df11daa336a2d0cad28e584956602ffb5">
src/dbhash.h
</a>
</li>
<li class="file-stats">
<a href="#6f9f0505ff192d4ba765bdcc33347f0a6af870f2">
src/dbindex.cc
</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/vsearch/-/commit/278489eb8b9a28466b6c49a9bb3999ce135a566b">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/vsearch/-/commit/278489eb8b9a28466b6c49a9bb3999ce135a566b"}}</script>


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