If you target a remote Trac site which is using Trac 0.9 or earlier, you now need to activate the compatibility mode explicitly in TracIni:
{{{
[intertrac]
legacy.url = http://myoldtrac.com
legacy.title = Old Trac for our old system
legacy.compat = true
}}}