diff options
author | Renato Botelho <garga@FreeBSD.org> | 2017-04-11 17:38:49 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2017-04-11 17:38:49 +0000 |
commit | ab5fe7ef9b3bb2873b089d9017f7e3ffdcaca12f (patch) | |
tree | 6ce6d447d51a69dea79aebae18155a0014020d05 /UPDATING | |
parent | 3c8607257cfbf32cf7214d452d2e2148c2d76783 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -5,6 +5,29 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170410: + AFFECTS: users of x11-wm/awesome + AUTHOR: garga@FreeBSD.org + + Awesome Window Manager (x11-wm/awesome) was upgraded to 4.1 and its config + is not backward compatible with 3.5. A new port was created to keep 3.5 + version available at x11-wm/awesome3 and it will be available for 6 months + until users have time to upgrade configuration. + + There are references about what has changed in 4.0 at: + + https://awesomewm.org/apidoc/documentation/89-NEWS.md.html#v4 + + And configuration porting tips at: + + https://awesomewm.org/apidoc/documentation/17-porting-tips.md.html#v4 + + If you would like to keep using 3.x, please run the collowing command to + update pkg database: + + # pkg set -n awesome:awesome3 + # pkg set -o x11-wm/awesome:x11-wm/awesome3 + 20170404: AFFECTS: users of Xapian 1.2.x and www/ikiwiki AUTHOR: sunpoet@FreeBSD.org |