[Xfce4-commits] <xfce4-indicator-plugin:master> preparing for a release

Andrzej noreply at xfce.org
Mon Sep 2 01:06:01 CEST 2013


Updating branch refs/heads/master
         to 877d979bc5f8ab6eab424f7849dc20100307e77b (commit)
       from 6dc7c2e545d851351acf53ed7748845db40cdbd7 (commit)

commit 877d979bc5f8ab6eab424f7849dc20100307e77b
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Mon Sep 2 00:03:30 2013 +0100

    preparing for a release

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

diff --git a/ChangeLog b/ChangeLog
index 9cde7f6..8e40a75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+# created with git log --pretty=format:"%ad %h %s %aN <%aE>" --no-merges --date=short
+2013-09-01 6dc7c2e Updated .po files Andrzej <ndrwrdck at gmail.com>
+2013-09-01 61a419b Updated description in the desktop file. Andrzej <ndrwrdck at gmail.com>
+2013-09-01 19b21aa Updated list of authors and plugin description. Andrzej <ndrwrdck at gmail.com>
+2013-09-02 919f8d8 I18n: Update translation it (100%). Anonymous <noreply at xfce.org>
+2013-09-01 a90c20e Refactored indicator loading functions. Andrzej <ndrwrdck at gmail.com>
+2013-09-01 e993461 Updated the friendly name table. Andrzej <ndrwrdck at gmail.com>
+2013-09-01 0bcb768 Remove panel version checking Andrzej <ndrwrdck at gmail.com>
+2013-09-01 c86bf2c Make IDO library optional Andrzej <ndrwrdck at gmail.com>
+2013-09-01 f949719 Call ido_init() Alistair Buxton <a.j.buxton at gmail.com>
+2013-09-01 99f974b Update the friendly name table. Alistair Buxton <a.j.buxton at gmail.com>
+2013-08-31 8d26ab0 Add libido to the build rules. Alistair Buxton <a.j.buxton at gmail.com>
+2013-09-01 48edafd Initial support for IndicatorNg service files Andrzej <ndrwrdck at gmail.com>
+2013-08-31 05fdb4d I18n: Update translation hu (100%). Nucleo <nucleo at indamail.hu>
+2013-08-31 0d48094 Added a log handler Andrzej <ndrwrdck at gmail.com>
+2013-08-31 4eccf54 Cleanup Andrzej <ndrwrdck at gmail.com>
+2013-08-30 4010e45 I18n: Update translation ko (100%). kentarch <bkrhlim at aol.com>
+2013-08-30 56a2a08 Reworked button layout mechanism. Andrzej <ndrwrdck at gmail.com>
+2013-08-30 f6b312b I18n: Update translation pt (100%). Sérgio Marques <smarquespt at gmail.com>
+2013-08-28 5455bae I18n: Update translation pl (97%). Piotr Sokół <psokol at jabster.pl>
+2013-08-28 f669246 IndicatorButton: detect storage type Andrzej <ndrwrdck at gmail.com>
+2013-08-27 01e0527 I18n: Update translation pt_BR (100%). Rafael Ferreira <rafael.f.f1 at gmail.com>
+2013-08-27 c69bc0b I18n: Update translation nl (100%). Pjotr123 <pjotrvertaalt at gmail.com>
+2013-08-27 e18290e I18n: Update translation fr (100%). jc1 <jc1.quebecos at gmail.com>
+2013-08-27 0618450 I18n: Update translation bg (100%). cybercop <cybercop_montana at abv.bg>
+2013-08-26 c19cf69 back to development Andrzej <ndrwrdck at gmail.com>
+2013-08-26 6570cb8 preparing for a release Andrzej <ndrwrdck at gmail.com>
 2013-08-26 f9608f5 make distcheck fix Andrzej <ndrwrdck at gmail.com>
 2013-06-04 d0a61c0 make distcheck fixes Andrzej <ndrwrdck at gmail.com>
 2013-08-26 e807eae Added more known indicators Andrzej <ndrwrdck at gmail.com>
@@ -259,4 +286,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 7b90506..3bc94e0 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], [0])
+m4_define([indicator_version_minor], [1])
 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