Hello world, Drupal 4.6.4 is available for download. Drupal 4.6.4 is a maintenance release that fixes problems reported using the bug tracking system, as well as 3 security vulnerabilities (two "less critical", one "not critical") that affect all previous versions of Drupal. Since the vulnerabilities are also present in the Drupal 4.5 series, Drupal 4.5.6 is released as well. Upgrading your existing Drupal sites is strongly recommended. More information about the Drupal 4.6.4 and 4.5.6 release is available at http://drupal.org/drupal-4.6.4. Security advisories are available at http://drupal.org/security. Kudos to the security team for their work on getting these releases out, -- Dries Buytaert :: http://www.buytaert.net/
On Wednesday 30 November 2005 23:56, Dries Buytaert wrote:
Drupal 4.6.4 is available for download. Drupal 4.6.4 is a maintenance
Unfortunately 4.6.4 seems to have a serious bug which doesn't let users to post comments, since the comment form has no width, see http://drupal.org/node/39494 The produced XHTML: <textarea wrap="virtual" cols="70" rows="10" name="edit[comment]" id="edit-comment" class="textarea required">-- NSK, Wikinerds.org Admin/Owner: http://nsk.wikinerds.org</textarea> The problem is the " instead of " in the XHTML code. -- NSK Founder of the Wikinerds Community http://www.wikinerds.org/
Unfortunately 4.6.4 seems to have a serious bug which doesn't let users to post comments, since the comment form has no width, see http://drupal.org/node/39494
The produced XHTML:
<textarea wrap="virtual" cols="70" rows="10" name="edit [comment]" id="edit-comment" class="textarea required">-- NSK, Wikinerds.org Admin/Owner: http://nsk.wikinerds.org</textarea>
The problem is the " instead of " in the XHTML code.
http://drupal.org/node/39497 might be a problem too. -- Dries Buytaert :: http://www.buytaert.net/
On 01 Dec 2005, at 01:09, NSK wrote:
Unfortunately 4.6.4 seems to have a serious bug which doesn't let users to post comments, since the comment form has no width, see http://drupal.org/node/39494
The produced XHTML:
<textarea wrap="virtual" cols="70" rows="10" name="edit [comment]" id="edit-comment" class="textarea required">-- NSK, Wikinerds.org Admin/Owner: http://nsk.wikinerds.org</textarea>
As a quick workaround I fixed this problem in tarballs at drupal.org, but maybe we'll want to roll a new release and bump the release numbers. Unfortunately, time is limited today. -- Dries Buytaert :: http://www.buytaert.net/
As a quick workaround I fixed this problem in tarballs at drupal.org, but maybe we'll want to roll a new release and bump the release numbers. Unfortunately, time is limited today.
I've given this some more thought. The security team spent weeks preparing these security releases; it's not realistic to push out new (non-security) releases today. I do, however, suggest we roll new maintenance releases next week. This leaves us some time to include additional bugfixes reported through the bug tracker (if any). -- Dries Buytaert :: http://www.buytaert.net/
Dries Buytaert wrote:
As a quick workaround I fixed this problem in tarballs at drupal.org, but maybe we'll want to roll a new release and bump the release numbers. Unfortunately, time is limited today.
I've given this some more thought. The security team spent weeks preparing these security releases; it's not realistic to push out new (non-security) releases today. I do, however, suggest we roll new maintenance releases next week. This leaves us some time to include additional bugfixes reported through the bug tracker (if any).
Good move! Goba
On 01 Dec 2005, at 11:24, Dries Buytaert wrote:
As a quick workaround I fixed this problem in tarballs at drupal.org, but maybe we'll want to roll a new release and bump the release numbers. Unfortunately, time is limited today.
I've given this some more thought. The security team spent weeks preparing these security releases; it's not realistic to push out new (non-security) releases today. I do, however, suggest we roll new maintenance releases next week. This leaves us some time to include additional bugfixes reported through the bug tracker (if any).
I hope to release a bugfix release tonight. If you haven't upgraded to DRUPAL-4-6 (the head of the Drupal 4.6 branch) yet, please do, and report back successes and failures. Thanks. -- Dries Buytaert :: http://www.buytaert.net/
I upgraded a couple of sites to the current DRUPAL-4-6 branch as of Saturday morning (US time) and they were fine. -Eric On 12 Dec 2005, at 01:10, Dries Buytaert wrote:
On 01 Dec 2005, at 11:24, Dries Buytaert wrote:
As a quick workaround I fixed this problem in tarballs at drupal.org, but maybe we'll want to roll a new release and bump the release numbers. Unfortunately, time is limited today.
I've given this some more thought. The security team spent weeks preparing these security releases; it's not realistic to push out new (non-security) releases today. I do, however, suggest we roll new maintenance releases next week. This leaves us some time to include additional bugfixes reported through the bug tracker (if any).
I hope to release a bugfix release tonight. If you haven't upgraded to DRUPAL-4-6 (the head of the Drupal 4.6 branch) yet, please do, and report back successes and failures. Thanks.
Eric Scouten wrote:
I upgraded a couple of sites to the current DRUPAL-4-6 branch as of Saturday morning (US time) and they were fine.
-Eric
On 12 Dec 2005, at 01:10, Dries Buytaert wrote:
On 01 Dec 2005, at 11:24, Dries Buytaert wrote:
As a quick workaround I fixed this problem in tarballs at drupal.org, but maybe we'll want to roll a new release and bump the release numbers. Unfortunately, time is limited today.
I've given this some more thought. The security team spent weeks preparing these security releases; it's not realistic to push out new (non-security) releases today. I do, however, suggest we roll new maintenance releases next week. This leaves us some time to include additional bugfixes reported through the bug tracker (if any).
I hope to release a bugfix release tonight. If you haven't upgraded to DRUPAL-4-6 (the head of the Drupal 4.6 branch) yet, please do, and report back successes and failures. Thanks.
My only consern about upgrading is that I had to make some hacks to get it working using mysqli instead of mysql anyone know if 4.6.4 will work with mysqli now? Or if anyone is interested I can share the changes I made to get it working with mysqli instead. Carl Parrish http://www.carlparrish.com
participants (6)
-
Carl Parrish -
Dries Buytaert -
Dries Buytaert -
Eric Scouten -
Gabor Hojtsy -
NSK