Skip to content

Releases: pjsip/pjproject

PJSIP version 2.0-beta

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2011-12-29T03:10:29Z

Version 2.0 - Beta Release

This lists works required for beta release of version 2.0. Currently the development takes place at https://svn.pjsip.org/repos/pjproject/branches/projects/2.0-dev branch.

More structured view about what's available in 2.0 is in ReleaseNotes-2.0 document. Note that the document is also a work in progress.

For more details about the ticket list, please see Release Notes

PJSIP version 1.12

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2011-11-08T17:55:35Z

Release 1.12

For more details about the ticket list, please see Release Notes

PJSIP version 2.0-alpha2

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2011-10-10T07:30:51Z

Version 2.0 - Alpha 2 ReleaseSee Video User's Guide!

There is a draft [wiki:ReleaseNotes-2.0] document that is still far from finished.

For more details about the ticket list, please see Release Notes

PJSIP version 2.0-alpha

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2011-08-29T11:12:39Z

Version 2.0 - Alpha ReleaseThis lists works required for alpha release of version 2.0. Currently the development takes place at https://svn.pjsip.org/repos/pjproject/branches/projects/2.0-dev branch.

New: we just have a new Video User's Guide!

There is a draft [wiki:ReleaseNotes-2.0] document that is still far from finished.

For more details about the ticket list, please see Release Notes

PJSIP version 1.10

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2011-05-05T10:51:25Z

Release 1.10Highlights:

  • Support for hot-pluged audio devices (#1204)
  • Fixed bug in PJLIB-UTIL STUN resolver which added four seconds delay if packet is lost (#1229)
  • Fixed erratic timer if system time is changed (#1211)
  • Support for IPP version 7 (#1200)

Incompatibility

  • Symbian applications must add these two libraries in their .MMP file. This is due to the new PJLIB's System Information API that was implemented in ticket #1202.
LIBRARY         hal.lib efsrv.lib 
  • Makefile targets must re-run aconfigure to update the makefiles.

For more details about the ticket list, please see Release Notes

PJSIP version 1.8.10

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2010-12-07T07:04:14Z

Release 1.8.10Release focus:

  • Support for SIP outbound (RFC 5626) extension
  • Extended tests at SIPit 27

For more details about the ticket list, please see Release Notes

PJSIP version 1.8.5

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2010-10-21T05:47:48Z
Objective: bug fixes and small enhancements.


For more details about the ticket list, please see Release Notes

PJSIP version 1.8

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2010-09-09T05:51:17Z
Objective: enhancements and stabilization to 1.x tree before the code is branched for 2.0 development.

-Release focus*:

  • Apple iPhone/iPad iOS4 background feature ([#1107])
  • AutomatedTesting installation

[[Image(wiki:images:warning-icon24.png)]] Incompatibility info:

  • the require_timer field in both pjsua_config and pjsua_acc_config has been renamed to use_timer, and the type from bool to enum pjsua_sip_timer_use.

For more details about the ticket list, please see Release Notes

PJSIP version 1.7

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2010-08-11T12:44:46Z

Release Focus

-*iPhone! ** This release contains support for iPhone, iPod Touch, and iPad devices. See the Getting Started for iPhone page for more info.

This release also adds support for multipart message bodies.

This release also contains important bug fixes from the last SIPit 26.

This will be the last enhancement release for 1.x version, as after this the 1.x will be made the new stable version to replace the old 1.0.x stable version. Trunk development will move towards 2.0 version, which will be the new major release after 1.x.


For more details about the ticket list, please see Release Notes

PJSIP version 1.6

14 Feb 04:57
Compare
Choose a tag to compare

Released on 2010-04-30T14:46:44Z

Incompatibility Info

Codec Manager

Only for applications using codec manager independently without media endpoint should notice the following changes:

  • API pjmedia_codec_mgr_init() is modified, a new param pj_pool_factory *pf has been added.
  • A new API pjmedia_codec_mgr_destroy() is introduced, this should be called at deinitialization stage to clean up memory pools used by codec manager.

For more details about the ticket list, please see Release Notes