diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-09-12 19:29:51 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2020-09-12 19:29:51 +0200 |
commit | a1fd03c90d0bb74710e0569a284d76224f40343a (patch) | |
tree | efe6b4904b608b60978fff83ff7097ea68725caa | |
parent | 8b0a7f4cf8f34e79c90af5ee73eff03d876e87e7 (diff) | |
download | gobject-introspection-a1fd03c90d0bb74710e0569a284d76224f40343a.tar.gz |
Update NEWS and version bump
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,26 @@ +1.66.0 - 2020-09-12 +------------------- + +* Support the gtk-doc action syntax :mr:`203` +* Meson fixes with glib and/or g-i is a subproject :mr:`206` :mr:`208` +* GITypeInfo storage type utility API :mr:`205` +* Meson: Fix build as subproject :mr:`214` +* Fixing XDG_DATA_DIRS logic :mr:`215` +* libgirepository: Add a couple missing nullable annotations :mr:`217` :mr:`225` +* dumper: Fix missing symbols in LTO case or with overridden symbol visibility settings :mr:`216` +* Documentation improvements: :mr:`220` :mr:`232` +* Remove old autoconf fallback code for the python tools :mr:`221` +* meson: Rename option `gi_cross_use_{host -> prebuilt}_gi` mr:`211` +* meson: Don't override finding executables when using pre-built tools. :mr:`212` +* meson: gir: add a dependency for g-ir-compiler for building .girs :mr:`228` +* meson: Use pkgconfig generator :mr:`207` +* Fix gi-dump-types.c to build on Windows :mr:`218` +* giscanner: parse block comments for members and fields :mr:`230` +* Add the notion of standalone doc sections :mr:`226` +* giscanner: Add support for using clang-cl :mr:`234` +* giscanner: Fix section matching for documentation :mr:`237` + + 1.64.1 - 2020-04-05 ------------------- diff --git a/meson.build b/meson.build index 04426515..3761af7f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gobject-introspection', 'c', - version: '1.65.1', + version: '1.67.0', meson_version: '>= 0.50.1', default_options: [ 'warning_level=1', |