Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmer Loen committed Feb 15, 2017
1 parent f71cb82 commit 3f3c21f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.

---

## [2.0.0](https://github.com/VoIPGRID/Vialer-pjsip-iOS/tree.2.0.0) (15/02/2017)
Released on Wednesday, February 15, 2017

### Changed
* Updated to PJSIP to release 2.6
* OpenSSL is compiled into the pjsip source and is included into the VialerPJSIP.framework
* OPUS codec is compiled into the pjsip source and is included into the VialerPJSIP.framework
* OpenH264 is compiled into the pjsip source and is included into the VialerPJSIP.framework

## [1.1.0](https://github.com/VoIPGRID/Vialer-pjsip-iOS/tree/1.1.0) (12/08/2016)
Released on Thursday, December 8, 2016.

Expand Down
16 changes: 8 additions & 8 deletions vialerbuild
Original file line number Diff line number Diff line change
Expand Up @@ -718,13 +718,13 @@ fi
if [ $SHOW_HELP = true ]; then
show_help
else
# clean_pjsip
# download_pjsip
# build_h264
# build_ssl
# build_opus
# config_site
# build_archs
# _merge
clean_pjsip
download_pjsip
build_h264
build_ssl
build_opus
config_site
build_archs
_merge
create_framework
fi

0 comments on commit 3f3c21f

Please sign in to comment.