blob: 0a5c8f0185c02bba71d7f77a1c0443aa48522276 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[
{ type: install
message: <<EOM
If this is a first installation of RoundCube you have to create
a new database and a db user. Read INSTALL for detailed instructions.
EOM
}
{ type: upgrade
message: <<EOM
If you already had a previous version of RoundCube installed,
you should check your config files and DB schema are up-to-date.
Read UPGRADING for detailed instructions.
EOM
}
{ type: upgrade
maximum_version: "1.6.0"
message: <<EOM
Roundcube 1.6 has a number of breaking changes in the smtp, imap,
ldap, and managesieve connection configuration. Check
https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released for
details.
Roundcube 1.6 no longer includes the "Classic" and "Larry" skins.
The skins can be found as mail/rouncube-larry and
mail/roundcube-classic ports.
Read UPGRADING for detailed instructions.
EOM
}
]
|