4.0.1 (stable):

The tarball for 4.0.1 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Gdk:
* TimeCoord: Don't use the deprecated g_memdup()
  (Kjell Ahlstedt)

Gtk:
* ExpressionWatch: Add a missing #include
  (Kjell Ahlstedt) Issue #84 (Alexander Neumann)
* TreeView: Use the GTK_TYPE_TREE_ROW_DATA GType target
  (Kjell Ahlstedt)

Demos:
* Icon browser demo: Fix icon drag-and-drop
  (Kjell Ahlstedt)

Build on Windows:
* Gtk::Expression, ExpressionWatch: Fix __declspec() declarations
  (Chun-wei Fan) Issue #85 (Alexander Neumann)
  (Chun-wei Fan) Merge request !57
* Gtk::TreePath: Export comparison operators
  (Chun-wei Fan) Issue #88 (Patrick Storz)
  (Chun-wei Fan) Merge request !59
* Fix NMake support
  (Chun-wei Fan) Merge request !60