Tag Archives: Bugs

Bug Chasing

Okay, so in my post about Code Spelunking I mentioned about how working on a project can lead you to explore the code because you need to become more familiar with how the code works. But it can also lead you to explore the code to figure out why code doesn’t work. In this particular case, I spent many hours puzzling over why something didn’t work correctly, chasing down the root cause, and eventually finding a bug in the WordPress core. [...]

Posted in WordPress | Also tagged , , , , , , , , , , , , , , , | 13 Comments

WordPress 2.6.5 Released

WordPressThe WordPress team released WordPress 2.6.5 earlier today. This release addresses a potential XSS (cross-site scripting) attack under some server configurations, plus adds some bugfixes for some other minor issues. As noted in the official announcement, there was no official 2.6.4 release. There was an attempt to fool people into downloading a fake release under that number, so it has been skipped in the official release numbering, to avoid confusion.

I would like to take this opportunity to point out the WordPress project entry on Freshmeat. [...]

Posted in WordPress | Also tagged , , , , , , , | 3 Comments

WordPress 2.6.2 Release

As most of you have probably already seen in your Dashboard, yesterday afternoon saw the official WordPress 2.6.2 Release. And as mentioned in the comments on my intitial news break on the 2.6.2 Beta, the focus is on two security patches to cover weaknesses in PHP’s random number generation (which affects password encryption strength), and in MySQL’s field length checking. [...]

Posted in Announcements, Community, WordPress | Also tagged , , , , , , , , , | 8 Comments

WordPress 2.6.1-beta1

I’m surprised that I haven’t seen mention of this from other channels yet (official or unofficial), but two days ago, SVN revision 8561 of the WordPress 2.6 branch was labled as WordPress version 2.6.1-beta1. The log messages reveal that most changes since the 2.6 release are minor bug and typo fixes. . [...]

Posted in Announcements, Community, WordPress | Also tagged , , , , , , , , | 17 Comments

Blue Screen of Death

I got my first BSOD under Windows XP today. It’s a little darker blue, and the font was different than blue screens under Windows NT. I would have taken a screenshot, but MY COMPUTER WAS CRASHED.

Posted in Operating Systems | Also tagged | 3 Comments