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

noreply at xfce.org noreply at xfce.org
Tue Jan 14 00:04:18 CET 2020


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

o   c   h   o   s   i       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/libxfce4ui.

commit 48bfb1891bcc7f33bac99e97fbcc7f8f81a84cd8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Jan 14 00:03:34 2020 +0100

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

diff --git a/NEWS b/NEWS
index 3c1ceb9..efe2970 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+4.15.1
+======
+- Switch XfceTitledDialog to headerbar layout
+- XfceTitledDialog: Keep buttons in the action area
+- XfceTitledDialog: Also repack xfce_titled_dialog_new
+- XfceTitledDialog: Make sure windows can be dragged
+- XfceTitledDialog: Add _create_action_area, _add_button
+  and _add_action_widget
+- Introduce xfce_titled_dialog_set_default_response
+- Mark xfce_titled_dialog_new_with_buttons as deprecated
+- Add two new functions to search for app icons
+- xfce-about: Fix Makefile
+- shortcut-dialog: Show dialog content (Bug #16338)
+- xfce-dialogs: Use GtkMessageDialog as base class
+- xfce-dialogs: Improve layout of confirm_close_tabs
+- xfce-dialogs: Improve alignment and layout of dialogs
+- xfce-dialogs: Add right margin back to labels
+- xfce-dialogs: Drop default window titles
+- docs: Add xfce_dialog_confirm_close_tabs
+- tests: Add xfce_dialog_confirm_close_tabs
+- tests: Improve UI
+- tests: Add icons to dialog buttons
+- tests: Simplify code by using XfceTitledDialog
+- tests: Re-order buttons
+- tests: Fix typo in test-ui.c (Bug #16253)
+- Rename test-ui-gtk3 to test-ui
+- Improve docstrings
+- Fix typos
+- Drop gladeui Gtk2 from distcheck options
+- Drop unused declaration
+- Fix compiler warnings
+- Remove trailing whitespace
+- Always provides needed files for vala binding in dist tarball
+- Add recents functions to libxfce4ui.symbols
+- Drop xfce-header from pot files
+- Update docstrings
+- Fix license text box too small (Bug #16259)
+- .gitignore: ignore all .o files
+- Make autogen output friendlier
+- Translation Updates:
+  Albanian, Bulgarian, Catalan, Chinese (China), Croatian, Danish, Dutch,
+  French, Galician, German, Hungarian, Italian, Japanese, Lithuanian,
+  Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian,
+  Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian
+
 4.15.0
 ======
 - Drop support for Gtk2
diff --git a/configure.ac.in b/configure.ac.in
index b6cedc4..d1127e6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,10 +9,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
 m4_define([libxfce4ui_version_api], [2])
 m4_define([libxfce4ui_version_major], [4])
 m4_define([libxfce4ui_version_minor], [15])
-m4_define([libxfce4ui_version_micro], [0])
+m4_define([libxfce4ui_version_micro], [1])
 m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
 m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
 m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
 
 m4_define([libxfce4kbd_private_verinfo], [0:0:0])

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


More information about the Xfce4-commits mailing list