diff options
author | Ted Gould <ted@canonical.com> | 2009-09-08 10:51:54 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-08 10:51:54 -0500 |
commit | af63ff8bd1c055ee2a79dbbb1bb984237df264f5 (patch) | |
tree | 48fcf9c78547ee7cac80d030b09cc1e9627ef770 | |
parent | 300caf97182bf232d538caadfffb6adce0a03194 (diff) | |
parent | 3211a5e810fbbe830a237127092d221018f4f6a2 (diff) | |
download | ayatana-indicator-session-af63ff8bd1c055ee2a79dbbb1bb984237df264f5.tar.gz ayatana-indicator-session-af63ff8bd1c055ee2a79dbbb1bb984237df264f5.tar.bz2 ayatana-indicator-session-af63ff8bd1c055ee2a79dbbb1bb984237df264f5.zip |
Upstream version 0.1.2 fixes LP: #425598, LP: #418769, LP: #421693
and LP: #422025.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1d42cb0..957a471 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.1.1) +AM_INIT_AUTOMAKE(indicator-session, 0.1.2) AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 0905e1d..c470f75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-session (0.1.2-0ubuntu1~ppa1) UNRELEASED; urgency=low + + * Upstream version 0.1.2 fixes LP: #425598, LP: #418769, LP: #421693 + and LP: #422025. + + -- Ted Gould <ted@ubuntu.com> Tue, 08 Sep 2009 10:49:53 -0500 + indicator-session (0.1.1-0ubuntu2~ppa2) karmic; urgency=low * Merging in c_korn's branch. |