[devhelp] Release 3.29.1



commit c5db8190db46a381fe2d5480015de915d71f92d7
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Apr 15 12:15:59 2018 +0200

    Release 3.29.1

 NEWS        |   14 +++++++++++---
 README      |    2 +-
 meson.build |    4 ++--
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8abf46b..d1d2164 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
-News in 3.29.1, 2018-xx-yy (not yet released)
+News in 3.29.1, 2018-04-15
 --------------------------
-* Move library to its own directory, to separate it from the app. Some source
-  files needed to be split in two.
 * Switch build system from Autotools to Meson (and remove Autotools).
 * Update the license from GPLv2+ to GPLv3+.
+* Clear separation between the library and the app: move library to its own
+  directory (still in the same git repo), split some source files in two,
+  correctly handle GSettings in the library, and in the app use only really
+  public libdevhelp APIs.
+* Add a profile infrastructure in the library, for example to have a generic
+  profile and a GNOME profile in the future.
+* Overhaul preferences dialog implementation.
+* Use the Amtk library to create the menus and the GtkShortcutsWindow. It
+  permits to avoid information duplication, and will permit to provide a
+  higher-level libdevhelp API.
 * A few other small improvements.
 * Translation updates.
 
diff --git a/README b/README
index 6ee06e4..091ca75 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ Dependencies
 - glib >= 2.56
 - gtk+ >= 3.22
 - webkit2gtk-4.0 >= 2.20
-- Amtk >= 4.99.0 - https://wiki.gnome.org/Projects/Amtk
+- Amtk >= 4.99.1 - https://wiki.gnome.org/Projects/Amtk
 - gsettings-desktop-schemas
 
 Description
diff --git a/meson.build b/meson.build
index ea62681..7ea62bf 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
 project(
         'devhelp', 'c',
         meson_version : '>= 0.43',
-        version : '3.29.0'
+        version : '3.29.1'
 )
 
 GNOME = import('gnome')
@@ -48,7 +48,7 @@ endforeach
 
 DEVHELP_APP_DEPS = [
         LIBDEVHELP_DEPS,
-        dependency('amtk-5', version : '>= 4.99.0'),
+        dependency('amtk-5', version : '>= 4.99.1'),
         dependency('gsettings-desktop-schemas'),
         meson.get_compiler('c').find_library('m')
 ]


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