[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Thu Dec 14 00:19:20 CET 2017
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 x f c e - 4 . 1 2
in repository xfce/xfce4-panel.
commit bfa557bdcabd4c153787bde1c26a9e877e41f784
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Dec 14 00:16:24 2017 +0100
Updates for release
---
NEWS | 13 +++++++++++++
configure.ac.in | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 9eb09d8..948618d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.12.2
+======
+- Feature: Support for RandR's "primary monitor"
+- Translation updates: Arabic, Asturian, Basque, Bengali, Bulgarian,
+ Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
+ Croatian, Czech, Danish, Dutch (Flemish), English (Australia),
+ English (Great Britain), Estonian, Finnish, French, Galician, German,
+ Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
+ Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,
+ Occitan, Panjabi, Polish, Portuguese, Portuguese (Brazilian), Romanian,
+ Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai,
+ Turkish, Ukrainian, Uyghur, Vietnamese
+
4.12.1
======
- Long overdue maintenance release.
diff --git a/configure.ac.in b/configure.ac.in
index f0870e9..6f606df 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [1.0])
m4_define([xfce4_panel_config_version], [2])
m4_define([xfce4_panel_version_major], [4])
m4_define([xfce4_panel_version_minor], [12])
-m4_define([xfce4_panel_version_micro], [1])
+m4_define([xfce4_panel_version_micro], [2])
m4_define([xfce4_panel_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_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