Skip to content

Commit 24a22a8

Browse files
authored
Merge pull request #79 from roundcube/1.7-rc3
2 parents 5492eaa + 28d5da4 commit 24a22a8

2 files changed

Lines changed: 33 additions & 7 deletions

File tree

_data/releases.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@
4242
},
4343
"beta": {
4444
"name": "Release candidate",
45-
"version": "1.7-rc2",
45+
"version": "1.7-rc3",
4646
"sources": [
4747
{
4848
"package": "Dependent",
49-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc2/roundcubemail-1.7-rc2.tar.gz",
49+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc3/roundcubemail-1.7-rc3.tar.gz",
5050
"size": "4.0 MB",
51-
"checksum": "fc9d3886a4e45cbcd4156df959594f27bcf9c923bc987817415c91ef55ea228e"
51+
"checksum": "9efb8e02e04a4182d69911e155ed952c87d87adfcd7d17b49463466df5658435"
5252
},
5353
{
5454
"package": "Complete",
55-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc2/roundcubemail-1.7-rc2-complete.tar.gz",
55+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc3/roundcubemail-1.7-rc3-complete.tar.gz",
5656
"size": "6.1 MB",
57-
"checksum": "65afc7a7d603241b7bb15f8d66ebe02f6c39c4c99fc99b2c16616a0c328eccef"
57+
"checksum": "bcbe6a7419ed15be8b6a38638b33b45fe2255cb4038d64158b7c3f3f021d0282"
5858
},
5959
{
6060
"package": "Framework",
61-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc2/roundcube-framework-1.7-rc2.tar.gz",
61+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc3/roundcube-framework-1.7-rc3.tar.gz",
6262
"size": "1.1 MB",
63-
"checksum": "a3c1982e31b597384beffdb11bd37db56bd7267a6f78949cafd932b8d560e686"
63+
"checksum": "e7738b3d80816ccc9e2c8831cf82b9969a8dba3360d8e9cd11d8fa3a8a019eb0"
6464
}
6565
]
6666
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: article
3+
title: Roundcube 1.7 RC3 released
4+
tags: releases beta
5+
---
6+
7+
We just published the third release candidate for the next major version 1.7 of Roundcube webmail.
8+
9+
This release fixes two security issues, and contains a few more fixes for several issues.
10+
11+
The security fixes are:
12+
13+
- Fix CSS injection vulnerability reported by CERT Polska.
14+
- Fix remote image blocking bypass via SVG content reported by nullcathedral.
15+
16+
For the full changelog please see [the release page](https://github.com/roundcube/roundcubemail/releases/tag/1.7-rc3).
17+
18+
The tarballs can be downloaded via roundcube.net: https://roundcube.net/download/
19+
20+
Or directly from the release page at github.com: https://github.com/roundcube/roundcubemail/releases/tag/1.7-rc3
21+
22+
We believe it is production ready, but we recommend to test it on a separate environment.
23+
24+
Migrate existing configs with either the `installto.sh` or the `update.sh` scripts.
25+
26+
And don't forget to backup your data before installing it!

0 commit comments

Comments
 (0)