diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 12:44:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 12:44:55 -0500 |
commit | 44fd7dd2c31fec7b758900fa55b6f856e2f93d38 (patch) | |
tree | f16442fe788aca3c61102d62c7074de898b05a63 | |
parent | 52be839a7c3bde8caa128ccf3f002229eb54078a (diff) | |
parent | 15acda177d827fc555d51d360ee1b3170b8bcff5 (diff) | |
download | ayatana-indicator-session-44fd7dd2c31fec7b758900fa55b6f856e2f93d38.tar.gz ayatana-indicator-session-44fd7dd2c31fec7b758900fa55b6f856e2f93d38.tar.bz2 ayatana-indicator-session-44fd7dd2c31fec7b758900fa55b6f856e2f93d38.zip |
New upstream release.
-rw-r--r-- | ChangeLog | 12 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
4 files changed, 17 insertions, 5 deletions
@@ -1,5 +1,17 @@ # Generated by Makefile. Do not edit. +2011-04-07 Ted Gould <ted@gould.cx> + + 0.2.16 + +2011-04-05 Ted Gould <ted@gould.cx> + + Only warn when not getting the proxy, so we don't bring Unity down + +2011-04-04 Ted Gould <ted@gould.cx> + + Removing a g_error so we don't bring the whole kit-and-kaboodle down. + 2011-03-10 Ted Gould <ted@gould.cx> 0.2.15 @@ -2882,7 +2882,7 @@ fi # Define the identity of the package. PACKAGE=indicator-session - VERSION=0.2.15 + VERSION=0.2.16 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index 724831f..f6ef2c2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-session, 0.2.15) +AM_INIT_AUTOMAKE(indicator-session, 0.2.16) AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 89498ce..efedbb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-session (0.2.15-0ubuntu2~ppa1) natty; urgency=low +indicator-session (0.2.16-0ubuntu1~ppa1) UNRELEASED; urgency=low - * Upstream Merge + * New upstream release. * Don't error and crash Unity (LP: #745323) - -- Ted Gould <ted@ubuntu.com> Tue, 05 Apr 2011 16:41:27 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 07 Apr 2011 12:44:36 -0500 indicator-session (0.2.15-0ubuntu1) natty; urgency=low |