Skip to content

Commit 452d5a3

Browse files
committed
Release 1.5.9 and 1.6.9
1 parent 68370c7 commit 452d5a3

2 files changed

Lines changed: 26 additions & 10 deletions

File tree

_data/releases.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"stable": {
33
"name": "Stable version",
4-
"version": "1.6.8",
4+
"version": "1.6.9",
55
"sources": [
66
{
77
"package": "Dependent",
8-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8.tar.gz",
8+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.9.tar.gz",
99
"size": "3.8 MB",
10-
"checksum": "939c9cd46281bf5bfb2dd932680b18ee1706035a5806dc08d8b414971cea91f7"
10+
"checksum": "5adaecacc7203ae844a4f452d6cc5eae94799f248825d5978ca48cb7a9d7a51c"
1111
},
1212
{
1313
"package": "Complete",
14-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8-complete.tar.gz",
14+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.9-complete.tar.gz",
1515
"size": "5.6 MB",
16-
"checksum": "8468be0204a734c574adef4be01578c7dc4fab9c2fe34003bf341a2bd20efd2a"
16+
"checksum": "b61a5f5c22f890c299e935aacfcf0870676990d8aebff0d6cdff075bf17cef4f"
1717
},
1818
{
1919
"package": "Framework",
20-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcube-framework-1.6.8.tar.gz",
20+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcube-framework-1.6.9.tar.gz",
2121
"size": "1.1 MB",
22-
"checksum": "0adb5599d4640b8dcdd8ce1c4e27264a7cd009084fe2659aada5fbd33b591d94"
22+
"checksum": "d9ecd79c02195ca285a97dbae0b95c6a62da25a8fb3e8663e4747ecf9c8512d3"
2323
}
2424
]
2525
},
@@ -33,10 +33,10 @@
3333
"name": "LTS versions",
3434
"sources": [
3535
{
36-
"package": "1.5.8 - Complete",
37-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.8/roundcubemail-1.5.8-complete.tar.gz",
36+
"package": "1.5.9 - Complete",
37+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.8/roundcubemail-1.5.9-complete.tar.gz",
3838
"size": "7.4 MB",
39-
"checksum": "f3b51374d85d9f8eb9976d7184797ac71a5e1520d47f819c5ba669ca6d6903c9"
39+
"checksum": "f0af30b8b3491c2d349344c4fdfb4fbbf0c16eefa73496c424f737e232ed13dc"
4040
}
4141
]
4242
},
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: article
3+
title: Updates 1.6.9 and 1.5.9 released
4+
tags: releases updates stable
5+
---
6+
7+
These are immediate service releases to fix regressions introduced in the most recent security updates.
8+
Both releases contain two following fixes:
9+
10+
- Fix regression where printing/scaling/rotating image attachments was broken (#9571)
11+
- Fix regression where HTML messages were displayed unstyled (#9586)
12+
13+
These releases are considered stable and we recommend to update all productive installations
14+
of Roundcube with these. Download it from [roundcube.net](https://roundcube.net/download).
15+
16+
Please do backup your data before updating!

0 commit comments

Comments
 (0)