| 1 |
$Id: CHANGELOG.txt,v 1.2 2006/12/28 19:00:03 eaton Exp $
|
| 2 |
**********************************************************************
|
| 3 |
|
| 4 |
Akismet module v1.2 for Drupal 5, 2006-12-31
|
| 5 |
--------------------------------------------
|
| 6 |
- Upgrade for Drupal 5
|
| 7 |
- Removed auto version-checking
|
| 8 |
|
| 9 |
Akismet module v1.1.2 for Drupal 4.7, 2006-06-20
|
| 10 |
------------------------------------------------
|
| 11 |
- Fixed bug: Do not apply anti-spambot checks if there have already
|
| 12 |
been errors detected in the form.
|
| 13 |
- Fixed bug: Do not check for empty body/mail in anti-spambot
|
| 14 |
prevention code.
|
| 15 |
- Added a function to expand the SQL query used to match spambots.
|
| 16 |
This is hopefully better, for debuggin purposes.
|
| 17 |
|
| 18 |
|
| 19 |
Akismet module v1.1.0 for Drupal 4.7, 2006-06-20
|
| 20 |
------------------------------------------------
|
| 21 |
- Added experimental feature: anti-spambot options to prevent from
|
| 22 |
Denial of Service (DoS) caused by certain spambots.
|
| 23 |
- Rewritten moderation queue. It is now a bit more powerful, allowing
|
| 24 |
operations against multiple items.
|
| 25 |
- Code related to admin and cron has been moved to external files
|
| 26 |
which are only loaded when needed. This is to minimize resource
|
| 27 |
consumption during normal site operation.
|
| 28 |
- Prevent from sending e-mail notifications to the same user who has
|
| 29 |
written the content.
|
| 30 |
- Removed unnecessary code in hook_install.
|
| 31 |
- Added a couple of columns to the {akismet_spam_marks} table to
|
| 32 |
speed up some queries. Requires running http://site/update.php
|
| 33 |
|
| 34 |
|
| 35 |
Akismet module v1.0.0 for Drupal 4.7, 2006-06-12
|
| 36 |
------------------------------------------------
|
| 37 |
- Initial release
|