diff --git a/docs/ChangeLog b/docs/ChangeLog
index 96066b6e8c..0ca48c0e81 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -20,6 +20,7 @@ freeswitch (1.0.7)
 	build: Remove mod_spidermonkey from windows 2008 x64 builds - does not work (r:280e894d)
 	build: fix warnings on windows x64 builds src and mods projects - only libsofia included on the libs side (r:45ecbc2f)
 	build: Patch debian init.d script to set ulimit values (r:0eb33e57/FS-2844)
+	build: add plc to core (r:b7c80a84)
 	codec2: working prototype, still for testing only (r:04ca0751)
 	config: move limit.conf to db.conf
 	config: Update VM phrase macros to voice option then action on main, config menus
@@ -33,6 +34,7 @@ freeswitch (1.0.7)
 	config: Fix phrase files, still missing a sound file (r:6741f350/FS-2742)
 	config: Disallow global-intercept and group-intercept can intercept an outbound call in default dialplan (r:890871ba/FS-2777)
 	config: fix single domain assumption in default config to be more portable *cough* bkw *cough* (r:f987903e)
+	config: Bump Doxygen.conf version to 1.0.6... belatedly (r:cfeae1ba)
 	core: Add RTCP support (FSRTP-14)
 	core: handle some errors on missing db handle conditions
 	core: add ... and shutdown as a fail-safe when no modules are loaded
@@ -145,6 +147,15 @@ freeswitch (1.0.7)
 	core: Application intercept causes FS to stop processing calls (r:12fc65f7/FS-2872)
 	core: fix edge cases for endless loop in sql thread (r:5d7c09ed)
 	core: prevent race while changing codecs mid call (r:7aa72b67)
+	core: Fix crash in ODBC when SQL Server kills TCP connection (r:5aba96e3/FS-2910)
+	core: Fix fallback to CORE_DB when MSSQL fails init (r:3406d05b)
+	core: add new function to init an empty switch_sockaddr_t to avoid an unnecessary dns lookup on 0.0.0.0 (r:009c41d4)
+	core: fix endless RTP loop in Windows (r:cb2d0736/FS-2924)
+	core: play_and_get_digits should actually timeout, not last forever... (r:28cab5ed/FS-2923)
+	core: Fix crash w/o core dump (r:00046ee0/FS-2933)
+	core: normalize tests for outbound channels to use switch_channel_direction instead of testing for CF_OUTBOUND (r:93cc3dc5)
+	core: add CF_DIALPLAN (r:3ff07445)
+	core: tweak on calle[re] id (r:9db4a826)
 	lang: Improve French phrase files (FSCONFIG-23)
 	libapr: Fix issue where after a bridge with a member, uuid of Agent is set to single quote character ' (r:3fee704d/FS-2738)
 	libdingaling: fix race on shutdown causing crash (FSMOD-47)
@@ -163,6 +174,8 @@ freeswitch (1.0.7)
 	libesl: fix leak-on-error in esl_connect_timeout() (r:4263d60e)
 	libesl: Call close on connection handle if the connection fails (r:413dcc4c/ESL-50)
 	libesl: allow fs_cli -x to have args up to 1024 chars (was 256) (r:7039ba47)
+	libesl: Make last_event pointer last longer (r:a15f51d5/ESL-37)
+	libesl: use a packet buffer for ESL (r:2081bf97)
 	libfreetdm: implemented freetdm config nodes and ss7 initial configuration
 	libfreetdm: fix codec for CAS signaling (r:b76e7f18)
 	libfreetdm: freetdm: ss7- added support for incoming group blocks, started adding support for ansi (r:c219a73c)
@@ -220,6 +233,8 @@ freeswitch (1.0.7)
 	mod_commands: add escaping empty strings to sql_escape (r:7bd0a5a6/FS-2833)
 	mod_commands: add uuid_fileman <uuid> <cmd>:<val> <-- same vals as the callbacks in js and lua to control the currently playing file of a channel from the cli or ESL (for the people who were ignoring me on the conference call so I decided to implement it instead of try to explain it ) (r:c4369fc8)
 	mod_commands: FS-2210 Add support for auto completion for uuid_simplify (r:72bcc01b/FS-2210)
+	mod_commands: allow epoch in strftime_tz (r:bbf1cd1f)
+	mod_commands: Dramatic jitterbuffer changes (r:d5470961)
 	mod_conference: Fix reporting of volume up/down (MODAPP-419)
 	mod_conference: add last talking time per member to conference xml list
 	mod_conference: add terminate-on-silence conference param
@@ -229,6 +244,7 @@ freeswitch (1.0.7)
 	mod_conference: Fix floor change events not always firing (r:8f1767d3/MODAPP-424)
 	mod_conference: refactor conference to use switch_ivr_dmachine for the digit parsing controls are now bound to each member separately based on conference_controls channel var, then the caller-controls param in the profile or a default to "default" (r:ac19f73c)
 	mod_conference: Fix crash on dtmf action (r:4d5389bd/FS-2781)
+	mod_conference: revert to the last transfered conference on recover (r:d11c83b1)
 	mod_curl: use method=post when post requested (r:c6a4ddd0/FSMOD-69)
 	mod_db: fix stack corruption (MODAPP-407)
 	mod_dialplan_xml: Add in the INFO log the caller id number when processing a request (Currenly only show the caller name) (r:e1df5e13)
@@ -500,6 +516,11 @@ freeswitch (1.0.7)
 	mod_sofia: Fix wrong IP in VIA and contact HEADER for MESSAGE method while fs run in private network (r:59ea4a1b/FS-2886)
 	mod_sofia: SIP-header History-Info might exist multiple times, but only last header is exposed as a channel variable (r:8cf15012/FS-2881)
 	mod_sofia: Add support to reboot Yealink phone remotely (r:fdc31908/FS-2897)
+	mod_sofia: Add reuse-connections sofia profile param to allow users to turn off TPTAG_REUSE, thus not re-using TCP connections (r:98ed05cc)
+	mod_sofia: Make sofia recover also work on custom uuid (r:3a645dee/FS-2913)
+	mod_sofia: remove check for va_list completely in sofia since i don't even think it happens ever (r:dfecc914)
+	mod_sofia: have mod_sofia always elect to be the session refresher so we know it will work, also make the session-expires set to 0 imply 100% disabled session timers (r:321013ef)
+	mod_sofia: Do not set nat mode when the device's network_ip is within the acl also so if your FS is behind nat and your phone is too then it will still make the right decisions (r:6c6eab8c)
 	mod_spandsp: initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp (r:fa9a59a8)
 	mod_spandsp: rework of new mod_spandsp to have functions broken up into different c files (r:65400642)
 	mod_spandsp: improve duplicate digit detection and add 'min_dup_digit_spacing_ms' channel variable for use with the dtmf detector (r:eab4f246/FSMOD-45)
@@ -515,6 +536,7 @@ freeswitch (1.0.7)
 	mod_spidermonkey: fix seg in js hangup (r:7d554c11)
 	mod_spidermonkey: Fix mod_spidermonkey build on FreeBSD, (Undefined symbol PR_LocalTimeParameters). (r:3edb8419)
 	mod_spy: add support for loopback endpoint (MODAPP-416)
+	mod_spy: fix crash when session can't be located (r:c4154633/FS-2929)
 	mod_tts_commandline: fix core dump, temp file problem. flush can be called several times (FSMOD-35)
 	mod_unimrcp: fix fortify findings for mod_unimrcp (r:336f0b4e/FSMOD-67)
 	mod_valet_parking: add event data to valet parking hold event