pidgin-sipe (1.15.0-1) experimental; urgency=low [ Jakub Adam ] * New upstream release. - Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI * effective for all platforms that support --with-krb5 * this triggered a series of cleanup & simplification changes and functionality & memory leak fixes in the sip-sec modules * special thanks to Jarek Polok for the logs and testing - Feature #3594094: Add HTTPS to autodiscover probe - Feature #3607040: Simple button to disable calendar integration - Fixed #3603228: Crash on 1.14.1 when connecting to server - Fixed #3604671: sip uri with apostrophe is not valid - fixed HTTP redirect crash - unified Single Sign-On handling in all places * if SSO is enabled then "Login" & "Password" settings are ignored * SSO is now off by default for new accounts * NOTE: if you do *NOT* use SSO, then be sure to disable it in the "Advanced" tab of the account settings after updating! - added implementation for HTTP "WWW-Authenticate: Negotiate" scheme * effective for all platforms that support --with-krb5 * it will try Kerberos first, then fall back to NTLM * valid Kerberos Single Sign-On setup will be detected automatically * setup for a mixed Kerberos/NTLM HTTP environment: - login name: DOMAIN\account - password: domain password - authentication: Kerberos - Single Sign-On: OFF(!) (see above) - enabled TLS-DSK support in Windows SSPI version - TLS-DSK: don't ask for password if SSPI or Kerberos are compiled in - Farstream 0.1.1 compatibility fix - support conf:sip: meeting URIs * Jakub Adam is the new Maintainer (Closes: #694613). [ Dominique Dumont ] * copyright: updated years -- Jakub Adam Wed, 13 Mar 2013 11:27:25 +0100 pidgin-sipe (1.14.1-1) experimental; urgency=low * New upstream release. - Feature #3578132: Kerberos configuration should be passwordless * purple: non Single Sign-on users are asked for the password again - bug & memory leak fixes in sipe-buddy.c * Update synopsis and extended description to mention also MS Lync. * Create package with debug symbols. -- Jakub Adam Sun, 30 Dec 2012 17:37:21 +0100 pidgin-sipe (1.14.0-1) experimental; urgency=low * New upstream release. - Feature #3585364: Add support for Web Ticket authentication using ADFS - Feature #3578132: Kerberos configuration should be passwordless - Fixed #3580212: Connection drops after a few hours - add support for buddy photos - add support for call to Audio Test Service - reduce Web Ticket traffic by queueing requests & caching tickets - various minor bug & build fixes -- Jakub Adam Mon, 17 Dec 2012 19:44:18 +0100 pidgin-sipe (1.13.3-1) unstable; urgency=low * New upstream release. - Fixed #3537084: OpenBSD build issue - Fixed #3543294: Support Lync 2010 meet URLs - revert to legacy MSOC protocol on Lync FT invitation - fix broken busy->available status switch - updated translations: Portuguese (pt) - tls: fix buffer overrun - win32: fix TCP connections - nsis: fix broken locale installation - updated translations: French (fr) - various build fixes * Removed disable-w-cast-align.patch (applied upstream). * Override false binary-without-manpage lintian warning. * Enable binary hardening. * Fix maintainer-script-lacks-debhelper-token lintian warning. * Bump Standards-Version to 3.9.4. -- Jakub Adam Fri, 16 Nov 2012 14:09:07 +0100 pidgin-sipe (1.13.1-2.1) unstable; urgency=low * Non-maintainer upload. * added patch to help putting workaround in place (Closes: #642199) -- Dominique Dumont Mon, 29 Oct 2012 13:07:17 +0100 pidgin-sipe (1.13.1-2) unstable; urgency=low * Fix FTBFS on ARM, MIPS and SPARC. -- Jakub Adam Sat, 19 May 2012 21:29:51 +0200 pidgin-sipe (1.13.1-1) unstable; urgency=low * New upstream release (Closes: #646389, #672607). - detect incompatible encryption level with Lync - purple: add URI validity check to Add Buddy callback - new translations: Romanian (ro), Turkish (tr) - various build fixes - added [MS-SIPAE] TLS-DSK authentication scheme * TLS-DSK has been introduced in Lync * mandatory for Office365 accounts * also works for non-public Lync installations * does not work yet with SSPI on Windows - added [MS-DLX] based Get Info/Contact Search * [MS-PRES] SIP-Based Active Directory Search is disabled in Lync - make it compile against the latest purple 3.0.x API - make it compile against the latest glib2 2.31.x API - completed cleanup: core no longer requires libpurple - refactored crypto code, ie. NSS can replaced if necessary - sipe-domino.c is no longer built under UNIX to remove dead code - restricted XXX_CFLAGS to modules that need them - NSS is now a mandatory build requirement - decoupled SSPI from HAVE_LIBKRB5 flag. New flag is HAVE_SSPI - OBS mingw packages now use SSPI instead of NTLM - added NSIS package generation to OBS mingw packages - removed kopete backend. KDE is moving to telepathy - added MinGW cross-compilation on Linux instructions - Feature #3064877: Add support for OCS2007R2 Group Chat - Feature #3311026: Support for HTTP/1.1 Transfer-Encoding: chunked - Fixed #2834758: First NTLM signature check after startup fails - Fixed #3082602: Crash on Autodiscover - Fixed #3090663: Re-authentication fails - Fixed #3092324: Core dump in "make check" - Fixed #3130915: Failed to authenticate to server - Fixed #3148124: sipe segfaults during login on Solaris - Fixed #3150482: "configure --with-vv" test uses wrong include - Fixed #3156430: Messages not Delivered - Fixed #3161273: Lost Connection Gives No Error Message - Fixed #3198585: Extra line breaks - Fixed #3267073: False "could not be delivered" errors - Fixed #3399007: Crash when sipe_cal_working_hours->days_of_week is NULL - Patch #3091490: Make 1.11.0 Compile on FreeBSD - Patch #3108246: Patch for better windows installer - add random Ms-Conversation-ID to INVITE - fix parsing of P-Asserted-Identity header - added MS TURN support - fix crash on zero length password in NTLM - implement timeouts for SIP request. Used for REGISTER - more work on Voice & Video call support - make it compile against the purple 2.8.x & 3.0.x APIs - more internal changes to prepare for non-purple backends - added integration for transifex.net update - configure improvements for 64-bit: use libdir, gsize/size_t compatibility - update compiler warnings configuration for all build platforms * Add debian/watch file. * Removed patches applied upstream - fix-werror.patch - gcc-4.7.patch - sipe-purple-2.8.0.patch - update-glib-2.32.patch * Add libnice-dev and libgstreamer0.10-dev to Build-Depends. * Recommend gstreamer0.10-x and gstreamer0.10-ffmpeg packages for Voice&Video support. * Bump Standards-Version to 3.9.3. * Fix lintian warnings debian-rules-missing-recommended-target and binary-control-field-duplicates-source. * Remove usage of quilt. * Add Vcs-* fields to debian/control. * Add Jakub Adam to Uploaders. * Updated debian/copyright and converted to machine-readable format. * Fix debian/rules clean target. -- Jakub Adam Fri, 11 May 2012 14:18:15 +0200 pidgin-sipe (1.11.2-1.2) unstable; urgency=low * Non-maintainer upload. * update-glib-2.32.patch: Update to use glib 2.32. Replace g_strcasecmp and g_strncasecmp with g_utf8_casefold and g_utf8_collate. (Closes: #665672) * gcc-4.7.patch: Fix -Werror=maybe-uninitialized to build with gcc-4.7. (Closes: #667323) -- Mònica Ramírez Arceda Thu, 19 Apr 2012 16:46:23 +0200 pidgin-sipe (1.11.2-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS with pdigin 2.8.0-1 in unstable": add patch sipe-purple-2.8.0.patch from archlinux, forwarded to the BTS by Islam Amer. (Closes: #630638) * Fix "ftbfs with gcc-4.6 -Werror": add patch fix-werror.patch from peter green. (Closes: #625404) (LP: #832881) -- gregor herrmann Fri, 23 Dec 2011 15:31:52 +0100 pidgin-sipe (1.11.2-1) unstable; urgency=low * New upstream version - 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 * Updated the debhelper minimal version to (>= 7~) due to lintian warning * Switch to dpkg-source 3.0 (quilt) format -- Anibal Avelar Tue, 02 Nov 2010 23:48:33 -0600 pidgin-sipe (1.10.1-1) unstable; urgency=low * New upstream version - Fix broken sipe_ht_equals_nick(); the broken code has been in the 1.10.0 release. As it affects the buddy list it could be the root cause for some of the "buddy appears offline" reports. - Make it compile against the final purple 2.7.0 API; -- Anibal Avelar Sun, 27 Jun 2010 11:46:59 -0600 pidgin-sipe (1.10.0-1) unstable; urgency=low * New upstream version - Feature #2823160: Access Levels (2007+ environment) - Feature #2957811: add support for "automaton" class - Feature #2972823: fail on in-line variable declarations - Fixed #2971422: handle OCS 2005 idiosyncrasy of varying SIP URI case - Fixed #2981563: Authentication protocol v4 - invalid signature of some incoming messages containing P-Asserted-Identity or P-Preferred-Identity with uppercased SIP or TEL in URI. - Fixed publication/"409 Conflict" endless looping - Prepare for Pidgin 2.7.0 - Added SVG icon artwork - Many changes to configure script. Be sure to look at "configure --help" - Many internal changes to prepare for non-purple backends - New build requirements: libxml2, glib-2.0 >= 2.12.0 - New build option: gmime-2.4 >= 2.4.16 or gmime-2.6 >= 2.5.2 for non-purple backends -- Anibal Avelar Sun, 04 Apr 2010 00:52:59 -0600 pidgin-sipe (1.9.1-1) unstable; urgency=low * New upstream version (emergency release) - Fixed #2969327: Kerberos authentication always fails on *nix platforms - Fixed #2968287: Authentication failure in scenario when director server is Office Communications Server 2007 or above and home server is Live Communications Server 2005 - Send BYE when response to IM message is 408/480/481 - Re-enable offline status to be user settable -- Anibal Avelar Tue, 16 Mar 2010 02:13:59 -0600 pidgin-sipe (1.9.0-1) unstable; urgency=low * New upstream version (Closes: #570735) * File transfer functionality. File encryption is supported * NTLMv2 and NTLMv2 Session Security support * Implemented SIP Authentication Extensions protocol version 4 and 3 * Adoption for commercial UNIX - HP/UX, Irix, Solaris - big endian fixes * Increased libpurple build requisite to >= 2.4.0 * many crash fixes for error or corner cases in calendar integration * more detailed code analysis with Coverity Prevent * build fixes for older libpurple/glib2 versions * OpenSUSE Build Service configuration files * Fix NTLM crash if login setting is undefined * Use of g_str_has_prefix() available since glib 2.2 and null-safe * build fixes for older OS releases, e.g. Ubuntu older than 9.10. * Removed the file libsipe.la from the package * Removed the line dh_pidgin -ppidgin-sipe from debian/rules * Added ./autogen.sh could be run from debian/rules * Changed the Section from net to misc inside Source stanza in debian/control * Changed the Section from net to misc inside Package stanza in debian/control * Added the Priority header inside Package stanza in debian/control * Updated the Description inside Package stanza in debian/control * Updated the debian/copyright file with the new authors list. * Updated the debian/copyright file with the correct PATH to license GPL2. * Removed dependency with the libgtk2.0-dev package in debian/control * Removed dependency with the comerr-dev package in debian/control * Removed debian/README.debian file from the package * Added dependency with the libzephyr-dev package in debian/control -- Anibal Avelar Wed, 10 Mar 2010 01:05:59 -0600 pidgin-sipe (1.8.0-1) unstable; urgency=low * New upstream version (Closes: #536100) * Simplifying the authentication process using only the Basic Settings screen. * Added integration with Exchange 2007/2010 * Added Windows Messenger 5.0 (RTC/1.2) compatibility. * "About SIPE plugin" screen implemented. * Added Kerberos support. * Added Multiparty Chat support. * Fixed many bugs. * Fixed many potencial memory leaks. * Fixed support for LCS2005 and OCS2007 (improvementsi and bugs fixed) * Added "Find on LinkedIn" link on contact's User Info screen * Updated translations: "de", "pl", "ru", "cs", "da", "es", "fi", "fr, "hi", "it", "nb", "ta", "zh_CN". * Fixed for server auto-discovery * Fixed for User Agent string. * Added integration with PBX (external phones) using CSTA protocol * Fixed for CHOWA problems * Fixed for spaces in Login's username * Support for Reuters Messaging environment * Support for message formatting * Added notification support for undelivered messages * Extended contact search implementation * ... and more * Fixed pidgin-sipe: urls appear w/ underscore prefix (Closes: #529523) * Updated the debian/copyright file with the new authors list. * Added DEB_CONFIGURE_EXTRA_FLAGS in debian/rules for extra compile flags * Added dependency with the libkrb5-dev package * Removed to delete the file libsipe.la from debian/rules. * Removed DEB_AUTO_UPDATE_DEBIAN_CONTROL reference from debian/rules. * Updated with Standards-Version 3.8.4 -- Anibal Avelar Sun, 07 Feb 2010 04:48:35 -0500 pidgin-sipe (1.3.3-1) unstable; urgency=low * New upstream version (Closes: #508221) * Added support for OCS 2007, LCS 2003 * Full support for send/receive messages * Full presence support (both sides) * Full support for add/remove/move contacts * TLS/SSL support * Search contacts full support * xBSD support * Added the dependency with the libpurple-dev package * Added the dependency with the intltool package * Added the dependency with the comerr-dev package * Removed the unnecessary debian/pidgin-sipe.dirs file * Changed the package description inside debian/control (Closes: #433920,#490923) * Added the field Homepage inside Source stanza in debian/control file. * Updated the debian/copyright file with the new authors list. * Updated with Standards-Version 3.8.0 -- Anibal Avelar Sun, 1 Mar 2009 12:15:35 -0500 pidgin-sipe (1.2-1) unstable; urgency=low * Initial release (Closes: #418226) -- Anibal Avelar (Fixxxer) Wed, 13 Jun 2007 19:12:35 -0500