From 6f389cb504f906909b25e96d489aa1f5169714c6 Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.com> Date: Wed, 12 Jan 2011 15:12:40 -0500 Subject: [PATCH] [#4885] Update date for copyright --- sflphone-client-gnome/VERSION | 2 +- sflphone-client-gnome/configure.ac | 2 +- sflphone-client-gnome/src/main.c | 2 +- sflphone-client-gnome/src/uimanager.c | 2 +- sflphone-common/NEWS | 9 +++++++++ sflphone-common/VERSION | 2 +- sflphone-common/configure.ac | 2 +- sflphone-common/test/sflphoned-sample.yml | 2 +- 8 files changed, 16 insertions(+), 7 deletions(-) diff --git a/sflphone-client-gnome/VERSION b/sflphone-client-gnome/VERSION index 8225a4ba4f..583b27acca 100644 --- a/sflphone-client-gnome/VERSION +++ b/sflphone-client-gnome/VERSION @@ -1 +1 @@ -0.9.11 +0.9.12 diff --git a/sflphone-client-gnome/configure.ac b/sflphone-client-gnome/configure.ac index c64791a611..a48a33b138 100644 --- a/sflphone-client-gnome/configure.ac +++ b/sflphone-client-gnome/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([SFLphone],[0.9.11],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome]) +AC_INIT([SFLphone],[0.9.12],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome]) AM_CONFIG_HEADER(config.h) GNOME_DOC_INIT diff --git a/sflphone-client-gnome/src/main.c b/sflphone-client-gnome/src/main.c index 450ac85112..0d527b32d0 100644 --- a/sflphone-client-gnome/src/main.c +++ b/sflphone-client-gnome/src/main.c @@ -65,7 +65,7 @@ main (int argc, char *argv[]) gtk_init (&argc, &argv); g_print ("%s %s\n", PACKAGE, VERSION); - g_print ("\nCopyright (c) 2005 2006 2007 2008 2009 2010 Savoir-faire Linux Inc.\n\n"); + g_print ("\nCopyright (c) 2005 - 2011 Savoir-faire Linux Inc.\n\n"); g_print ("This is free software. You may redistribute copies of it under the terms of\n" \ "the GNU General Public License Version 3 <http://www.gnu.org/licenses/gpl.html>.\n" \ "There is NO WARRANTY, to the extent permitted by law.\n\n" \ diff --git a/sflphone-client-gnome/src/uimanager.c b/sflphone-client-gnome/src/uimanager.c index ca46d5a406..913c82b613 100644 --- a/sflphone-client-gnome/src/uimanager.c +++ b/sflphone-client-gnome/src/uimanager.c @@ -491,7 +491,7 @@ help_about (void * foo UNUSED) gtk_show_about_dialog (GTK_WINDOW (get_main_window()), "artists", artists, "authors", authors, "comments", _ ("SFLphone is a VoIP client compatible with SIP and IAX2 protocols."), - "copyright", "Copyright © 2004-2009 Savoir-faire Linux Inc.", "name", + "copyright", "Copyright © 2004-2011 Savoir-faire Linux Inc.", "name", PACKAGE, "title", _ ("About SFLphone"), "version", VERSION, "website", "http://www.sflphone.org", NULL); diff --git a/sflphone-common/NEWS b/sflphone-common/NEWS index 8551c65b6b..598bbaf699 100644 --- a/sflphone-common/NEWS +++ b/sflphone-common/NEWS @@ -1,3 +1,12 @@ +SFLphoned (0.9.12) / 2011-11-12 + * Refactoring of the RTP session allowing dynamic update of audio codecs + * Updated synchronization between transport layer and audio layer + * Better implementation of SIP Early media playback + * Fixed memory leaks in configuration serialization engine + * Evolution addressbook: default addressbook support, addressbook authentication support + * Improved Gnome client initialization error handling + * Updated dbus-c++ binding + SFLphoned (0.9.9) / 2010-28-09 * Instant messaging * Full Evolution addressbook integration diff --git a/sflphone-common/VERSION b/sflphone-common/VERSION index 8225a4ba4f..583b27acca 100644 --- a/sflphone-common/VERSION +++ b/sflphone-common/VERSION @@ -1 +1 @@ -0.9.11 +0.9.12 diff --git a/sflphone-common/configure.ac b/sflphone-common/configure.ac index 4c79afddc6..b8e29022d1 100644 --- a/sflphone-common/configure.ac +++ b/sflphone-common/configure.ac @@ -3,7 +3,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) - AC_INIT([sflphone],[0.9.11],[sflphoneteam@savoirfairelinux.com],[sflphone]) + AC_INIT([sflphone],[0.9.12],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011]]) AC_REVISION([$Revision$]) diff --git a/sflphone-common/test/sflphoned-sample.yml b/sflphone-common/test/sflphoned-sample.yml index 74c9d79654..0f9a851c7b 100644 --- a/sflphone-common/test/sflphoned-sample.yml +++ b/sflphone-common/test/sflphoned-sample.yml @@ -54,7 +54,7 @@ preferences: historyMaxCalls: 20 md5Hash: false notifyMails: false - order: Account:1288964768/Account:1288964603/Account:1288964434/Account:1288964141/Account:1288964134/ + order: Account:1294850905/Account:1294850775/Account:1294850618/Account:1294849651/Account:1294849602/Account:1294849310/Account:1288964768/Account:1288964603/Account:1288964434/Account:1288964141/Account:1288964134/ portNum: 5060 registrationExpire: 180 searchBarDisplay: true -- GitLab