Skip to content

Commit

Permalink
Release 1.5.9 and 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Sep 1, 2024
1 parent 68370c7 commit 452d5a3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _data/releases.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"stable": {
"name": "Stable version",
"version": "1.6.8",
"version": "1.6.9",
"sources": [
{
"package": "Dependent",
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8.tar.gz",
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.9.tar.gz",
"size": "3.8 MB",
"checksum": "939c9cd46281bf5bfb2dd932680b18ee1706035a5806dc08d8b414971cea91f7"
"checksum": "5adaecacc7203ae844a4f452d6cc5eae94799f248825d5978ca48cb7a9d7a51c"
},
{
"package": "Complete",
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8-complete.tar.gz",
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.9-complete.tar.gz",
"size": "5.6 MB",
"checksum": "8468be0204a734c574adef4be01578c7dc4fab9c2fe34003bf341a2bd20efd2a"
"checksum": "b61a5f5c22f890c299e935aacfcf0870676990d8aebff0d6cdff075bf17cef4f"
},
{
"package": "Framework",
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcube-framework-1.6.8.tar.gz",
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcube-framework-1.6.9.tar.gz",
"size": "1.1 MB",
"checksum": "0adb5599d4640b8dcdd8ce1c4e27264a7cd009084fe2659aada5fbd33b591d94"
"checksum": "d9ecd79c02195ca285a97dbae0b95c6a62da25a8fb3e8663e4747ecf9c8512d3"
}
]
},
Expand All @@ -33,10 +33,10 @@
"name": "LTS versions",
"sources": [
{
"package": "1.5.8 - Complete",
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.8/roundcubemail-1.5.8-complete.tar.gz",
"package": "1.5.9 - Complete",
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.8/roundcubemail-1.5.9-complete.tar.gz",
"size": "7.4 MB",
"checksum": "f3b51374d85d9f8eb9976d7184797ac71a5e1520d47f819c5ba669ca6d6903c9"
"checksum": "f0af30b8b3491c2d349344c4fdfb4fbbf0c16eefa73496c424f737e232ed13dc"
}
]
},
Expand Down
16 changes: 16 additions & 0 deletions _posts/2024-09-01-updates-1.6.9-and-1.5.9-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: article
title: Updates 1.6.9 and 1.5.9 released
tags: releases updates stable
---

These are immediate service releases to fix regressions introduced in the most recent security updates.
Both releases contain two following fixes:

- Fix regression where printing/scaling/rotating image attachments was broken (#9571)
- Fix regression where HTML messages were displayed unstyled (#9586)

These releases are considered stable and we recommend to update all productive installations
of Roundcube with these. Download it from [roundcube.net](https://roundcube.net/download).

Please do backup your data before updating!

0 comments on commit 452d5a3

Please sign in to comment.