1UPGRADE_SHARED_REPOSITORY(1) sympa 6.2.62 UPGRADE_SHARED_REPOSITORY(1)
2
3
4
6 upgrade_shared_repository, upgrade_shared_repository.pl - Migrating
7 shared repository created by earlier versions
8
10 upgrade_shared_repository.pl --list LISTNAME --robot DOMAIN --all_lists
11 [ --fix_qencode ]
12
14 upgrade_shared_repository.pl renames file names in shared repositories
15 that may be incorrectly encoded because of previous Sympa versions.
16
17 • As of Sympa 5.3a.8, file names in shared repository are Q-encoded,
18 therefore made easier to store on any filesystem with any encoding.
19
20 • As of Sympa 6.1b.5, Encoding of shared documents was not consistent
21 with recent version of MIME::EncWords module:
22 MIME::EncWords::encode_mimewords() used to encode characters
23 "-!*+/". Now these characters are preserved, according to RFC 2047
24 section 5. We had to change encoding of shared documents according
25 to new algorithm.
26
28 --list LISTNAME --robot DOMAIN
29 --all_lists
30 Specifies target list(s).
31
32 --fix_qencode
33 If specified, fixes Q-encoding changed on Sympa 6.1b.5. Otherwise,
34 applies Q-encoding introduced by Sympa 5.3a.8.
35
37 upgrade_shared_repository.pl appeared as separate executable on Sympa
38 6.2.17.
39
40
41
426.2.62 2021-04-27 UPGRADE_SHARED_REPOSITORY(1)