lp://staging/debian/jessie/pidgin-sipe
- Get this branch:
- bzr branch lp://staging/debian/jessie/pidgin-sipe
Branch information
- Owner:
- Ubuntu branches
- Status:
- Development
Recent revisions
- 19. By Jakub Adam
-
* New upstream release.
- Fixed #255: Crash when PersistentChat sends BYE instead of response
- Fixed #248: Remove libpurple SSL configure check
- Fixed #245: "Unable to resolve DNS SRV record" error when joining
conference
- Fixed #210: Conference call ends with error message
- ews: extract settings also from type EXPR
- ucs: honor user specified email URL
- updated Transifex URLs
- updated translations: Hindi (hi), Telugu (te)
* Don't build with -Wundef (Closes: #751060)
- fixes build against MIT Kerberos 1.12.1. - 18. By Jakub Adam
-
* New upstream release (Closes: #741014).
- Fixed #238: False "not delivered" in conference
- Fixed #237: HTML escaping not removed from URL
- Fixed #210: Conference call ends with error message
- fix endless loop with failed HTTP Basic authentication
- fix crash when gstreamer nice plugin is missing
- fix EWS autodiscover for some Office 365 users
- purple: fix missing "Copy to" in buddy menu
- add indication when user is connected from a mobile device
- updated translations: Chinese (zh_CN), Portuguese (pt)
- Feature #71: Add support for EWS Autodiscover redirection
- Feature #69: Add UI support for (group) chats
- Feature #64: Add support for GSS-NTLMSSP
* sip-sec-krb5.c module has been renamed to sip-sec-gssapi.c
* if gssapi/gssapi_ ntlmssp. h is detected then sip-sec-ntlm.c will
be disabled and NTLM will be handled by sip-sec-gssapi.c instead
* NOTE: at the time of this writing the user has to set up
GSS-NTLMSSP by hand on his system, i.e. /etc/gss/mech
- Fixed #197: Account stays in connecting stage
- cleanup for sip-sec Kerberos & SSPI modules
* replace old TGT hack with gss_acquire_cred_with_ password( )
* clean up Kerberos detection in configure
* remove special case handling; code is more straight-forward now
* thanks to David Woodhouse and Simo Sorce for the GSSAPI information
- implement internal keepalive handling
- implement crypto backend based on OpenSSL
* Explicitly disable usage of OpenSSL as the cryptographic backend. - 17. By Jakub Adam
-
* New upstream release.
- Fixed #225: HTTP re-authentication with NTLM fails
- Fixed #222: SIPE crashes when groupchat session expires
- fix UCS Persona key extraction
- Fixed #214: Typing notification does not always work
- Fixed #222: SIPE crashes when groupchat session expires
- updated translations: Romanian (ro)
- Fixed #215: Password not entity encoded in WSSE element
- Fixed #214: Typing notification does not always work
- accept alternatives for webticket timestamp/keydata
- adium: add "don't publish calendar" to account UI
- updated translations: French (fr)
* Document in d/README.source where the upstream sources are taken from.
* Updated d/watch.
* Bump Standards-Version to 3.9.5. - 16. By Jakub Adam
-
* New upstream release.
- Feature #62: Support for Lync 2013 Unified Contact Store
- Feature #59: Support for Lync 2013 Persistent Chats
- Fixed #211: Status "away" or "busy" incorrectly mapped to "Invisible"
- Fixed #209: group chat doesn't like HTML
- Fixed #200: OCS archiving system blocks audio/video connection
- Fixed #187: Duplicate messages in group chat
- Fixed #184: Duplicate users showing in Group Chat
- fix EWS autodiscover for Office 365
- add support for group chat history
- add support for buddy photos on Lync 2013 - 15. By Jakub Adam
-
* New upstream release (Closes: #714354).
- fix call failure when host has multiple IP addresses
- fix buddy list handling after moving to Lync 2013
* Lync 2013 migrates buddy list to Unified Contact Store (UCS)
* NOTE: modifying the buddy list is *NOT* supported yet!
- crash fixes for new HTTP stack
* Bumped debhelper compat to level 9, reworked d/rules to use dh.
* Fixed clean target to remove all generated files.
* Removed autotools-dev from Build-Depends. - 14. By Jakub Adam
-
[ Jakub Adam ]
* New upstream release (Closes: #713009).
- Feature #58: Implement Digest authentication scheme for
SIP Proxy Authentication
- Fixed #196: Useragent value not forwarded to core
- Fixed #193: Pidgin Status changes stop working
- Fixed #186: Users appear offline when they are not
- fix kinit-less use case with krb5 >= 1.11
- rewritten HTTP stack from scratch
* cleaner, layered and hopefully less error-prone implementation
* HTTP stack internals no longer exposed to user code
* reduced network traffic and less SSL handshakes by utilizing
HTTP/1.1 connection keep alive for multiple HTTP requests to
the same host
- switch purple backend to deferred destruction approach
* Pidgin should no longer crash at connection close, even in
corner cases
- add menu entry to make a call with a phone number
- some progress on telepathy backend
* add TLS certificate accept/reject user interaction
* add "Single Sign-On" & "Don't Publish Calendar" account options
* Depend on libnice-dev (>= 0.1.4) for it has voice call related fixes.
* Use xz for upstream tarball compression.[ Dominique Dumont ]
* copyright: added missing license on src/adium autogen.sh ltmain.sh - 13. By Jakub Adam
-
* 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. - 12. By Dominique Dumont
-
* Non-maintainer upload.
* added patch to help putting workaround in place (Closes: #642199) - 10. By Jakub Adam
-
* 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-duplicate s-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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/debian/pidgin-sipe