Blog

symfony 1.0.2 is released

« Back to the Blog

Categories

Feeds

feed Posts feed

comments feed Comments feed

Be trained by symfony experts
Dec 10: Paris (1.1 - Francais)
Dec 10: Atlanta (1.1 - English)
Dec 17: Montreal (1.1 - Francais)
Jan 21: Paris (1.1 - Francais)
Feb 18: Paris (1.1 - Francais)
and more...

Archives

Creative Commons License This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.

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:

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.

Comments comments feed

gravatar
#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

gravatar
#2 j0k said about 3 hours later

And pear upgrade-all ?
It works fine for me

gravatar
#3 mdf said about 6 hours later

very nice
Thank you Fabien POTENCIER for such a great growth of symfony

gravatar
#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.

gravatar
#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.

gravatar
#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 date

If I use -f it starts downloading 1.0.1.

Used pear clear-cache and tried again - the same thing.

Any ideas?

gravatar
#7 Akinas said 1 day later

@Visa
@ccors

In my experience the only thing to do is to wait.

gravatar
#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

:)

gravatar
#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]