From 5da8482fe2b959cf5c21589979f948ac0023d2c5 Mon Sep 17 00:00:00 2001 From: Anibal Avelar Date: Sun, 24 Oct 2010 23:37:54 -0500 Subject: [PATCH] Updated to release 1.11.1 (Bugfixes release only) --- ChangeLog | 9 +++++ NEWS | 49 ++++--------------------- VERSION | 2 +- contrib/opensuse-build-service/pidgin-sipe.spec | 6 +-- contrib/rpm/pidgin-sipe.spec | 6 +-- 5 files changed, 24 insertions(+), 48 deletions(-) rewrite NEWS (99%) diff --git a/ChangeLog b/ChangeLog index 6a05a15b..637ec7e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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.0 "Lotus Domino/Calendar & Voice Call" (2010-10-04) - Feature #2859239: Voice call support (Jakub Adam) * requires updated versions of libnice, farsight & pidgin diff --git a/NEWS b/NEWS dissimilarity index 99% index 1f7c4650..cd2479d1 100644 --- a/NEWS +++ b/NEWS @@ -1,41 +1,8 @@ -version 1.11.0 "Lotus Domino/Calendar & Voice Call" (2010-10-04) - - Feature #2859239: Voice call support (Jakub Adam) - * requires updated versions of libnice, farsight & pidgin - * only unencrypted calls as SRTP support is missing in farsight - - Feature #2945346: Lotus Notes/Domino Calendar integration (pier11): - * Sipe can now retrieve calendar data (Meeting schedule/subject/ - location) from a web-enabled Lotus Domino server and publish it to - OCS2007/LCS2005 as availability information. - * Example: "Calendar: Currently Busy. Free at 11:30". - * Team members (contacts with access level Team) will be able to see - information about our current meeting (subject & location) (OCS2007). - * First calendar update is scheduled 1 minute after connect, - * Subsequent calendar updates happen in 30 minute intervals. - * Manual calendar update can be triggered using the following menu: - Accounts->{SIPE_ACCOUNT}->"Republish Calendar" - * Though Domino integration can work without any additional settings - in account configuration (on Windows), there are options to manually - provide Domino Services URL and email address/password if it's - different from SIP URI/Password settings on Basic tab. - - Fixed #2971422: idle check for OCS2005 presence case (Stefan Becker) - - Fixed #2982424: krb5 build errors on FreeBSD (Stefan Becker) - - Fixed #2997639: pidgin crash after accepting cert (Stefan Becker) - - Fixed #3001523: Cancelling a long pending file transfer crashes Pidgin (Jakub Adam) - - Fixed #3002993: Group Name issues with ampersand (Stefan Becker) - - Fixed #3029228: Calendar published at/with incorrect time (Stefan Becker) - - Fixed #3029929: Crash with outlook 2k3 Calendar (Stefan Becker) - - Fix logout from OCS (Jakub Adam) - - Implement workaround for buddy list menu memory leaks (Stefan Becker) - - Dropped UDP transport support (Stefan Becker) - - Rewrote TCP & TLS transport support (Stefan Becker) - - HTTP improvements: GET, cookies (pier11) - - Alternative crypt/digest implementation based on NSS (pier11) - - Rewrote message debug log and implemented an analyzer script for it (Stefan Becker) - - More internal changes to prepare for non-purple backends (Stefan Becker) - - New translation: Dutch (Flemish) 'nl' (fieona, ridiekel) - - New translation: Swedish 'sv' (Rijad) - - Added translations 'ar' 'hu' 'ja' 'ko' 'sv' 'zh_TW' submitted by Novell - - New build option: nss/mozilla-nss/microb-engine-nss for non-purple backends - - Add build option for kopete backend (Stefan Becker) - - mingw build using standard approach, i.e. with auto* tools. (pier11) - - Updated Adium port (Emanuele Zattin) +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) diff --git a/VERSION b/VERSION index 1cac385c..720c7384 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0 +1.11.1 diff --git a/contrib/opensuse-build-service/pidgin-sipe.spec b/contrib/opensuse-build-service/pidgin-sipe.spec index 756315be..0b38d734 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.0 +Version: 1.11.1 Release: 1 Source: %{name}-%{version}.tar.gz Group: %{pkg_group} @@ -167,8 +167,8 @@ rm -rf %{buildroot} %changelog -* ??? ??? ?? 2010 J. D. User 1.11.0 -- update to 1.11.0 +* Sun Oct 24 2010 J. D. User 1.11.1 +- update to 1.11.1 * Thu Sep 02 2010 J. D. User pre-1.11.0-*git* - Mandriva config for OBS has changed diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index df9bade4..b6e0ca3c 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.0 +Version: 1.11.1 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -127,8 +127,8 @@ rm -rf %{buildroot} %changelog -* ??? ??? ?? 2010 J. D. User 1.11.0 -- update to 1.11.0 +* Sun Oct 24 2010 J. D. User 1.11.1 +- update to 1.11.1 * Fri Sep 02 2010 J. D. User 1.10.1-*git* - add (commented out) BR libnice-devel -- 2.11.4.GIT