From 67dd28af8e23e16a09506189dc3d0deb1e8aab24 Mon Sep 17 00:00:00 2001 From: Anibal Avelar Date: Mon, 29 Aug 2011 00:50:47 -0500 Subject: [PATCH] Updated to release 1.12.0 --- ChangeLog | 2 +- NEWS | 42 +++++++++++++++++++------ VERSION | 2 +- contrib/opensuse-build-service/pidgin-sipe.spec | 2 +- contrib/rpm/pidgin-sipe.spec | 5 ++- 5 files changed, 39 insertions(+), 14 deletions(-) rewrite NEWS (100%) diff --git a/ChangeLog b/ChangeLog index a9a0d862..3d3df079 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -version 1.12.0 "Group Chat" (2011-XX-XX) +version 1.12.0 "Group Chat" (2011-08-29) - Feature #3064877: Add support for OCS2007R2 Group Chat (Stefan Becker) - Feature #3311026: Support for HTTP/1.1 Transfer-Encoding: chunked (Stefan Becker) - Fixed #2834758: First NTLM signature check after startup fails (Stefan Becker) diff --git a/NEWS b/NEWS dissimilarity index 100% index 141fa7f4..aa9d52a6 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,32 @@ -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.12.0 "Group Chat" (2011-08-29) + - Feature #3064877: Add support for OCS2007R2 Group Chat (Stefan Becker) + - Feature #3311026: Support for HTTP/1.1 Transfer-Encoding: chunked (Stefan Becker) + - Fixed #2834758: First NTLM signature check after startup fails (Stefan Becker) + - Fixed #3082602: Crash on Autodiscover (Stefan Becker) + - Fixed #3090663: Re-authentication fails (Stefan Becker) + - Fixed #3092324: Core dump in "make check" (psfales) + - Fixed #3130915: Failed to authenticate to server (Stefan Becker) + - Fixed #3148124: sipe segfaults during login on Solaris (Jakub Adam) + - Fixed #3150482: "configure --with-vv" test uses wrong include (Stefan Becker) + - Fixed #3156430: Messages not Delivered (rwinchsf, Stefan Becker) + - Fixed #3161273: Lost Connection Gives No Error Message (rwinchsf, Stefan Becker) + - Fixed #3198585: Extra line breaks (Stefan Becker) + - Fixed #3267073: False "could not be delivered" errors (sort of..., Stefan Becker) + - Fixed #3399007: Crash when sipe_cal_working_hours->days_of_week is NULL (Stefan Becker) + - Patch #3091490: Make 1.11.0 Compile on FreeBSD (jprather) + - Patch #3108246: Patch for better windows installer (archrival, galiven) + - add random Ms-Conversation-ID to INVITE (Jakub Adam) + - fix parsing of P-Asserted-Identity header (Jakub Adam) + - added MS TURN support (Jakub Adam) + - fix crash on zero length password in NTLM (Vladimir Ushakov) + - implement timeouts for SIP request. Used for REGISTER (Stefan Becker) + - more work on Voice & Video call support (Jakub Adam) + - make it compile against the purple 2.8.x & 3.0.x APIs (Stefan Becker) + - more internal changes to prepare for non-purple backends (Stefan Becker) + - added integration for transifex.net update (Stefan Becker) + - configure improvements for 64-bit: use libdir, gsize/size_t compatibility (Stefan Becker) + - update compiler warnings configuration for all build platforms (Stefan Becker) + - updated Adium port (Matthew Duggan) + - mingw build updates (Harris P. Kauffman, Stefan Becker) + - added miranda port (Jochen De Smet) + - added mingw to OpenSUSE Build Service configuration (Stefan Becker) diff --git a/VERSION b/VERSION index ca717669..0eed1a29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.2 +1.12.0 diff --git a/contrib/opensuse-build-service/pidgin-sipe.spec b/contrib/opensuse-build-service/pidgin-sipe.spec index a550d20a..62575c3d 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.spec +++ b/contrib/opensuse-build-service/pidgin-sipe.spec @@ -79,7 +79,7 @@ Name: pidgin-sipe Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.11.2 +Version: 1.12.0 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 7f80ecb7..689c9ed9 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.2 +Version: 1.12.0 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -133,6 +133,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 29 2011 J. D. User 1.12.0 +- update to 1.12.0 + * Wed Jun 22 2011 J. D. User 1.11.2-*git* - add "--with vv" option to enable Voice & Video features -- 2.11.4.GIT