From ddf4a8e40e96fba8e395ec673ac88e847af59f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= Date: Thu, 15 Nov 2012 00:20:02 +0100 Subject: [PATCH] Ready for v0.2.1 release --- CHANGELOG.md | 5 +++-- package.json | 2 +- src/head.js | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0662d4029..29e2e6488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ CHANGELOG ========= -Version 0.2.1 (not yet released) +Version 0.2.1 (released in 2012-11-15) ------------------------------- * [(24e32c0)](https://github.com/versatica/JsSIP/commit/24e32c0d16ff5fcefd2319fc445a59d6fc2bcb59) UA configuration `password` parameter is now optional. @@ -13,7 +13,8 @@ Version 0.2.1 (not yet released) * [(11c6bb6)](https://github.com/versatica/JsSIP/commit/11c6bb6aeef9de3bf2a339263f620b1caf60d634) Allow receiving WebSocket binary messages (code provided by [vf1](https://github.com/vf1)). * [(0e8c5cf)](https://github.com/versatica/JsSIP/commit/0e8c5cf) Bug fix: Fixed Contact and Record-Route header split (reported by Davide Corda). * [(0c91285)](https://github.com/versatica/JsSIP/commit/0c91285) Bug fix: Fixed failure causes in 'registrationFailed' UA event. - +* [(99243e4)](https://github.com/versatica/JsSIP/commit/99243e4) Fixed BYE and ACK error handling. +* [(0c91285)](https://github.com/versatica/JsSIP/commit/0c91285) Fixed failure causes in 'registrationFailed' UA event. Version 0.2.0 (released in 2012-11-01) -------------------------------------- diff --git a/package.json b/package.json index 8056080a2..43eea8fdd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jssip", "title": "JsSIP", "description": "Javascript SIP WebSocket library", - "version": "0.2.0", + "version": "0.2.1", "homepage": "http://jssip.net", "author": "José Luis Millán ", "contributors": [ diff --git a/src/head.js b/src/head.js index 3acf60d1f..f1f58686f 100644 --- a/src/head.js +++ b/src/head.js @@ -9,7 +9,7 @@ var JsSIP = (function() { "use strict"; var productName = 'JsSIP', - productVersion = '0.2.0'; + productVersion = '0.2.1'; return { name: function() {