summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-03-03 11:16:47 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-03-03 11:16:48 -0600
commit9e896540c82f88451d25e5d046b104a76526f864 (patch)
tree67931938f045fd20e828cfe940a061ff1fbc348c /CHANGES
parent2dc79e13bef3f101176842ff23345c795eef35af (diff)
parentb59956a875817367834431e7f1fa02486b5aed7f (diff)
Merge "build-system: Allow building with static pjproject" into 13
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b1353ece3..11de7d545 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,24 @@ res_pjsip_config_wizard
will export all the pjsip objects it created to the console or a file
suitable for reuse in a pjsip.conf file.
+Build System
+------------------
+ * To help insure that Asterisk is compiled and run with the same known
+ version of pjproject, a new option (--with-pjproject-bundled) has been
+ added to ./configure. When specified, the version of pjproject specified
+ in third-party/versions.mak will be downloaded and configured. When you
+ make Asterisk, the build process will also automatically build pjproject
+ and Asterisk will be statically linked to it. Once a particular version
+ of pjproject is configured and built, it won't be configured or built
+ again unless you run a 'make distclean'.
+
+ To facilitate testing, when 'make install' is run, the pjsua and pjsystest
+ utilities and the pjproject python bindings will be installed in
+ ASTDATADIR/third-party/pjproject.
+
+ The default behavior remains building with the shared pjproject
+ installation, if any.
+
app_confbridge
------------------
* Added CONFBRIDGE_INFO(muted,) for querying the muted conference state.