add debian changelog

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12148 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-18 22:42:38 +00:00
parent f922edccd9
commit 1ca5e2265e
1 changed files with 132 additions and 0 deletions

132
debian/changelog vendored
View File

@ -1,3 +1,135 @@
freeswitch (1.0.3-1) unstable; urgency=low
* build: add targets cd-sounds[-install] and cd-moh[-install] for 48k sounds (r:11151)
* build: autoconf detect odbc library (FSBUILD-8)
* build: fix sound install on windows build (r:11635,11638)
* build: fix configure --sysconfdir (FSBUILD-84)
* build: fix uclibc build (MODLANG-99)
* build: fix adduser in debian (FSBUILD-122, FSBUILD-102)
* core: fix buffering issues (r:11101,11145,11152-11157,11162,11191,11200)
* core: fix c leg no hangup when converting attended to blind transfer before b leg answers (MODENDP-165/r:11061)
* core: fix codec and media handling issues (r:11104)
* core: fix double close of file handles and add recording of native files (r:11108-11113,11482,11483)
* core: fix file resampling issue (r:11090)
* core: fix incorrect call progress timestamps in timetable (r:11186-11187/FSCORE-268)
* core: fix media handling issues (r:11079-11082)
* core: fix multiple 2833 dtmf handling issues (r:11149,11261,11262,11266,11293,11294,11338/FSCORE-266,FSCORE-273)
* core: send more event types verbos bridge,unbridge,park,unpark (r:11097-11098)
* core: Prevent media setup on failed originates (r:11462/FSCORE-279)
* core: fix recorded soundfiles had random data at end of file (r:11491/MODAPP-205)
* core: fix user for windows service (r:11538/FSCORE-277)
* core: modify variable expansion code to expand in more places and to fix potential security issue from injecting variables (r:11569,11570)
* core: look for soundfiles in more locations based on rate (r:11601/MODFORM-23)
* core: state machine veto behavior changed (r:11610)
* core: add enable_file_write_buffering variable (r:11677)
* core: fix garbled audio on media bug during bridge using stateful codecs (FSCORE-288)
* core: fix tone detect running multiple bugs when detecting multiple tones
* core: add {instant_ringback=true} to make ringback not wait for indication to generate ringback
* core: fix segfault from race condition on multiple reloadxml calls (MOODAPP-211)
* core: modify xml locking so phrases do not lock the xml for the duration of playing them
* core: replace resampler with the speexdsp resampler
* core: fix windows calling convention on threads launched that return a value to fix shutdown segfault (FSCORE-298)
* core: do not auto-export origination_caller_id_* to avoid confusion (r:12052)
* core: API visibility support (GCC/SUNCC) (FSCORE-264)
* core: fix leak in exposed event class serialize method (r:12068)
* core: add volume as possible return value from input callback on embedded languages (r:12114)
* core: add resampler to seech handles (r:12141)
* freeswitch: allow you to specify -htdocs dir at runtime. (r:11614)
* fs_cli: add "debug" command to change the esl debug level at runtime (r:11057)
* iksemel: update to 1.3 (r:11645)
* libesl: fix disconnect failure (r:11078,11083)
* libesl: fix solaris build (r:11067,11068)
* libesl: add c++ wrapper and swigged wrappers for multiple scripting languages
* libg722_1: fix dct4.h code generator to include the "f" (r:11188-11189,11367)
* libilbc: update to new library from Steve Underwood
* mod_amrwb: add amr wideband passthrough codec (r:11971)
* mod_cepstral: fix failure return code handling (MODASRTTS-9)
* mod_conference: add 'conference xml_list' and 'conference [conf_name] xml_list' (r:11062-11063)
* mod_conference: make conference verbose-events param to control if events have all the channel data or not (r:11073-11077)
* mod_conference: add MINTWO flag to end conference when down to 1 participant (r:11523)
* mod_conference: refactor conference record function (r:11626)
* mod_conference: add conference list summary command (MODAPP-197)
* mod_conference: fix Deadlock or coredump on conference commands play, transfer (MODAPP-209)
* mod_dahdi_codec: added (MODCODEC-7)
* mod_dialplan_xml: make previous auto hunt feature optional and off by defaule use auto_hunt=true session or global variable to enable (r:12144)
* mod_dptools: Add failure_causes channel variable (r:12058)
* mod_easyroute: add configuration file example for custom-query (r:11055)
* mod_easyroute: add custom-query configuration option (r:11054)
* mod_easyroute: fix build error when not configured for odbc (r:11478)
* mod_easyroute: fix memory leak (r:11611)
* mod_erlang_event: add ability to spawn a process (module/function) outbound on a specified node. (r:11460,11477)
* mod_erlang_event: Fix some issues with standing up a new outbound listener and cleaning up after a failed session (r:11479)
* mod_erlang_event: Fix setting up a listener for an outbound session if one doesn't already exist (r:11488)
* mod_erlang_event: add "erlang" fscli command (r:11488)
* mod_erlang_event: Monitor spawned outbound processes for premature exits (r:11489)
* mod_erlang_event: Allow the event encoding strategy to be configurable; choices are string or binary (r:11495)
* mod_erlang_event: Allow certain tuple elements to be binaries or strings, to reduce conversion requirements on the erlang side (r:11496)
* mod_erlang_event: Support sending a message to a registered process to request a pid (when spawning won't cut it) (r:11499)
* mod_erlang_event: Ensure events received while a pid session is being created aren't discarded but are queued instead (r:11500)
* mod_erlang_event: Add freeswitch.erl - An erlang module to make talking to mod_erlang_event more painless (r:11525)
* mod_erlang_event: use rpc:call instead of spawn and to make the registered process argument to handlecall optional (r:11542)
* mod_event_socket: add ability to use a comma sep list of events on event-sink create-listener (r:11056)
* mod_event_socket: add debug logging to event-sink (r:11060)
* mod_event_socket: fix race condition (r:11680,12146)
* mod_dptools: add all modifier to break command (r:11557,11558)
* mod_dptools: add sound_test application (r:11658)
* mod_fax: Dont hangup after sending/receiving faxes
* mod_fifo: pause media bugs while not in a bridge (r:11466,11490)
* mod_fifo: allow unpark during chime list playing (r:11555/MODAPP-206)
* mod_fifo: fix outbound fifos doesn't check if the consumer is in the fifo in question. (r:11561/MODAPP-207)
* mod_fifo: Fix segfault when no argument were supplied to fifo_member call (MODAPP-210)
* mod_lcr: added (r:11180,11184,11532,11609)
* mod_limit: fix memory corruption caused by race condition when using limit hash (r:11070-11071)
* mod_limit: Fix transfer bug, fix leak and make the channel hangup if the extension is \!hangup_cause (r:11604,11932)
* mod_limit: add write different channel variables per realm_id (r:11608)
* mod_limit: Make max argument optional on the limit app, set the limit_usage variable to current count after inserting call in the db (r:11955)
* mod_lua: Create empty argv table when no args are passed to a Lua script (r:11559)
* mod_lua: use dll for lua windows build (FSCORE-299)
* mod_openmrcp: removed (r:11176-11179)
* mod_opal: added
* mod_pocketsphinx: fix leak (r:11974)
* mod_portaudio: fix stuck channels on outbound calls (r:11160,11470,11471,11472,11475,11476,11485)
* mod_python: fix build when site dir is not /usr/lib/python2.4 (r:12070)
* mod_say_en: add short form date/time (MODAPP-180)
* mod_sofia: add auto-rtp-bugs profile option to make rtp bug compensation configurable (r :11146-11147)
* mod_sofia: add support in sdp for a=maxptime (r:11103)
* mod_sofia: fix codec change race condition (r:11143)
* mod_sofia: fix notify event wasn't allowing content-length 0 (r:11106/MODENDP-167)
* mod_sofia: fix sending extra sdp in 200 OK when using 100rel in violation of sdp o/a protocol draft-ietf-sipping-sip-offeranswer-10 (r:11088)
* mod_sofia: fix sip_auto_answer=true (r:11069)
* mod_sofia: improve outbound registration error message (r:11059)
* mod_sofia: reset media timeout on re-invite (r:11161)
* mod_sofia: fix segfault due to missing contact header in invite (r:11463/MODENDP-177)
* mod_sofia: allow <params> tag in gateways as well as <variables> with direction inbound/outbound (default both) and call counter (r:11468)
* mod_sofia: add support or SLA, works with Polycom and Snom(Sylantro mode). (r:11562/MODENDP-179)
* mod_sofia: tolerate missing user in the request uri (r:11636)
* mod_sofia: Add purpose=gateways and profile=[name] so xml_curl requests make sense (MDXMLINT-46)
* mod_sofia: Add disable-srv and disable-naptr params to sip profiles (default false) (MODENDP-183)
* mod_sofia: add outbound-proxy param (MODENDP-184)
* mod_sofia: fix segfault with stun-enabled=false (SFSIP-120)
* mod_sofia: Profile Name in Expire Event is incorrect (MODENDP-185)
* mod_sofia: add "scrooge" mode to "inbound-codec-negotiation" (r:11881)
* mod_sofia: Add context to reconfig_sofia (r:12080)
* mod_sofia: fix segfault when calling from a Cisco 7940 using bypass_media (FSCORE-301)
* mod_sofia: ilbc to default to 30 if no mode= fmtp is defined on the inbound (r:12110)
* mod_sofia: fix challenge-realm (r:12113)
* mod_sofia: Segmentation fault when running killgw command on sofia profile without specifying a gateway (MODENDP-189)
* mod_sofia: gateways will inherit the context from its parent unless manually provided (r:12138)
* mod_sndfile: Add IMA ADPCM support (MODFORM-22)
* mod_spidermonkey: fix loading of spidermonkey modules (r:11084-11085)
* mod_spidermonkey: block some unwanted behaviours in session.originate
* mod_spidermonkey_socket: fix gc blocking (MODLANG-97)
* mod_xml_rpc: fixed authentication using @domain syntax (r:11064)
* mod_xml_rpc: fix http content types sent in responses (r:11099,11148,11150)
* mod_voicemail: voicemail insert into the proper fields (MODAPP-190)
* mod_voipcodecs: add G.726 24k (r:12083)
* sofia-sip: update to current sofia-sip repository
* spandsp: sync to latest snapshot and fix windows build
* speex: updated to 1.2rc1
* sqlite: fix random assert on windows (FSCORE-292)
-- Mike Jerris <mike@jerris.com> Mon, 18 Feb 2009 17:39:00 -0500
freeswitch (1.0.2-1) unstable; urgency=low
* all: don't add module interfaces before returning from error conditions in module load functions (MDXMLINT-36)