[Xfce4-commits] <xfce4-indicator-plugin:master> prepare for 0.4.0

Mark Trompell noreply at xfce.org
Tue Oct 25 12:32:01 CEST 2011


Updating branch refs/heads/master
         to 05a80cc60aa07acacc9f8523c5d864d8650ced90 (commit)
       from 271d08165de2f39a65b633b9c58c23561b783203 (commit)

commit 05a80cc60aa07acacc9f8523c5d864d8650ced90
Author: Mark Trompell <mark at foresightlinux.org>
Date:   Tue Oct 25 12:27:08 2011 +0200

    prepare for 0.4.0

 ChangeLog       |   21 +++++++++++++++++++++
 NEWS            |   27 +++++++++++++++++++++++++++
 configure.in.in |    6 +++---
 3 files changed, 51 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1848da7..4f482f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,25 @@
 # created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
+2011-10-25 271d081 Fix location of indicator dirs Lionel Le Folgoc <lionel at lefolgoc.net>
+2011-10-25 54cf557 Revert "Fix location of indicator dirs", committed wrong file Mark Trompell <mark at foresightlinux.org>
+2011-10-25 0b91347 Fix location of indicator dirs Lionel Le Folgoc <lionel at lefolgoc.net>
+2011-10-25 f21f115 fix build for indicator < 0.3.90 Mark Trompell <mark at foresightlinux.org>
+2011-10-24 26fec65 [PATCH] Restore actions on scroll events Lionel Le Folgoc <lionel at lefolgoc.net>
+2011-10-25 49fb5c4 fix some warnings Mark Trompell <mark at foresightlinux.org>
+2011-09-16 7c4732f xfce4-indicator-plugin does not update output #8066 Jason Conti <jconti at launchpad.net>
+2011-10-20 3352344 fix some {gtk,GLib}-critical messages Mark Trompell <mark at foresightlinux.org>
+2011-09-15 f2c6cac l10n: Updated Turkish (tr) translation to 66% Alper Tekinalp <alper.tekinalp at gmail.com>
+2011-09-15 e3a683c l10n: Updates to Turkish translation Alper Tekinalp <alper.tekinalp at gmail.com>
+2011-09-09 68b8d6a allow building with indicator-0.4 Mark Trompell <mark at foresightlinux.org>
+2011-08-09 60d11cb l10n: Arabic Translation كريم أولاد الشلحة <herr.linux88 at gmail.com>
+2011-07-19 7533340 l10n: Spanish translation afsanchez93 <afsanchez93 at gmail.com>
+2011-07-19 25e4fd4 use togglebutton Mark Trompell <mark at foresightlinux.org>
+2011-03-08 04546cc add preliminary blacklisting of modules Lionel Le Folgoc <lionel at lefolgoc.net>
+2011-07-19 defca95 attach button to menu right at the beginning Mark Trompell <mark at foresightlinux.org>
+2011-07-19 c0e2483 remove some blank lines Mark Trompell <mark at foresightlinux.org>
+2011-07-19 4c41046 fix menu position Mark Trompell <mark at foresightlinux.org>
+2011-07-18 af8bf4b l10n: New Slovak translation Tomáš Vadina <kyberdev at gmail.com>
+2011-07-15 1259f7a back to git Mark Trompell <mark at foresightlinux.org>
+2011-07-15 1e0d241 prepare for 0.3.1 Mark Trompell <mark at foresightlinux.org>
 2011-07-15 fb138cd fix indicator-appmenu Mark Trompell <mark at foresightlinux.org>
 2011-07-15 61d0a59 back to normal Mark Trompell <mark at foresightlinux.org>
 2011-07-15 f1801cb forgot to bump version Mark Trompell <mark at foresightlinux.org>
diff --git a/NEWS b/NEWS
index b365308..ad81d0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+0.4.0
+=====
+support libindicator 0.4
+fix menu position
+use togglebuttons instead of buttons
+add preliminary blacklisting of modules
+[Bug 8066] xfce4-indicator-plugin does not update output
+[Bug 8065] Scroll events' support got lost between 0.2.1 and 0.3.0
+translation updates
+
+0.3.1
+=====
+Fix support for indicator-appmenu
+
+0.3.0
+=====
+Use Buttons instead of a menubar
+Support horizontal panel
+Support transparency
+translation updates
+
+0.2.1
+=====
+translation updates
+Add missing Signals and Cleanup
+Remove check for libxfcegui4
+
 0.2.0
 =====
 Use indicator 0.3+
diff --git a/configure.in.in b/configure.in.in
index 5b40e90..d31491f 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -7,11 +7,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([indicator_version_major], [0])
-m4_define([indicator_version_minor], [3])
-m4_define([indicator_version_micro], [1])
+m4_define([indicator_version_minor], [4])
+m4_define([indicator_version_micro], [0])
 m4_define([indicator_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([indicator_version_build], [@REVISION@])
-m4_define([indicator_version_tag],   [git])
+m4_define([indicator_version_tag],   [])
 m4_define([indicator_version], [indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_nano(), [], [], [.indicator_version_nano()])ifelse(indicator_version_tag(), [git], [indicator_version_tag()-indicator_version_build()], [indicator_version_tag()])])
 
 dnl ***************************


More information about the Xfce4-commits mailing list