[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 02/02: Updates for release

noreply at xfce.org noreply at xfce.org
Fri May 18 03:50:48 CEST 2018


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

a   n   d   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 panel-plugins/xfce4-cpufreq-plugin.

commit 5a9c8bacbb51e4068e413e0e9d09d697c496ffc0
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu May 17 22:44:28 2018 -0300

    Updates for release
---
 NEWS            | 12 ++++++++++++
 configure.ac.in |  6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index d2993ff..a201922 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+1.2.0 (2018-05-17)
+------------------
+ * Prefer sysfs to Intel pstate in cpufreq_linux_init (Bug #13835)
+ * Add option to configure text color (Bug #13565)
+ * Translation updates:
+   Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China),
+   Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
+   English (United Kingdom), French, German, Greek, Hebrew, Hungarian,
+   Icelandic, Indonesian, Italian, Japanese, Korean, Lithuanian, Malay,
+   Norwegian Bokmål, Occitan, Polish, Portuguese, Portuguese (Brazil), Russian,
+   Serbian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
+
 1.1.90 (2017-05-16)
 ------------------
  * Port to GTK+3
diff --git a/configure.ac.in b/configure.ac.in
index 7e7a490..98f1e4d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,10 +6,10 @@ dnl
 dnl Version information
 AC_CONFIG_MACRO_DIR([m4])
 m4_define([cpufreq_version_major], [1])
-m4_define([cpufreq_version_minor], [1])
-m4_define([cpufreq_version_micro], [90])
+m4_define([cpufreq_version_minor], [2])
+m4_define([cpufreq_version_micro], [0])
 m4_define([cpufreq_version_build], [@REVISION@])
-m4_define([cpufreq_version_tag], [git])
+m4_define([cpufreq_version_tag], [])
 m4_define([cpufreq_version], [cpufreq_version_major().cpufreq_version_minor().cpufreq_version_micro()ifelse(cpufreq_version_tag(), [git], [cpufreq_version_tag()-cpufreq_version_build()], [cpufreq_version_tag()])])
 
 dnl Initialize autoconf

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


More information about the Xfce4-commits mailing list