comparison MIGRATING.md @ 486:0b156b82b8c1

Irccd: rework of paths, closes #611
author David Demelier <markand@malikania.fr>
date Thu, 20 Jul 2017 15:12:41 +0200
parents
children 349fe29d86d5
comparison
equal deleted inserted replaced
485:daf3aa8b2ddb 486:0b156b82b8c1
1 IRC Client Daemon MIGRATING
2 ===========================
3
4 This document is a small guide to help you migrating to a next major version.
5
6 Migrating from 2.x to 3.x
7 -------------------------
8
9 ### CMake options
10
11 - WITH_CONFDIR has been renamed to WITH_SYSCONFDIR.
12
13 ### Paths
14
15 - The default plugins path has been changed from **share/irccd/plugins** to
16 **libexec/irccd/plugins**.
17
18 ### Plugin configuration
19
20 The following properties in `Irccd.Plugin` has been renamed:
21
22 - cachePath renamed to paths.cache,
23 - configPath renamed to paths.config,
24 - dataPath renamed to paths.data.
25
26 Note: these paths are no more automatically detected and set with the new
27 `[paths]` and `[paths.<name>]` sections.