diff options
author | Ted Gould <ted@gould.cx> | 2010-03-18 13:44:00 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-18 13:44:00 -0500 |
commit | 7bfc56b55562e1bef14708896e062db7925ea5bd (patch) | |
tree | aa4e0da604016035e1b7db5f523a800968e9da10 /configure.ac | |
parent | 35f3fdb6ee8bf5575bf72f1bbae9b7562a1c236e (diff) | |
parent | bf2af66c70b116d0abd483b82b5a1e43a0dedd5f (diff) | |
download | ayatana-indicator-messages-7bfc56b55562e1bef14708896e062db7925ea5bd.tar.gz ayatana-indicator-messages-7bfc56b55562e1bef14708896e062db7925ea5bd.tar.bz2 ayatana-indicator-messages-7bfc56b55562e1bef14708896e062db7925ea5bd.zip |
* Upstream release 0.3.4
* Fix avatar spacing to match other menu items
* Use standard libindicator icon handling in panel
* Fix translation of non-running applications (LP: #540148)
* Handling bools for requesting attention from apps
* Changing microblogging to broadcast to match Me Menu (LP: #534952)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1427bf0..98fc5a5 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-messages.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-messages, 0.3.3) +AM_INIT_AUTOMAKE(indicator-messages, 0.3.4) AM_MAINTAINER_MODE @@ -30,7 +30,7 @@ GTK_REQUIRED_VERSION=2.12 GIO_UNIX_REQUIRED_VERSION=2.18 PANEL_REQUIRED_VERSION=2.0.0 INDICATE_REQUIRED_VERSION=0.3.0 -INDICATOR_REQUIRED_VERSION=0.3.3 +INDICATOR_REQUIRED_VERSION=0.3.5 DBUSMENUGTK_REQUIRED_VERSION=0.2.5 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION |