summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-10-28 10:24:00 -0700
committerChristian Hergert <chergert@redhat.com>2019-10-28 10:24:00 -0700
commit0c0823b8b7a09e5025241f39a384914949ef315b (patch)
tree3e59f64f03d86bef7897d4c8b0b3bb09427d6378
parent21560e93fb3d6c57b801ff5db3f342074db25645 (diff)
downloadlibpeas-0c0823b8b7a09e5025241f39a384914949ef315b.tar.gz
Release libpeas 1.24.1libpeas-1.24.1
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 24be606..dbe9c48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of Changes in libpeas 1.24.1
+=====================================
+
+* Fix missing access to peas_gettext() in public ABI
+* Fix loading of python2 plugin loader
+* Fix use of -export-dynamic with Clang
+* Various macOS build fixes
+* Fixes for libpeas-gtk pkg-config generation
+* Add support for GInitiallyUnowned with PeasExtension
+* Translation updates:
+ - Danish
+ - Dutch
+ - Persian
+
Overview of Changes in libpeas 1.24.0
=====================================
diff --git a/meson.build b/meson.build
index f816600..2cfb6b5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'libpeas', 'c',
- version: '1.24.0',
+ version: '1.24.1',
license: 'LGPLv2.1+',
meson_version: '>= 0.49.0',
default_options: [