commit 438c13c2896c600192625fdef7735c566ce51fe0 Author: Jonathan Kang Date: Wed Jul 11 17:35:26 2018 +0800 update NEWS for 3.28.4 release M NEWS M configure.ac M meson.build commit 2f498464ac539fdf98199294bfb9205436b9c323 Author: Jonathan Kang Date: Fri Jun 15 15:08:15 2018 +0800 meson: fix undefined function in meson_post_install.py join_paths() is a function defined in meson. Use os.path.join() instead. (cherry picked from commit 59d2bf7b02607cc35c1b996080621fdeaeb29fcf) M meson_post_install.py