[Xfce4-commits] <xfce4-indicator-plugin:master> Updates for the release

Andrzej noreply at xfce.org
Sun Feb 16 04:46:02 CET 2014


Updating branch refs/heads/master
         to 620b8e72a106c62311415749d662aa91b0cbc368 (commit)
       from 24fb6adfb07ae242abbaf4ab1051eadd43b4ebe0 (commit)

commit 620b8e72a106c62311415749d662aa91b0cbc368
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Sun Feb 16 03:35:56 2014 +0000

    Updates for the release

 ChangeLog       |   23 ++++++++++++++++++++++-
 configure.ac.in |    4 ++--
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4de567b..c6563f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+# created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
+2014-02-16 24fb6ad Depend on xfce4-panel 4.11.0 Andrzej <ndrwrdck at gmail.com>
+2014-02-14 019468d dialog: do not use deprecated gtk stock items Andrzej <ndrwrdck at gmail.com>
+2014-02-08 29e4b7d I18n: Add new translation sv (100%). PavelNicklasson <pavelnicklasson at bahnhof.se>
+2014-01-26 9bea734 I18n: Update translation id (100%). padmawan <andhika.padmawan at gmail.com>
+2014-01-22 9003be9 Improved handling of popup menus Andrzej <ndrwrdck at gmail.com>
+2014-01-22 11fbd8c Do not ref/unref widgets and let libindicator manage them Andrzej <ndrwrdck at gmail.com>
+2014-01-21 6eec40b Fixed button sizing when icon/image storage type == GTK_IMAGE_EMPTY Andrzej <ndrwrdck at gmail.com>
+2014-01-21 723a2db Fixed a randomly missing icon in sound indicator Andrzej <ndrwrdck at gmail.com>
+2014-01-04 2c252c2 I18n: Update translation zh_TW (97%). Walter Cheuk <wwycheuk at gmail.com>
+2014-01-03 54fb801 I18n: Update translation de (100%). Anonymous <noreply at xfce.org>
+2013-12-30 823f19c I18n: Update translation de (94%). Anonymous <noreply at xfce.org>
+2013-12-30 412b23e I18n: Update translation de (89%). Anonymous <noreply at xfce.org>
+2013-12-18 0ee1b17 Check if labels are visible. Andrzej <ndrwrdck at gmail.com>
+2013-12-18 f7ad97a Ellipsize labels only in deskbar mode. Andrzej <ndrwrdck at gmail.com>
+2013-12-11 d046d4b Check for empty labels to optimize layout Andrzej <ndrwrdck at gmail.com>
+2013-12-06 bb66797 I18n: Add new translation oc (100%). Cedric31 <cvalmary at yahoo.fr>
+2013-12-04 887fe33 I18n: Update translation sl (100%). anthonmanix <anthon.manix at gmail.com>
+2013-12-03 7f1fd24 I18n: Add new translation sl (86%). anthonmanix <anthon.manix at gmail.com>
+2013-12-01 ec0a224 Back to development Andrzej <ndrwrdck at gmail.com>
+2013-12-01 7a07e81 Preparing for a release Andrzej <ndrwrdck at gmail.com>
 2013-12-01 4971cc4 Changed required version of libxfce4panel Andrzej <ndrwrdck at gmail.com>
 2013-11-18 b992563 I18n: Update translation da (100%). cedeel <chris at cedeel.com>
 2013-11-16 bc7f4df I18n: Update translation zh_TW (78%). sofyalai <sofyalai at gmail.com>
@@ -339,4 +360,4 @@
 2009-05-27 67c060d indicator is the one we need to check for Mark Trompell <mark at foresightlinux.org>
 2009-05-26 646fe35 Fix build issue with libtool 2.x Mark Trompell <mark at foresightlinux.org>
 2009-05-15 aa9f8f0 some random changes Mark Trompell <mark at foresightlinux.org>
-2009-05-15 ac4fe3f initial checkin Mark Trompell <mark at foresightlinux.org>
\ No newline at end of file
+2009-05-15 ac4fe3f initial checkin Mark Trompell <mark at foresightlinux.org>
diff --git a/configure.ac.in b/configure.ac.in
index f2fe77f..3d0a90a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,11 +7,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([indicator_version_major], [2])
-m4_define([indicator_version_minor], [2])
+m4_define([indicator_version_minor], [3])
 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