Does Kodi upgrade actually update advancedsettings.xml?

http://kodi.wiki/view/HOW-TO%3AModify_the_video_cache

Quote:<advancedsettings>
<network>
<cachemembuffersize>62914560</cachemembuffersize>
</network>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
<videodatabase>
<type>mysql</type>
<host>HTPC</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>HTPC</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
<videoextensions>
<add>.webm</add>
<add>.ogm</add>
<add>.ts</add>
<add>.m4v</add>
<remove></remove>
</videoextensions>
<pathsubstitution>
<substitute>
<from>special://masterprofile/sources.xml</from>
<to>SMB://XXXUSERXXX:XXXMYPASSXXX@HTPC/C$/Users/xbmc/AppData/Roaming/Kodi/userdata/sources.xml</to>
</substitute>
</pathsubstitution>
</advancedsettings>

I’m curious what else I might need to change?
(The two I’ve highlighted are now of course “cache” and “memorysize” – I only found this accidentally)