aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-23 13:19:36 -0500
committerTed Gould <ted@gould.cx>2011-03-23 13:19:36 -0500
commit47a97e27c39dc311f5cc433e1fbe893dc337419b (patch)
tree6596efa2bbd0bac143d03c51d4f781e776767cb3
parenta774a4119776cae6ff8bfe81b137ace75182273a (diff)
parent50607d3ff1fbbfec73be70d4220e9f826237b846 (diff)
downloadlibayatana-indicator-47a97e27c39dc311f5cc433e1fbe893dc337419b.tar.gz
libayatana-indicator-47a97e27c39dc311f5cc433e1fbe893dc337419b.tar.bz2
libayatana-indicator-47a97e27c39dc311f5cc433e1fbe893dc337419b.zip
New upstream release.
object is in. (LP: #703555)
-rw-r--r--ChangeLog24
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog8
4 files changed, 40 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index ae308fe..b7fa339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
# Generated by Makefile. Do not edit.
+2011-03-23 Ted Gould <ted@gould.cx>
+
+ 0.3.22
+
+2011-03-23 Ted Gould <ted@gould.cx>
+
+ Adding API to know what the environment the indicator is in
+
+2011-03-22 Ted Gould <ted@gould.cx>
+
+ Adding a nice little checking function
+
+2011-03-22 Ted Gould <ted@gould.cx>
+
+ Adding an environments variable and make a lifecycle for it.
+
+2011-03-22 Ted Gould <ted@gould.cx>
+
+ Getting some stub functions in
+
+2011-03-22 Ted Gould <ted@gould.cx>
+
+ Making the environments a list of strings
+
2011-03-16 Ted Gould <ted@gould.cx>
0.3.21
diff --git a/configure b/configure
index b0ef6e9..af57814 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for libindicator 0.3.21.
+# Generated by GNU Autoconf 2.67 for libindicator 0.3.22.
#
# Report bugs to <ted@canonical.com>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libindicator'
PACKAGE_TARNAME='libindicator'
-PACKAGE_VERSION='0.3.21'
-PACKAGE_STRING='libindicator 0.3.21'
+PACKAGE_VERSION='0.3.22'
+PACKAGE_STRING='libindicator 0.3.22'
PACKAGE_BUGREPORT='ted@canonical.com'
PACKAGE_URL=''
@@ -1443,7 +1443,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures libindicator 0.3.21 to adapt to many kinds of systems.
+\`configure' configures libindicator 0.3.22 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1513,7 +1513,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libindicator 0.3.21:";;
+ short | recursive ) echo "Configuration of libindicator 0.3.22:";;
esac
cat <<\_ACEOF
@@ -1628,7 +1628,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libindicator configure 0.3.21
+libindicator configure 0.3.22
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1906,7 +1906,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libindicator $as_me 0.3.21, which was
+It was created by libindicator $as_me 0.3.22, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -2726,7 +2726,7 @@ fi
# Define the identity of the package.
PACKAGE=libindicator
- VERSION=0.3.21
+ VERSION=0.3.22
cat >>confdefs.h <<_ACEOF
@@ -12361,7 +12361,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by libindicator $as_me 0.3.21, which was
+This file was extended by libindicator $as_me 0.3.22, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -12427,7 +12427,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-libindicator config.status 0.3.21
+libindicator config.status 0.3.22
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 4f60db7..b3c570f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(libindicator, 0.3.21, ted@canonical.com)
+AC_INIT(libindicator, 0.3.22, ted@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libindicator, 0.3.21)
+AM_INIT_AUTOMAKE(libindicator, 0.3.22)
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])
diff --git a/debian/changelog b/debian/changelog
index e365fcb..11e4dd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libindicator (0.3.21-0ubuntu2~ppa1) natty; urgency=low
+libindicator (0.3.22-0ubuntu1~ppa1) UNRELEASED; urgency=low
- * Upstream Merge
+ * New upstream release.
* Adding the ability to know the environment the indicator
- object is in.
+ object is in. (LP: #703555)
- -- Ted Gould <ted@ubuntu.com> Tue, 22 Mar 2011 15:03:28 -0500
+ -- Ted Gould <ted@ubuntu.com> Wed, 23 Mar 2011 13:17:35 -0500
libindicator (0.3.21-0ubuntu1) natty; urgency=low