[libpeas] Release 1.23.90



commit 30b10587d02f2834cfa869711d7bddbad7f6499a
Author: Christian Hergert <chergert redhat com>
Date:   Mon Aug 5 19:47:54 2019 -0700

    Release 1.23.90

 NEWS        | 31 +++++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index dff6f73..7bd8add 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Overview of Changes in libpeas 1.23.90
+======================================
+
+This release is the first to use the meson build system. Autotools
+has been removed. In most cases, the transition to meson should be
+relatively painless, and has many examples from other projects in
+the GNOME ecosystem to serve as examples.
+
+See meson_options.txt for the updated parameters.
+
+We'll have a series of .90, .91, .92 releases up to 1.24 if they
+are necessary following the GNOME release schedule for 3.34 in
+September.
+
+* Port to meson build system, autotools has been removed
+* Support for python3.8 in the python3 loader
+* Reduce warning impact of GParameter deprecations on API consumers
+* Fix a number of deprecations in internal API
+* Remove use of intltool in favor of gettext
+* Add versioning macros and hide non-public symbols
+* Translation updates:
+  - Catalan
+  - Dutch
+  - Esperanto
+  - French
+  - Icelandic
+  - Malayalam
+  - Polish
+
+Thanks to everyone who provided patches along the way.
+
 Overview of Changes in libpeas 1.22.0
 ====================================
 
diff --git a/meson.build b/meson.build
index 683b037..b1b0b2e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libpeas', 'c',
-  version: '1.23.0',
+  version: '1.23.90',
   license: 'LGPLv2.1+',
   meson_version: '>= 0.49.0',
   default_options: [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]