summaryrefslogtreecommitdiff
path: root/doc/website/recent_news.ssi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/website/recent_news.ssi')
-rw-r--r--doc/website/recent_news.ssi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/website/recent_news.ssi b/doc/website/recent_news.ssi
index ae3f1ce..e4f7f01 100644
--- a/doc/website/recent_news.ssi
+++ b/doc/website/recent_news.ssi
@@ -1,3 +1,13 @@
+<h2>Version 2.5.0 - Oct 31, 2022</h2>
+<h3 id="bowtie2">bowtie2</h3>
+<ul>
+ <li>Overall improvements in the use of prefetch instructions. (contribution by Igor Sfiligoi)</li>
+ <li>Made input/output fully asynchronous by using a dedicated thread. (contribution by Igor Sfiligoi)</li>
+ <li>Added support for AVX2 256-bit instructions with can be enabled by setting the <code>SSE_AXV2<code> environment variable at compile time. (contribution by Igor Sfiligoi)</li>
+ <li>Fixed an issue causing <code>bowtie2</code> to crash when processing ZSTD files with high compression ratios.</li>
+ <li>Changed the way that unique alignments are counted in summary message to better match up with filters on SAM output</li>
+</ul>
+
<h2>Version 2.4.5 - Jan 16, 2022</h2>
<h3 id="bowtie2">bowtie2</h3>
<ul>