summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-01-09 00:21:30 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2023-01-09 00:21:30 +0000
commitf0b88fe03193e4eed96395c7836841437e14d6c5 (patch)
tree48ef6332d17709183f7a39baa1bd75c1cb53d973
parent3007fc308e67b15ccd2d0b8fa0117bde2d348164 (diff)
downloadgobject-introspection-f0b88fe03193e4eed96395c7836841437e14d6c5.tar.gz
Release gobject-introspection 1.75.21.75.2
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fd6576bf..ed7571a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+1.75.1 - 2023-01-09
+-------------------
+
+* Split 'disguised' attribute into two separate attributes [#101]
+* Add copy/free function annotations for plain-old data types [#14]
+* Include the default value of GObject properties in the GIR data [#4]
+* Drop wrap files for recursive dependencies
+* Add more marshalling tests [Marco Trevisan]
+* Update the GIR data for GLib, GObject, GModule, and GIO [Sebastian Dröge, Rico Tzschichholz]
+
1.74.0 - 2022-09-17
-------------------
diff --git a/meson.build b/meson.build
index da9c5eb8..53cf59fe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.75.1',
+ version: '1.75.2',
meson_version: '>= 0.60.0',
default_options: [
'c_std=gnu99',