From ddbf25c3ae3fc0b608f2f2c3cc0e1cd337b1ffc8 Mon Sep 17 00:00:00 2001 From: Anibal Avelar Date: Wed, 24 Jun 2009 01:03:57 -0500 Subject: [PATCH] Updated to release 1.5.0 --- AUTHORS | 3 ++- ChangeLog | 23 ++++++++++++++++++++++- configure.ac | 4 ++-- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4e97110b..c140d432 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ Anibal Avelar , upstream developer Gabriel Burt , developer Stefan Becker , developer Daniel Beichl , developer +pier11 , developer Crazy Patch Writers Carl Seutter @@ -13,7 +14,7 @@ Matthias Scharrer Garett Shulman Tyson Vinson Andrew Schenck -pier11 Ivan Frade +Jay (Rhyas) Based in the initial Sip/Simple protocol gaim plugin from Thomas Butter diff --git a/ChangeLog b/ChangeLog index aa666057..5042fd18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +version 1.5.0 (2009-06-24) + - Fixed bug #2800325 for crash if wrong IP manually typed into Pidgin. + - New Security Framework: dedicated to use plug-able security mechanisms. + + Added Kerberos/NTLM SSPI for Windows + + Added Kerberos MIT for Linux + + Fixed the NTLM native implementation for Linux + - New options on Advanced tab: Use Kerberos and Single Sign-on (for both + kerberos implements). + - Fixed the --with-krb5 compilation option. Now pidgin-sipe can be compiled with krb5 support again. + - To send presence subscribe requests to poolFqdn servers + - Record-Route header can contain multiple routes. For CHOWA clients. + - Fixed 2 bugs with INVITE messages from incoming CHOWA clients. + - FreeBSD compatibility + - Fixed for 'same conversation ID' issue + - Fixed for Reuters(LCS2005) frequent disconnects + - Fixed many warnings on compilation. + - Fixed many potential memory leaks. Thank you Stefan + - Fixed I18n support and sync from launchpad + + Added 'it' and 'ru' translations + + Updated 'zh', 'cs', 'es' and 'nb' translations. + version 1.4.1 (2009-06-01) - Patch for spaces in Login's username - Fixed bugs #2793431, #2793688 for crash in process_incoming_notify_rlmi_resub @@ -29,7 +50,7 @@ version 1.4.0 (2009-05-17) - Fixed many warnings on compilation. - Fixed many potential memory leaks. Thank you Stefan - Fixed bug #2786479: some messages could not be delivered to all users. - - Fixed bug #2779386: fix for invalid NTLM signatire. + - Fixed bug #2779386: fix for invalid NTLM signature. version 1.3.4 (2009-04-13) - Fix segmentation fault caused by redirect diff --git a/configure.ac b/configure.ac index 3bdd1c81..934a31ff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ # version of this package -m4_define(pidgin_sipe_version, 1.4.1) +m4_define(pidgin_sipe_version, 1.5.0) # lower and upper-bound versions of Pidgin m4_define(pidgin_version_max, 2.0.0) -AC_INIT([pidgin-sipe], [1.4.1]) +AC_INIT([pidgin-sipe], [1.5.0]) AC_PREREQ([2.50]) AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar]) -- 2.11.4.GIT