From fd14cba5bc8a0c6f6b26bebdc33f77bc7d76a6f1 Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Tue, 30 Jun 2009 00:06:55 +0000 Subject: [PATCH] Update ChangeLog through r14038 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14039 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- docs/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index f7f6319bf7..9fdc848e0b 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -73,6 +73,8 @@ freeswitch (1.0.4) build: trivial build fix (FSBUILD-174/r:13877) build: fix automake warnings about underquoted definitions in apr macros (FSBUILD-175/r:13882) build: make libtool version detection more portable (r:13926) + build: change ODBC handling in code to be runtime instead of build time (r:13936) + build: update of spec file for current trunk (FSBUILD-176/r:13988) config: default config, calling own extension no longer goes to voicemail (r:12596) config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838) config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938) @@ -92,6 +94,7 @@ freeswitch (1.0.4) config: commit config options for new auto nat (r:13595) config: Remove use_profile from default dialplan, move to vars.xml, default value is 'internal' config: clean up configs and put wan.auto in by default commented out (r:13907) + config: turn on rollover by default (r:13940) core: fix suncc visibility support in libteletone (r:12154-12157) core: fix crash on FS shutdown with "..." (FSCORE-297/r:12173,12361,12402) core: add separate mutex for state related methods (r:12191) @@ -223,6 +226,8 @@ freeswitch (1.0.4) core: set sound path in say app (r:13904) core: add wan.auto acl (r:13905) core: Fix ACL nat.auto (FSCORE-385/r:13925) + core: add hostname variable (FSCORE-374/r:13982) + core: decrement RWLOCK->rwlock->__data->__nr_readers after Redirect/Transfer (FSCORE-391/r:14030) docs: Fix filename references in phrase_en.xml (r:12976) docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041) docs: Updates to phrase_es.xml (r:13067) @@ -267,6 +272,8 @@ freeswitch (1.0.4) libesl: add Ruby example for ESL (ESL-15/r:13235) libesl: add INFO example for Perl (r:13293) libesl: add socketDescriptor() method to ESL::Connection obj (r:13770) + libesl: add prelims for Java ESL (r:13949,13950) + libesl: add fs_cli command line editing (FSCORE-389/r:13964) libiksemel: let return 0 be a failure on read in iks to avoid cpu race (r:13123,13124,13133) libnatpmp: add (r:13510) libnspr: fix bsd port packaging (r:13715/FSBUILD-170) @@ -293,6 +300,7 @@ freeswitch (1.0.4) libtiff: add libtiff, v3.8.2 libxmlrpc: add select to read socket in abyss so we can timeout (r:13107) libxmlrpc: fix segfault (MODAPP-293/r:13906) + mod_cdr_csv: add option to disable creation of multiple files if account code is set (MODEVENT-44/r:13968) mod_cidlookup: add new module, mod_cidlookup (r:12990) mod_cidlookup: switch to using CURL instead of mod_http (r:12992) mod_cidlookup: add config file (r:12994) @@ -308,6 +316,7 @@ freeswitch (1.0.4) mod_commands: Add max-sessions to status (MODAPP-254/r:13373) mod_commands: remove double safe_free's (r:13453,13454,13455) mod_commands: add nat_map API (r:13531) + mod_commands: add show distinct_channels (mix of show channels and show calls) (r:13944) mod_conference: fix read terminating on single digit when called from a meta-app inside a conference (MODAPP-226/r:12466) mod_conference: recording members should be invisible to commands (MODAPP-233/r:12582) mod_conference: add lock caller_control (r:12787) @@ -402,6 +411,7 @@ freeswitch (1.0.4) mod_lua: fix visibility support (FSCORE-302/r:12239-12240) mod_lua: fix windows build (FSBUILD-149/r:12919) mod_lua: fix memory leak (MODLANG-111/r:13298) + mod_lua: fix error checking to be more reasonable (MODLANG-116/r:13993) mod_managed: fix recursive file record during file playback issue (r:13551/IRC-00) mod_memcache: add new module, mod_memcache; API for memcached (r:12871) mod_memcache: make -ERR for API call less verbose (r:12949) @@ -532,6 +542,10 @@ freeswitch (1.0.4) mod_sofia: fix segfault on refer with no content-type or body (SFSIP-153/r:13889) mod_sofia: fix segfault on reinvite on nomedia call when using uuid_media (r:13894) mod_sofia: use the register proxy for the R-URI on register when register-proxy is set (MODSOFIA-12/r:13911) + mod_sofia: Dereferencing a null pointer causes segfault: sofia_handle_sip_r_invite doesn't check profile->extsipip before use (FSCORE-386/r:13937) + mod_sofia: preserve transport on route (SFSIP-157/r:13948) + mod_sofia: do not set route_uri unless there is actually one to go to (r:13952) + mod_sofia: P-Asserted-Identity and P-Preferred-Identity headers now available as channel vars (BOUNTY-7 and MODENDP-146/r:13977) mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577) mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939) mod_spidermonkey: add destroy method to js (r:13016)