From 9200b55f5fec3507a1520822fad12401a9abab6a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 19 Feb 2010 16:24:25 -0600 Subject: No reason we need newer APIs than this. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 24293c5..04f70fc 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.18 DBUS_REQUIRED_VERSION=0.76 -GIO_UNIX_REQUIRED_VERSION=2.23 +GIO_UNIX_REQUIRED_VERSION=2.22 PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION -- cgit v1.2.3 From d4404ea28806ee86d420b1c43e88255d2d3bfcf1 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 24 Feb 2010 21:04:56 -0600 Subject: debian/control: Reducing libglib dependency down to 2.22 for Karmic builds --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 12f819d..322118f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libindicator (0.3.3-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: + Reducing libglib dependency down to 2.22 for Karmic builds + + -- Ted Gould Wed, 24 Feb 2010 21:04:26 -0600 + libindicator (0.3.3-0ubuntu1) lucid; urgency=low * debian/control: diff --git a/debian/control b/debian/control index 52a36ed..686f637 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core Developers Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), - libglib2.0-dev (>= 2.23), + libglib2.0-dev (>= 2.22), libgtk2.0-dev (>= 2.12.0), libdbus-glib-1-dev, libtool, -- cgit v1.2.3 From 802da09ad542f6c091671d4d02973ae6a7d10b4b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 24 Feb 2010 21:05:05 -0600 Subject: releasing version 0.3.3-0ubuntu2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 322118f..116dfe5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libindicator (0.3.3-0ubuntu2) UNRELEASED; urgency=low +libindicator (0.3.3-0ubuntu2) lucid; urgency=low * debian/control: Reducing libglib dependency down to 2.22 for Karmic builds - -- Ted Gould Wed, 24 Feb 2010 21:04:26 -0600 + -- Ted Gould Wed, 24 Feb 2010 21:05:01 -0600 libindicator (0.3.3-0ubuntu1) lucid; urgency=low -- cgit v1.2.3 From 8e12685bab175ee6d494d7545c5c4187385e41eb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 25 Feb 2010 11:21:02 -0600 Subject: 0.3.4 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 04f70fc..2601ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.3, ted@canonical.com) +AC_INIT(libindicator, 0.3.4, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.3) +AM_INIT_AUTOMAKE(libindicator, 0.3.4) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) -- cgit v1.2.3 From 436e5f16715448637e71fad02689d99eb7a2d8c6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 25 Feb 2010 11:27:26 -0600 Subject: releasing version 0.3.4-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5560e9f..97517b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libindicator (0.3.4-0ubuntu1~ppa1) UNRELEASED; urgency=low +libindicator (0.3.4-0ubuntu1~ppa1) lucid; urgency=low * Upstream Release 0.3.4 * Reducing gio-unix dependency to 2.22 - -- Ted Gould Thu, 25 Feb 2010 11:23:44 -0600 + -- Ted Gould Thu, 25 Feb 2010 11:27:18 -0600 libindicator (0.3.3-0ubuntu2) lucid; urgency=low -- cgit v1.2.3