~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2012-03-26 12:04:00 UTC
  • Revision ID: barry@list.org-20120326120400-jfezy6cg60ygod7k
Architecture
------------
 * Internally, all datetimes are kept in the UTC timezone, however because of
   LP: #280708, they are stored in the database in naive format.
 * `received_time` is now added to the message metadata by the LMTP runner
   instead of by `Switchboard.enqueue()`.  This latter no longer depends on
   `received_time` in the metadata.
 * The `ArchiveRunner` no longer acquires a lock before it calls the
   individual archiver implementations, since not all of them need a lock.  If
   they do, the implementations must acquire said lock themselves.

Configuration
-------------
 * New configuration variables `clobber_date` and `clobber_skew` supported in
   every `[archiver.<name>]` section.  These are used to determine under what
   circumstances a message destined for a specific archiver should have its
   `Date:` header clobbered.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
Here is a history of user visible changes to Mailman.
9
9
 
10
10
 
 
11
3.0 beta 1 -- "Freeze"
 
12
======================
 
13
(20XX-XX-XX)
 
14
 
 
15
Architecture
 
16
------------
 
17
 * Internally, all datetimes are kept in the UTC timezone, however because of
 
18
   LP: #280708, they are stored in the database in naive format.
 
19
 * `received_time` is now added to the message metadata by the LMTP runner
 
20
   instead of by `Switchboard.enqueue()`.  This latter no longer depends on
 
21
   `received_time` in the metadata.
 
22
 * The `ArchiveRunner` no longer acquires a lock before it calls the
 
23
   individual archiver implementations, since not all of them need a lock.  If
 
24
   they do, the implementations must acquire said lock themselves.
 
25
 
 
26
Configuration
 
27
-------------
 
28
 * New configuration variables `clobber_date` and `clobber_skew` supported in
 
29
   every `[archiver.<name>]` section.  These are used to determine under what
 
30
   circumstances a message destined for a specific archiver should have its
 
31
   `Date:` header clobbered.
 
32
 
 
33
 
11
34
3.0 beta 1 -- "The Twilight Zone"
12
35
=================================
13
36
(2012-03-23)