Archive

Archive for January 3rd, 2007

TurboGears 1.0 released!

January 3rd, 2007

On IRC today, I told a tale of version number mayhem. TurboGears 0.5 came out in September 2005. 0.8 came out in October 2005. In November 2005, I wrote an article right here about how open source projects shouldn’t be shy about releasing their 1.0 versions. The 0.9 alphas started just before PyCon in February 2006.

Between 0.8 and 0.9, TurboGears grew a lot of code and features. We needed to assimilate all of that. I should have likely called one of the 0.8 releases 1.0 and 0.9 would’ve been 1.1. But, instead, 1.0b1 came out in September 2006. That was a mistake, too… because 1.0b1 became the preferred, stable version of TurboGears. After all, quite a few people were using the 0.9 releases in production environments. 1.0b1 really should have been called 1.0.

Version numbers and “beta” designations do set up some expectations in people’s minds. However, I think that once you put a release out there and say “this is good enough to use for real work”, you’ve crossed a threshold and should go ahead and give the 1.0 label.

Without further ado, I’m pleased to announce the release of TurboGears 1.0. A whole bunch of fixes have made it in since the 1.0b2 release. (Unfortunately, I didn’t have a chance to update and clean up the changelog for this release because of the server problems, but Elvelind has offered to clean up the file.)

A big thank you to all of the folks who put forth the effort in fixing bugs, providing patches, committing patches, bringing the docs up to date, etc.

1.0 is not the end. It’s just the beginning.

Python, TurboGears

TurboGears has a new leader

January 3rd, 2007

Since around April, people following TurboGears have undoubtedly noticed that my “public participation” in the project has been sporadic. I say “public”, because I’ve often had things going on behind the scenes for the project. But the fact is, that I’ve been busy. The DVD, the book, the presentations, the new job. With the exception of the job, which is a fairly predictable chunk of time, the other things were one time events. I figured that once I was past those, I’d have a certain chunk of time to devote to TG.

After getting a feel for what kind of time that was, I started working on a plan to make the project scale better. I outlined this in a message to the turbogears-trunk list on November 29th where I talk about TG 2.0. I’ve worked on getting more people situated in more roles in the project.

But there is more work to be done to fully get things organized around the ideas we have for TurboGears 2.0. TurboGears is a large enough project that there are plenty of people to help out. But, work needs to be done to get people going on the different things that need doing. Realistically, I don’t see myself having the time to do this in the near term.

In order to ensure that the project gets the attention it needs and can move forward as quickly as possible, I’ve decided to bring on a new Benevolent Dictator. I looked for someone who has been with the project a long time, has contributed good work, has some time to put into the project, has similar views on where to take the project and is a nice person (otherwise they’d be more “Dictator” and not enough “Benevolent”). There is at least one such person on the project.

Alberto Valverde is the new leader of TurboGears! A big thank you to Alberto for agreeing to pick up the project and carry it forward!

Python, TurboGears

TurboGears.org moves to WebFaction

January 3rd, 2007

The server that runs turbogears.org has sporadically had a problem where the Apache process completely bogs down (and the load average gets up around 20). I haven’t had the time to really chase it down and it happened randomly enough that I didn’t worry too much about it.

Over the past few days, however, the site has been down more than it’s been up! So, on New Years Day, I finally took Remi Delon up on his offer of free hosting for turbogears.org at WebFaction. In order to get things back online, I somewhat hastily moved the services over. But, it all went smoothly. WebFaction’s control panel made setting things up a snap. And for a couple of the more esoteric things I needed to do, Remi was a big help.

www.turbogears.org, trac.turbogears.org, files.turbogears.org and svn.turbogears.org are all being served from WebFaction now.

A big thank you to Remi Delon and his WebFaction partners!

Note: Blue Sky On Mars is still running on the problematic server. I hope to be completely moved to another server soon.

Python, TurboGears