Fabien Potencier
about 1 year ago
Releases
9
I released symfony 1.0.2 yesterday. As for every 1.0.X release, there is no new feature, just some bug fixes.
Here are all bugs fixed in this release:
- r3785: fixed getCookies() call in sfDebug when using sfConsoleResponse (#1666)
- r3775: fixed _compute_public_path() when using a query string
- r3754: updated Propel to 1.2.1 (http://propel.phpdb.org/trac/query?status=closed&milestone=1.2.1&resolution=fixed&order=priority)
- r3746: fixed output escaping and _get_object_list() (#1593)
- r3699: fixed highlight_text() doesn't work with / (#1621)
- r3692: fixed i18n support for errors in sfRequest
Propel has been upgraded to 1.2.1. It fixes some small bugs in the Propel templates, so you have to rebuild your model:
symfony propel-build-model
As for every 1.0.X release, after upgrading to 1.0.2, don't forget to clear the cache of your projects.
-
#1 antonio lorusso said about 3 hours later

Does pear upgrade work?
#shell$ pear upgrade symfony/symfony
Nothing to upgrade
#shell$ symfony -V
symfony version 1.0.1
-
#2 j0k said about 3 hours later

And pear upgrade-all ?
It works fine for me
-
#3 mdf said about 6 hours later

very nice
Thank you Fabien POTENCIER for such a great growth of symfony
-
#4 Piers said about 8 hours later

Just upgraded on a fairly large project and all looks fine here.
antonio, I upgraded using "pear upgrade ..." without issue. In the past though I have had some issues with something like that - I did a "pear uninstall ..." first, then installed Symfony again.
-
#5 Visa said about 10 hours later

Antonio, I had the same problem. Upgrade-all didn't work either. Using "pear upgrade -f symfony/symfony" did the trick.
-
#6 ccors said 1 day later

I must be missing something too...
pear upgrade - nothing to update
pear upgrade-all - nothing to update
pear channel-update - up to dateIf I use -f it starts downloading 1.0.1.
Used pear clear-cache and tried again - the same thing.
Any ideas?
-
#7 Akinas said 1 day later

@Visa
@ccorsIn my experience the only thing to do is to wait.
-
#8 ccors said 1 day later

Maybe a transparent caching proxy is the problem? Because pear remote-list displays 1.0.2.
Well, I connected via another gateway trough which I haven't used pear. It still didn't want to upgrade via pear upgrade symfony/symfony, but -f did the job. This time 1.0.2 was downloaded.
So, I think all these problems could be because of a transparent cache of some small response/file from pear's system.
@Akinas
:)
-
#9 torsten said 6 days later

The Changelog for PEAR 1.5.3 tells
Fix Bug #10771: upgrade-all/upgrade will not upgrade non-PEAR channels [cellog]



