lp://staging/ubuntu/trusty-proposed/pidgin-sipe

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp://staging/ubuntu/trusty-proposed/pidgin-sipe
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

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)

11. By Jakub Adam

Fix FTBFS on ARM, MIPS and SPARC.

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-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.

9. By Mònica Ramírez Arceda <email address hidden>

* 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)

8. By gregor herrmann

* 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)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/ubuntu/trusty/pidgin-sipe
This branch contains Public information 
Everyone can see this information.

Subscribers