I noticed it when I was testing this release.
In my development environment my symfony installation is located at /usr/share/php/symfony-12/... because I develop in 1.0, 1.1 and, now, in 1.2.
When my project is in development state this links point to:
sfDoctrinePlugin -> ../../../../usr/share/php/symfony-12/lib/plugins/sfDoctrinePlugin/web
sfPropelPlugin -> ../../../../usr/share/php/symfony-12/lib/plugins/sfPropelPlugin/web
sfProtoculousPlugin -> ../../../../usr/share/php/symfony-12/lib/plugins/sfProtoculousPlugin/web
relative to my working path.
And it doesn't change when I execute: php symfony project:freeze /usr/share/php/symfony-12/data. It looks like it freezes normally except those symbolic links.
Please, correct ticket properties if needed. Thank you.