Blog

symfony 1.2 Release Candidate 2 available!

Jobeet, learn symfony step by step, 24 days, 1 hour a day

« Back to the Blog

Categories

Feeds

feed Posts feed

comments feed Comments feed

Be trained by symfony experts
Jan 21: Paris (1.1 - Francais)
Feb 04: Montpellier (1.1 - Français)
Feb 18: Paris (1.1 - Francais)
Mar 11: Nantes (1.2 - Français)
Mar 18: Paris (1.2 - Français)
and more...

Archives

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

I am happy to announce that we just published symfony 1.2 Release Candidate 2. The community response to our RC1 was better than expected, so we decided to make a quick RC2 release to ease some pain of bugs contained in RC1.

We will continue to resolve bugs targeted for 1.2. To get more bugs fixed, I would like to ask you not to put any new feature requests to trac with milestone 1.2. If you have any bugs, please supply us with instructions to reproduce, otherwise it is unlikely that we can resolve your issue still for 1.2

What is new

For all the projects now hopefully moving to symfony 1.2-RC2, I strongly recommend the What's new? tutorial. It contains the new and noteworthy stuff in 1.2. For all the projects already using RC1 this release brings nothing new, but still please follow the upgrade instructions at the end of this post.

Changes from symfony 1.2 RC 1

A typo Fabien did in the routing configuration for RC1 had quite nasty side effects, especially making routes named "_collection" generated by the admin generators fail. It also was generated into many places. I corrected all occurrences of this typo in symfony for RC2, but you might either from a tutorial or from generated code find this typo still in your routing.yml:

with_wilcard_routes:   true

replace it with

with_wildcard_routes:   true

More details can be found in ticket #5065. Please check your routing configuration as well.

I was also able to reduce the time consumed by the symfony command line. After upgrading, be sure to use the new symfony file from data/bin by copying it into your project. Details can be found in ticket #4928.

Even when the response times are not so fast as the 1.0 version of the CLI and certain systems (especially windows, which is poor in optimizing file access), we think that the amount of features the CLI has by now still justifies a tad slower response. We still try to further optimize it before 1.2 final.

Bugs fixed

During the last one and half weeks we made some minor changes and fixes. The following tickets have been closed:

Where to Download?

Grab your fresh copy of symfony 1.2 RC2 here and enjoy!

Please remember to follow the UPGRADE procedure after downloading. Even and especially if you are upgrading from RC1, you need to follow these steps:

$ php symfony project:upgrade1.2
$ php symfony propel:build-model
$ php symfony propel:build-forms
$ php symfony propel:build-filters
$ php symfony cc

Add a Comment

(will not be published - gravatar enabled)

Comments comments feed

gravatar
#1 Matthias said 22 minutes later

Awesome!

gravatar
#2 Ken Marfilla said 29 minutes later

@Fabien

Can you please elaborate on the 'nasty side effect' of misspelled with_wildcard_routes in routing.yml? Does it affect link generation especially of form_tag_for because I have been having issues with it.

gravatar
#3 Ken Marfilla said 31 minutes later

typo link of ticket #4928

gravatar
#4 Fabian said 44 minutes later

Fixed. And my name is Fabian, I am not Fabien *sigh*

gravatar
#5 Ken Marfilla said about 1 hour later

I suppose I made a typo also :) unfortunately I don't have the luxury of an edit button :p

gravatar
#6 zero0x said about 9 hours later

It's coming... :)

gravatar
#7 Matthias said about 13 hours later

The CLI is really fast now! Thanks a lot.

gravatar
#8 Dennis said about 13 hours later

Great work, thanks!
Regarding the 4928 CLI fix, shouldn't the data/bin/symfony version not also be generated in the project dir when running symfony generate:project?

gravatar
#9 Fabian said about 15 hours later

@Dennis
Yes, but who does this when upgrading :-)

gravatar
#10 Fabien said about 21 hours later

@Dennis: fixed, thanks,