Actions
Errata 20170218¶
Topic: Incorrect implementation of transport.family option
Category: Irccd
Corrected: 2.1.1 (or revision r428)
Affected versions: 2.1.0
Task: #637
Background¶
Irccd uses transports to communicate with irccdctl.
Problem¶
The documentation used the option named family
while the code used domain
.
Irccd and irccdctl accept both options for compatibility.
Solution¶
Upgrade to a newer version if applicable or apply one of the following fixes:
Using Mercurial¶
If you don't have a local copy:
hg clone -u release-2.1 http://hg.malikania.fr/irccd
If you already have a local copy:
cd /path/to/irccd hg pull hg up release-2.1
And install new version of irccd.
Using patch¶
Download the following patch:
- http://releases.malikania.fr/irccd/errata/20170218.patch
- http://releases.malikania.fr/irccd/errata/20170218.patch.asc
Apply it:
cd /path/to/irccd/ patch -p1 < /path/to/20170218.patch
Updated by David Demelier about 6 years ago · 4 revisions