Blog

Say hello to the the second release candidate of symfony 1.1

« Back to the Blog

Categories

Feeds

feed Posts feed

comments feed Comments feed

Be trained by symfony experts
Oct 29: Atlanta (1.1 - English)
Oct 29: Montreal (1.1 - English)
Nov 19: Paris (1.1 - Francais)
Nov 26: Atlanta (1.1 - English)
Dec 10: 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.

The second release candidate of symfony 1.1 has been released today. Here's a quick changelog:

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.

The next step will be the release of symfony 1.1 stable.

Comments comments feed

gravatar
#1 IsRobot said about 18 hours later

For those wanting to upgrade symfony using PEAR you may need to specify the channel/pakage version e.g.
pear upgrade symfony/symfony-1.1.0RC2

gravatar
#2 Peter Blazso said about 23 hours later

IsRobot:
For me the following command also worked with no problem at all:
pear upgrade symfony/symfony-beta

gravatar
#3 fabien said about 23 hours later

@Peter: You really need to use symfony/symfony-1.1.0RC2 because symfony/symfony-beta will install the latest beta or stable. So, next time we release a 1.0 version, it will install it instead of 1.1.

gravatar
#4 Luã de Souza said 3 days later

"The next step will be the release of symfony 1.1 stable."

And i can't wait to use it! :D
Nice work.