For those of you not subscribed to the development mail list and are curious, (why are you not subscribed if you are interested?) the conditions for Dries rolling a release candidate are now announced below.
The short answer is, it depends on how many bug fixes are submitted and how many people help review them. Possibly as early as next week if the level of critical bugs continues to go down as they are fixed and a base level of stability is met.
Following Drupal's involvement in the Google Summer of Code program, Robert Douglass was interviewed by Liz Gannes of Red Herring magazine. The issue has just hit the news stands, and the article, "Google U", is a full page from the 48 page publication. In the section Winning Hearts, where Google's motivation for spending $2 million on open source is pondered, Drupal get's it's shining moment:
And that kind of money is a significant infusion for open source. It means an emerging project like Drupal, a content management platform run by Belgian students that mentored 10(sic) Summer of Code participants, can get the equivalent of “hiring a highly qualified developer for an entire year to work for us,” says Robert Douglass, an American developer in Germany who spearheaded Drupal’s involvement. “Fifty-thousand dollars earmarked for Drupal development—that’s really astounding.”
I just want to point the spotlight on Tips for posting to the Drupal forums . I'm not sure who posted it, but it's nice reminder of good forum ethiquette. :)
I've created a project page for my AJAX Spellcheck module, to replace it's old position in my sandbox. You can see a demo on my personal site's contact page.
I created a filter quite sometime ago that extends the codefilter module with syntax highlighting. I would like to make it available to the drupal community.
The syntax highlighting engine used is GeSHi (http://qbnz.com/highlighter/), which is written php so it is quaranteed to work where drupal works. I also added a config page that lets admin's enable or disable highlighting and set the default language. You can also change the behaviour on a per-item basis by passing arguments to in the code tag.