初期DB構築のスクリプトを2.4と見比べて差分を確認しました。
●hosts
各種errorカラムがvarchar(128)→varchar(2048)に変更。
●proxy_history
カラム追加:lastlogsize、mtime、meta
●media_type
カラム追加:smtp_port、smtp_security、smtp_verify_peer、smtp_verify_host、smtp_authentication
この画面変更に対応しています。(左:zabbix-2.5、右:zabbix-2.4)

●削除テーブル
user_history:画面上部のパンくずリストが無くなったので不要に。
●追加テーブル
application_prototype
item_application_prototype
application_discovery
初期状態では中身が空なので用途がよくわからない…
●Valuemapの追加
'15':'Value cache operating mode'
'16':'Windows service startup type'
●itemsの追加
'23660':'CPU ready','vmware.vm.cpu.ready[{$URL}
→'Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU. CPU ready time is dependent on the number of virtual machines on the host and their CPU loads.'
'23661':'Zabbix value cache operating mode','zabbix[vcache,cache,mode]'
'23662':'Zabbix value cache operating mode','zabbix[vcache,cache,mode]'
●itemsの変更
デフォルトで登録されるアイテムのうち、いくつかのtrendsが365→0に。
●triggersの追加
'13557':'Zabbix value cache working in low memory mode'
'13558':'Zabbix value cache working in low memory mode'
●mappingsの追加
'82':'Normal'
'83':'Low memory'
'84':'Automatic'
'85':'Automatic delayed'
'86':'Manual'
'87':'Disabled'
'88':'Unknown'