/[drupal]/contributions/modules/akismet/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/akismet/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sun Dec 31 23:49:25 2006 UTC (2 years, 10 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-5--1-4, DRUPAL-6--1-0-beta1, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5
Changes since 1.2: +6 -6 lines
File MIME type: text/plain
Bug fixes for 5.0 conversion: removed version checking code, fixed comment unpublishing, fixed node overview in admin section.
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

  ViewVC Help
Powered by ViewVC 1.1.2