The TurboGears development team is proud to announce the immediate
availability of TurboGears 1.0.4.4
This release marks the last active version of the 1.0 branch. All new
developments will now occur in the 1.1 branch. The 1.1 branch will
provide different defaults: Genshi and SQLAlchemy.
A lot of efforts have been put in this release to make TurboGears even
more developer friendly:
* our quickstart templates have been cleaned-up
* the session cookie handling routines have been made more robut and
cross browser
* You can now force login to occur in SSL only while the rest of
your site is in normal HTTP
* SQLAlchemy 0.4.3 compatibility
Please look at our changelog (http://trac.turbogears.org/wiki/ChangeLog)
for all the details.
Happy TG'ing!
Look here:
http://pypi.python.org/pypi/TurboGears/1.0.4.4
I always upload a tarball for the Linux packagers, I know the zips
have been creating problems for Linux packagers and since then I
always create a tar.gz archive from a Linux host.
Cheers,
Florent.
TurboGears News announcment: http://docs.turbogears.org/News
Chris
It never hurts to be super cautious so let me ask if there are any
gotchas related to upgrading from 1.0.3.2 to 1.0.4.4 before I actually
do the upgrade. The page http://docs.turbogears.org/1.0/Upgrade only
talks about upgrading from earlier versions and says I should just
download tgsetup.py and run it. Is that true (and safe)?
Cheers,
Daniel
Here are some more actual infos on upgrading:
http://docs.turbogears.org/1.0/RoughDocs/Upgrade
These should be merged into the official docs. Anybody volunteering?
-- Christoph
This is great news! Could you tell us from which TG version did you upgrade?
Cheers,
Florent.
Could you have a look at
http://docs.turbogears.org/1.0/RoughDocs/Upgrade#id4 and tell us if
there was anything else you had to do besides what is already listed there?
> Besides fixing a bunch of imports, the only other "gotcha" was due to
> SA not allowing saving of already persistent records (more of a bug in
> my code really).
Could you provide a diff (or manual change instructions) for the changes
to the imports?
@Others: Is the change to SA > 0.4 compulsory? If so, from which TG
version onwards?
Chris
> @Others: Is the change to SA > 0.4 compulsory? If so, from which TG
> version onwards?
No it should not. We support 0.3.10 and upper.
1.0/Upgrade is an official doc, so it needs a wiki editor to change it.
We just need to move section "Updating from 1.0.3 to 1.0.4" from
1.0/RoughDocs/Upgrade to there.
The reason I didn't do this yet is that I was hoping that somebody would
answer my requests for help [1] and fill in some of the missing
information in section "Updating from 0.9a6+ to 1.0.x" first.
See also http://trac.turbogears.org/ticket/1500
Chris
Thanks Stephen! I will add this info to the Upgrade page asap.
Chris
Thanks, I missed that somehow. I'll go ahead with the upgrading and
let you know if I run into anything unexpected.
Cheers,
Daniel