diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-04-07 16:05:33 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-04-07 16:05:33 +0200 |
commit | c074fe86b921e2e0c74c6965bc8c74d033cad00e (patch) | |
tree | b471bb8ff5b835cc858d6bade28b6b95c95355fa /NEWS | |
parent | f15deb2a96e0f56e5151a95b12da7b553eabdc1f (diff) | |
download | gobject-introspection-c074fe86b921e2e0c74c6965bc8c74d033cad00e.tar.gz |
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +1.60.1 - 2019-04-07 +------------------- + +* Update glib annotations (glib-2-60) +* shlibs: fall back to basename on macOS for relative paths :issue:`222` +* meson: always pass --quiet to g-ir-scanner +* docs: include '--c-include' in g-ir-scanner man page :issue:`275` +* tests: Fix compatibility with Python 3.5 :issue:`274` (:user:`Tomasz Miąsko <tmiasko>`) + + 1.60.0 - 2019-03-10 ------------------- |