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 x f c e - 4 . 1 2 in repository xfce/xfce4-settings.
commit b6919f87e7b9656ee5c3f8f7ea4378cce7105b44 Author: Sean Davis <[email protected]> Date: Wed Feb 28 19:18:07 2018 -0500 Updates for release --- NEWS | 6 ++++-- configure.ac.in | 4 +--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index a18d3a6..8c6d091 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ -4.12.2 (UNRELEASED) +4.12.2 ====== - Fix: Leave monitors where they were if possible (Xfce #14096) +- Fix: syncdaemon not starting with certain locales +- Fix: division by 0 crash from gdk_screen_height_mm() - New: Default monospace font option in the Appearance dialog - New: Improved support for embedded DisplayPort connectors - New: Show location of the mouse pointer on keypress -- Sync Translations from 4.13: Arabic, Asturian, Basque, Bengali, Bulgarian, +- Translation updates: Arabic, Asturian, Basque, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, diff --git a/configure.ac.in b/configure.ac.in index db146a0..a40248a 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -11,7 +11,7 @@ dnl *** Version information *** dnl *************************** m4_define([xfce4_settings_version_major], [4]) m4_define([xfce4_settings_version_minor], [12]) -m4_define([xfce4_settings_version_micro], [1]) +m4_define([xfce4_settings_version_micro], [2]) m4_define([xfce4_settings_version_nano], []) m4_define([xfce4_settings_version_build], [@REVISION@]) m4_define([xfce4_settings_version_tag], []) # Leave empty for releases @@ -317,5 +317,3 @@ else echo "* Mime settings (gio-unix): no" fi echo - - -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
