Blog

Symfony 1.1.0 RC1 is out

« Back to the Blog

Categories

Archives

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

As promised, we end today the beta releases cycle of symfony 1.1, with the publication of the first release candidate version (RC1). No new feature will be added from now, so you're encouraged to test it thoroughly and report any problem to help us fixing the remaining bugs before we publish the stable version.

What has been done between the beta4 and this brand new RC1?

To upgrade an existing project based on another 1.1 beta, you have to run the following commands:

$ php symfony propel:build-model 
$ php symfony propel:build-forms
$ php symfony cache:clear

To upgrade a project using symfony 1.0, you're invited to carrefully read the UPGRADE file.

So what's the next step? You can expect a RC2 and a stable release in the following weeks.


gravatar icon
#1 robert h. marley said about 2 hours later

this is wonderfull. I wonder if I can use it to play reggae music? I'm not very much into symfonic music...

gravatar icon
#2 Sebastián said about 2 hours later

That great! Good work team!

gravatar icon
#3 Nicolas said about 3 hours later

Bob Marley> You can try the "./symfony play:reggae --add-weed" command, but we do not guarantee the result ;)

gravatar icon
#4 Hugo said about 5 hours later

Very good job team ! It's a really good news :p

gravatar icon
#5 Andrejs Verza said about 6 hours later

Please folks don't forget to update the documentation. Until then I will silently use symfony 1.0.X.

gravatar icon
#6 jark19 said about 18 hours later

That's brilliant, I love you guys! :D

gravatar icon
#7 Sashman said about 24 hours later

this is great news! Keep up the fantastic work :)

gravatar icon
#8 vinilios said 1 day later

Nice work ppl, keep it up.

Support has been added to the schema YAML format for Propel 1.2 inheritance.

What exactly is that? where can i find more about these improvements ?

gravatar icon
#9 tobi said 1 day later

you will be able :)
we are writing www.play.fm 2.0 with symfony 1.1 and also offer some reggae sound

gravatar icon
#10 tsmTom said 1 day later

Nice work! When The Book 1.1 come out?

gravatar icon
#11 vv said 6 days later

How do you upgrade it?
I'm running 1.1beta4

c:\php>pear upgrade symfony/symfony-beta
Nothing to upgrade

gravatar icon
#12 vv said 6 days later

Tried millions way .. and still cant get 1.1rc1

c:\php>pear uninstall symfony/symfony
symfony/symfony not installed

c:\php>pear uninstall symfony/symfony-beta
symfony/symfony not installed

c:\php>pear install symfony/symfony-beta
downloading symfony-1.0.15.tgz ...

gravatar icon
#13 fabien said 6 days later

@vv: PEAR can't handle both version. So, when you try to install the latest beta version, it installs the 1.0.15 because this is the last uploaded one and stable is >= to beta. Here is how to install 1.1.0RC1 with PEAR:

pear install symfony/symfony-1.1.0RC1

gravatar icon
#14 Rony said 15 days later

Good Work Team!!!