Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Announce 3.10.2 #787

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2024-10-16-rspamd-3.10.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Rspamd 3.10.1 has been released"
categories: announce
---

Today we have released Rspamd 3.10.0 featuring several important bug fixes.
Today we have released Rspamd 3.10.1 featuring several important bug fixes.

* Fixed Ragel state machine on ARM
* Fixed OpenSSL-related crashes on RedHat systems
Expand Down
12 changes: 12 additions & 0 deletions _posts/2024-10-20-rspamd-3.10.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: post
title: "Rspamd 3.10.2 has been released"
categories: announce
---

Today we have released Rspamd 3.10.2, which is being maintained in the stable `rspamd-3.10` branch.

The following fixes are included in this release:

* Fix for ARC signing contributed by `@jscissr`
* Added EOF to Prometheus metrics by `@henry-spanka`
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ title: Rspamd spam filtering system
<div class="container-fluid w-auto mx-2">
<div class="row news-row rounded-3 mx-auto my-4 p-3">
<div class="col-12 col-sm-10">
<h3 style="margin: 0px;">News: Rspamd 3.10.1 has been released</h3>
<span class="date"><small>2024-09-30</small></span>
<h3 style="margin: 0px;">News: Rspamd 3.10.2 has been released</h3>
<span class="date"><small>2024-10-20</small></span>
<p style="margin-bottom: 0px; margin-top: 5px">New stable release is now available.</p>
</div>
<div class="col-12 col-sm-2 d-flex justify-content-end align-items-end">
<a class="btn btn-primary mb-2" href="{{ site.baseurl }}/announce/2024/10/16/rspamd-3.10.1.html">Learn more&nbsp;<i class="fa-solid fa-chevron-right"></i></a>
<a class="btn btn-primary mb-2" href="{{ site.baseurl }}/announce/2024/10/20/rspamd-3.10.2.html">Learn more&nbsp;<i class="fa-solid fa-chevron-right"></i></a>
</div>
</div>
<div class="row news-row rounded-3 mx-auto my-4 p-3">
Expand Down