From 3cb3cd72f486ac5f3a13e45f3070cbe053ae68c5 Mon Sep 17 00:00:00 2001 From: Anibal Avelar Date: Mon, 4 Oct 2010 01:06:11 -0500 Subject: [PATCH] Updated to release 1.11.0 --- ChangeLog | 2 +- NEWS | 44 +++++++++++++++++++++++++++++++++----- contrib/debian/changelog | 49 ++++++++++++++++++++++++++++++++++++------- contrib/debian/control.debian | 7 ++----- 4 files changed, 83 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 962fad2b..6a05a15b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -version 1.11.0 "Lotus Domino/Calendar & Voice Call" (2010-XX-XX) +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 diff --git a/NEWS b/NEWS index 79b84446..1f7c4650 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,41 @@ -version 1.11.0 "Lotus Domino/Calendar & Voice Call" (2010-XX-XX) +version 1.11.0 "Lotus Domino/Calendar & Voice Call" (2010-10-04) - Feature #2859239: Voice call support (Jakub Adam) - - Feature #2945346: Lotus Notes/Domino Calendar integration (pier11) - - Many internal changes to prepare for non-purple backends (Stefan Becker) - - Bug fixes (various) - - New & updated translations (various) + * 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) diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 094aac49..98ca1a37 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,14 +1,47 @@ pidgin-sipe (1.11.0-1) unstable; urgency=low * New upstream version - - Feature #2859239: Voice call support (Jakub Adam) - - Feature #2945346: Lotus Notes/Domino Calendar integration (pier11) - - Many internal changes to prepare for non-purple backends (Stefan Becker) - - Bug fixes (various) - - New & updated translations (various) - - New build option: nss/mozilla-nss/microb-engine-nss for non-purple backends - - -- Anibal Avelar Fri, 03 Sep 2010 19:16:31 +0300 + - Feature #2945346: Lotus Notes/Domino Calendar integration: + * 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 + - Fixed #2982424: krb5 build errors on FreeBSD + - Fixed #2997639: pidgin crash after accepting cert + - Fixed #3001523: Cancelling a long pending file transfer crashes Pidgin + - Fixed #3002993: Group Name issues with ampersand + - Fixed #3029228: Calendar published at/with incorrect time + - Fixed #3029929: Crash with outlook 2k3 Calendar + - Fix logout from OCS + - Implement workaround for buddy list menu memory leaks + - Dropped UDP transport support + - Rewrote TCP & TLS transport support + - HTTP improvements: GET, cookies + - Alternative crypt/digest implementation based on NSS + - Rewrote message debug log and implemented an analyzer script for it + - More internal changes to prepare for non-purple backends + - New translations: 'nl', 'sv', 'ar', 'hu', 'ja', 'ko', 'sv', 'zh_TW' + * Fixed pidgin-sipe: Kerberos authentication is broken (Closes: #597437) + * Fixed pidgin-sipe: no dependency on pidgin (Closes: #594882) + * Fixed pidgin-sipe: new upstream version is available (Closes: #596799) + * Fixed pidgin-sipe: FTBFS: sipe.c:10050: error: missing initializer + (Closes: #582998) + * Added dependency with the libxml2-dev package in debian/control + * Added dependency with libnss3-dev package in debian/control + * Updated with Standards-Version 3.9.1 + + -- Anibal Avelar Sun, 03 Oct 2010 22:05:31 +0300 pidgin-sipe (1.10.1-1) unstable; urgency=low diff --git a/contrib/debian/control.debian b/contrib/debian/control.debian index a120b1c9..7b17c1ce 100644 --- a/contrib/debian/control.debian +++ b/contrib/debian/control.debian @@ -3,11 +3,8 @@ Section: misc Priority: optional Maintainer: Anibal Avelar Homepage: http://sipe.sourceforge.net/ -# Debian 5: libzephyr-dev needed for libpurple0 -# Maemo 4: pidgin-dev needed for libpurple-dev -Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), pkg-config, libglib2.0-dev (>= 2.12.0), libxml2-dev, pidgin-dev, libpurple-dev (>= 2.4.0), libtool, intltool, libkrb5-dev, libzephyr-dev -# Not in use yet: libnss3-dev -Standards-Version: 3.8.4 +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), pkg-config, libglib2.0-dev (>= 2.12.0), libxml2-dev, libpurple-dev (>= 2.4.0), libtool, intltool, libkrb5-dev, libzephyr-dev, libnss3-dev +Standards-Version: 3.9.1 Package: pidgin-sipe Section: net -- 2.11.4.GIT