[Xfce4-commits] [xfce/exo] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Tue Jul 11 11:42:44 CEST 2017


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/exo.

commit 8cdccc50ca67197c93ec2e652131920008a31ebf
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Jul 11 05:41:46 2017 -0400

    Updates for release
---
 NEWS            | 27 +++++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f0b6bd1..479d290 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+0.11.4 (Development Release)
+======
+From a development standpoint, this release can be considered the first release
+candidate for the 0.12.x series. Full GTK+ 2 and 3 support is now available
+and should meet the needs for any Xfce application development.
+- New Features:
+  - GTK Extensions: Added new exo_gtk_dialog_get_action_area and
+    exo_gtk_dialog_add_secondary_button
+  - GTK3: Added support for insensitive state in exo_cell_renderer_icon
+  - Helpers: Added Brave, Google Chrome, and Vivaldi (WebBrowser)
+  - Helpers: Added Geary (MailReader)
+  - Helpers: Dropped Opera Mail (no longer available for Linux)
+- Bug Fixes:
+  - Removed --disable-debug flag from distcheck (Xfce #11556)
+- Icons:
+  - Replaced non-standard gnome-* icons
+  - Replaced non-existent "missing-image" icon
+- Deprecations:
+  - Dropped gdk_window_process_updates for GTK+ 3.22
+  - Replaced gdk_pixbuf_new_from_inline usage
+  - Replaced gdk_screen_* usage
+  - Replaced gtk_style_context_get_background_color usage
+  - Removed warnings for gtk_dialog_get_action_area and GioScheduler
+- Translation Updates: Arabic, Catalan, Chinese (China), Danish, Dutch, French,
+  German, Hebrew, Indonesian, Korean, Lithuanian, Portuguese (Brazil), Russian,
+  Spanish, Swedish
+
 0.11.3 (Development Release)
 ======
 - New Features:
diff --git a/configure.ac.in b/configure.ac.in
index 502598b..2bb3e25 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [1:0:1])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [11])
-m4_define([libexo_version_micro], [3])
+m4_define([libexo_version_micro], [4])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
 m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl ********************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list