From: Artem Garmash Date: Sat, 6 Feb 2010 23:00:31 +0000 (+0200) Subject: Release 1.0.0 X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=commitdiff_plain;h=e44733f77f7ae4de0604c933604930d6904f848b;ds=sidebyside Release 1.0.0 --- diff --git a/configure.ac b/configure.ac index d5a33b5..bb8a883 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(conversations-inbox-widget, 0.1.3) +AC_INIT(conversations-inbox-widget, 1.0.0) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_SRCDIR(src/el-home-applet.c) AM_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 9fce393..8609224 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +conversations-inbox-widget (1.0.0) UNRELEASED; urgency=low + + * Show contact presence + * New empty view with total info on SMS and IM + * Open Conversations if clicked when empty + * Show service icon in footer + * Remove dependency on PR1.1-only abook function to draw rounded avatar + + -- Artem Garmash Sun, 7 Feb 2010 00:55:17 +0200 + conversations-inbox-widget (0.1.3) unstable; urgency=low * Fix scrolling glitches