From f87e2b6cc889ec674949b3db573cfaa1bd93a671 Mon Sep 17 00:00:00 2001 From: Anibal Avelar Date: Tue, 2 Nov 2010 22:10:07 -0600 Subject: [PATCH] Updated to release 1.11.2 (Another Bugfixes release only) --- ChangeLog | 11 +++++++++++ NEWS | 18 ++++++++++-------- VERSION | 2 +- contrib/opensuse-build-service/pidgin-sipe.spec | 2 +- contrib/rpm/pidgin-sipe.spec | 5 ++++- 5 files changed, 27 insertions(+), 11 deletions(-) rewrite NEWS (100%) diff --git a/ChangeLog b/ChangeLog index 637ec7e4..9568835d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +version 1.11.2 "Hot fixes II" (2010-11-02) + - Revert "mingw: add missing purple-notify.c to build" (Anibal Avelar) + - Sipe-sign: fix parsing of P-Asserted-Identity header (Jakub Adam) + - Fixed memory leaks (Stefan Becker) + - Fix #3090663: Re-authentication fails (Stefan Becker) + - Fix #3090663: Re-authentication fails (2nd attempt) (Stefan Becker) + - Fix #3090663: Re-authentication fails (3rd attempt) (Stefan Becker) + - Fix #3090663: Re-authentication fails (4th attempt) (Stefan Becker) + - Apply patch #3091490: Make 1.11.0 Compile on FreeBSD (jprather) + - Fix #3092324: Core dump in "make check" (Stefan Becker) + version 1.11.1 "Hot fixes" (2010-10-24) - mingw: add missing purple-notify.c to build (Stefan Becker) - Fix for bug #2834758: First NTLM signature check after startup fails diff --git a/NEWS b/NEWS dissimilarity index 100% index cd2479d1..141fa7f4 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ -version 1.11.1 "Hot fixes" (2010-10-24) - - mingw: add missing purple-notify.c to build (Stefan Becker) - - Fix for bug #2834758: First NTLM signature check after startup fails - - purple: fix memory leak in sipe_backend_transport_connect() error path - - Fix for bug #3082602: Crash on Autodiscover (Stefan Becker) - - configure: use libdir & datadir instead of prefix + path (Stefan Becker) - - configure: update 32-bit vs. 64-bit header conflict test (Stefan Becker) - - debian: build stability fix in post-install (Stefan Becker) +version 1.11.2 "Hot fixes II" (2010-11-02) + - Revert "mingw: add missing purple-notify.c to build" (Anibal Avelar) + - Sipe-sign: fix parsing of P-Asserted-Identity header (Jakub Adam) + - Fixed memory leaks (Stefan Becker) + - Fix #3090663: Re-authentication fails (Stefan Becker) + - Fix #3090663: Re-authentication fails (2nd attempt) (Stefan Becker) + - Fix #3090663: Re-authentication fails (3rd attempt) (Stefan Becker) + - Fix #3090663: Re-authentication fails (4th attempt) (Stefan Becker) + - Apply patch #3091490: Make 1.11.0 Compile on FreeBSD (jprather) + - Fix #3092324: Core dump in "make check" (Stefan Becker) diff --git a/VERSION b/VERSION index 720c7384..ca717669 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.1 +1.11.2 diff --git a/contrib/opensuse-build-service/pidgin-sipe.spec b/contrib/opensuse-build-service/pidgin-sipe.spec index 0b38d734..8f7b563d 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.spec +++ b/contrib/opensuse-build-service/pidgin-sipe.spec @@ -44,7 +44,7 @@ Name: pidgin-sipe Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.11.1 +Version: 1.11.2 Release: 1 Source: %{name}-%{version}.tar.gz Group: %{pkg_group} diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index b6e0ca3c..6cdbc2f0 100644 --- a/contrib/rpm/pidgin-sipe.spec +++ b/contrib/rpm/pidgin-sipe.spec @@ -21,7 +21,7 @@ Name: pidgin-sipe Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.11.1 +Version: 1.11.2 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -127,6 +127,9 @@ rm -rf %{buildroot} %changelog +* Tue Nov 02 2010 J. D. User 1.11.2 +- update to 1.11.2 + * Sun Oct 24 2010 J. D. User 1.11.1 - update to 1.11.1 -- 2.11.4.GIT