<!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=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Julien Y. Dutheil pushed to branch master
at <a href="https://salsa.debian.org/med-team/libbpp-seq">Debian Med / libbpp-seq</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/med-team/libbpp-seq/commit/690616d6a0acfd4297c462f5f4e83f040200c15b">690616d6</a></strong>
<div>
<span>by Julien Y. Dutheil</span>
<i>at 2018-03-25T14:12:06+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 2.4.0</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/med-team/libbpp-seq/commit/f79c1c58c6a8161c71b949a5d5ddef256c5a1deb">f79c1c58</a></strong>
<div>
<span>by Julien Y. Dutheil</span>
<i>at 2018-03-25T14:12:08+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update upstream source from tag 'upstream/2.4.0'

Update to upstream version '2.4.0'
with Debian dir 9e7ba6c3f6aedc7c62c7dae4aed4b530c0c23c41</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/med-team/libbpp-seq/commit/8cff27aeacebc7548c2f80a7d0094845f9fb8be7">8cff27ae</a></strong>
<div>
<span>by Julien Y. Dutheil</span>
<i>at 2018-03-25T20:44:33+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drafted version 2.4.0.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#01a718df87a96135eb956401504e555421dc5a3d">
<span class="new-file">
+
.clang-format
</span>
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
<span class="new-file">
+
.gitignore
</span>
</a>
</li>
<li class="file-stats">
<a href="#9a2aa4db38d3115ed60da621e012c0efc0172aae">
CMakeLists.txt
</a>
</li>
<li class="file-stats">
<a href="#00fe7828d56d7a3ee4030d6cea057cf13f50e70c">
ChangeLog
</a>
</li>
<li class="file-stats">
<a href="#3fa7b3d8e9b1a6a923cff77497ab817d9f94b6c0">
Doxyfile
</a>
</li>
<li class="file-stats">
<a href="#b9843a677d1a99dec263e7b4f0ce70f04278b908">
bpp-seq.spec
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#adb7f75f79e3bb85eb62912a2904c5d24af878fb">
debian/copyright
</a>
</li>
<li class="file-stats">
<a href="#e60f8c783ac815ff62bcd28e76579dc2c5f32ac4">
<span class="deleted-file">

debian/libbpp-seq11.symbols
</span>
</a>
</li>
<li class="file-stats">
<a href="#359b29cce6a71e485e6579099d039da2f396d1c2">
<span class="new-file">
+
debian/libbpp-seq12.symbols
</span>
</a>
</li>
<li class="file-stats">
<a href="#6092f5e7d8b745af84ee9dfe7837dab0c6e2a9b9">
debian/patches/unforce-cxxflags.patch
</a>
</li>
<li class="file-stats">
<a href="#8756c63497c8dc39f7773438edf53b220c773f67">
debian/rules
</a>
</li>
<li class="file-stats">
<a href="#22751912026043104dcfb4ef8b2f6df9ef82dce6">
src/Bpp/Seq/Alphabet/AbstractAlphabet.cpp
</a>
</li>
<li class="file-stats">
<a href="#d4664b51952656fc4367c8dfb701a9fd82043373">
src/Bpp/Seq/Alphabet/AbstractAlphabet.h
</a>
</li>
<li class="file-stats">
<a href="#3bf74458d2341ee831b53d502265b9dfcaf6d57a">
src/Bpp/Seq/Alphabet/Alphabet.h
</a>
</li>
<li class="file-stats">
<a href="#b87b6e7e410f7558bb9a4a74acc191bde7272ea1">
src/Bpp/Seq/Alphabet/AlphabetExceptions.h
</a>
</li>
<li class="file-stats">
<a href="#a37daba4c64553cfa723c174b736cd633b66fc87">
src/Bpp/Seq/Alphabet/AlphabetTools.cpp
</a>
</li>
<li class="file-stats">
<a href="#06b0d6824ff22193bcb0d558754b79c8c8f8b11b">
src/Bpp/Seq/Alphabet/AlphabetTools.h
</a>
</li>
<li class="file-stats">
<a href="#792a7f3dc46c36ebecad7d741c86b074950444aa">
src/Bpp/Seq/Alphabet/BinaryAlphabet.cpp
</a>
</li>
<li class="file-stats">
<a href="#27ad3a7201b8cb8456b65fe96ccdf942a6605d31">
src/Bpp/Seq/Alphabet/BinaryAlphabet.h
</a>
</li>
<li class="file-stats">
<a href="#208b4ae12342f86b84fe0918237ca1127a402120">
src/Bpp/Seq/Alphabet/CaseMaskedAlphabet.cpp
</a>
</li>
<li class="file-stats">
<a href="#6f61356f036c5385a08e95af127e290fc9bdf24c">
src/Bpp/Seq/Alphabet/CaseMaskedAlphabet.h
</a>
</li>
<li class="file-stats">
<a href="#12fd286517f6e1339537c2c7da48adc455239996">
src/Bpp/Seq/Alphabet/CodonAlphabet.cpp
</a>
</li>
<li class="file-stats">
<a href="#99c2ca799113caf0820e478de8b0e809d06b904a">
src/Bpp/Seq/Alphabet/CodonAlphabet.h
</a>
</li>
<li class="file-stats">
<a href="#7149987fc95a30dc916c26882be12562cd4ecc7d">
src/Bpp/Seq/Alphabet/DNA.cpp
</a>
</li>
<li class="file-stats">
<a href="#b6f2279831f3d915de2bf518b5595313a71140de">
src/Bpp/Seq/Alphabet/DNA.h
</a>
</li>
<li class="file-stats">
<a href="#79d5907afaa82bc6229577f4c4759253ed2a27c5">
src/Bpp/Seq/Alphabet/DefaultAlphabet.h
</a>
</li>
<li class="file-stats">
<a href="#65ed29b15788d1120465895d179be1d5ec27e31c">
src/Bpp/Seq/Alphabet/LetterAlphabet.h
</a>
</li>
<li class="file-stats">
<a href="#86c98337eda0cf9a1074e9ebc4a0dc89c0ef31bc">
src/Bpp/Seq/Alphabet/NucleicAlphabet.h
</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: #777;">

<br>
<a href="https://salsa.debian.org/med-team/libbpp-seq/compare/3929f00a8f53a259683149d581f06844373677c5...8cff27aeacebc7548c2f80a7d0094845f9fb8be7">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.

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