Updating branch refs/heads/master
         to a907f47fc2cbf958343db5e38549f519de9358e2 (commit)
       from 522535569428beb2366795727696f84f9e2edef9 (commit)

commit a907f47fc2cbf958343db5e38549f519de9358e2
Author: Landry Breuil <lan...@xfce.org>
Date:   Sat Jun 30 09:38:27 2012 +0200

    Updates for 1.1.1.

 NEWS            |   12 ++++++++++++
 configure.ac.in |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 1cad2bd..3284775 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+1.1.1 (2012/06/30)
+-----------------
+- Simplify tooltip handling code
+- Better compliance with panel plugin HIG
+- Only set label angle with panel > 4.9
+- Set plugin to small in all modes except deskbar modes (bug #8944)
+- Facilitate bringing up the configuration dialog (bug #8900)
+- Fix background transparency by setting the main evbox hidden (bug #8891)
+- Changing uptime label orientation in the vertical mode
+- Compatibility with panel 4.9+
+- Use only HW_PHYSMEM64 on OpenBSD, HW_SYSMEM is deprecated
+
 1.1.0 (2012/04/18)
 -----------------
 - Fix progressbar width in vertical mode
diff --git a/configure.ac.in b/configure.ac.in
index 1594991..06a0d6d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,7 +9,7 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([systemload_version_major], [1])
 m4_define([systemload_version_minor], [1])
-m4_define([systemload_version_micro], [0])
+m4_define([systemload_version_micro], [1])
 m4_define([systemload_version_build], [r@REVISION@])
 m4_define([systemload_version_tag], [])
 m4_define([systemload_version], 
[systemload_version_major().systemload_version_minor().systemload_version_micro()ifelse(systemload_version_tag(),
 [git], [systemload_version_tag()-systemload_version_build()], 
[systemload_version_tag()])])
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to