~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: 2014-11-08 15:27:56 UTC
  • mfrom: (7255 3.0)
  • mto: This revision was merged to the branch mainline in revision 7260.
  • Revision ID: barry@list.org-20141108152756-p37fhmb0z2dtl7hx
Trunk merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
====================================
13
13
(2014-XX-XX)
14
14
 
 
15
Commands
 
16
--------
 
17
 * The `mailman conf` command no longer takes the `-t/--sort` option; the
 
18
   output is always sorted.
 
19
 
 
20
Configuration
 
21
-------------
 
22
 * The ``[database]migrations_path`` setting is removed.
 
23
 
15
24
Database
16
25
--------
17
26
 * The ORM layer, previously implemented with Storm, has been replaced by
19
28
   Bompard.  Alembic is now used for all database schema migrations.
20
29
 * The new logger `mailman.database` logs any errors at the database layer.
21
30
 
22
 
API
23
 
---
 
31
Development
 
32
-----------
 
33
 * You no longer have to create a virtual environment separately when running
 
34
   the test suite.  Just use `tox`.
 
35
 
 
36
Interfaces
 
37
----------
 
38
 * The RFC 2369 headers added to outgoing messages are now added in sorted
 
39
   order.
24
40
 * Several changes to the internal API:
25
41
   - `IListManager.mailing_lists` is guaranteed to be sorted in List-ID order.
26
42
   - `IDomains.mailing_lists` is guaranteed to be sorted in List-ID order.
28
44
     by `IDomain.mail_host` order.
29
45
   - `ITemporaryDatabase` interface and all implementations are removed.
30
46
 
31
 
Configuration
32
 
-------------
33
 
 * The ``[database]migrations_path`` setting is removed.
 
47
REST
 
48
----
 
49
 * The JSON representation `http_etag` key uses an algorithm that is
 
50
   insensitive to Python's dictionary sort order.
34
51
 
35
52
 
36
53
3.0 beta 4 -- "Time and Motion"