diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-11-24 17:38:03 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-11-24 17:38:03 +0100 |
commit | a8a8d32ad9779fcc177da6171fa95846610d903a (patch) | |
tree | 26fe50ae476d45e16a26784271acc497392e2750 | |
parent | 12362c0878155a29dae0942b94c7f5c1fa6d58dc (diff) | |
download | gobject-introspection-1.63.1.tar.gz |
release1.63.1
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +1.63.1 - 2019-11-24 +------------------- + +* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`) +* build: require meson 0.50.1 +* build: use proper dylib versioning on macOS :mr:`177` (:user:`Tom Schoonjans <tschoonj>`) +* scanner: Support array arguments with static keyword :mr:`176` (:user:`Emmanuele Bassi <ebassi>`) +* website: Add Ruby-GNOME to user list :mr:`178` (:user:`kojix2`) +* Fix non-libtool code being run with no nob-libtool dependencies :mr:`179` (:user:`Alistair Buxton <ali1234>`) +* meson: change "cairo" from a boolean to a feature option :mr:`180` +* meson: change "doctool" from a boolean to a feature option :mr:`181` +* Fix a memory leak in g_irepository_get_object_gtype_interfaces() :mr:`182` (:user:`Philip Chimento <ptomato>`) +* ccompiler.py: Fix macro defines with quotes on MSVC :mr:`183` (:user:`Chun-wei Fan <fanc999>`) +* tests: Actually test libregress by specifying the LD_LIBRARY_PATH :mr:`174` (:user:`Corentin Noël <tintou>`) +* examples: Make self contained and add build system integration examples :mr:`189` +* autotools: Make INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR respect prefix/datadir/libdir :mr:`190` +* girepository: Also store GType cache misses :mr:`191` (:user:`Carlos Garnacho <carlosg>`) +* docs: Document GI_CROSS_LAUNCHER envvar :mr:`175` (:user:`Emmanuele Bassi <ebassi>`) + + 1.62.0 - 2019-09-09 ------------------- |