diff options
| author | Barry Warsaw | 2015-04-06 22:06:28 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-04-06 22:06:28 -0400 |
| commit | 7317b94a0b746f0287ecbc5654ec544ce0112adb (patch) | |
| tree | fd113090d48ba1901e125d156239f17d1ddad4c7 /src/mailman/docs | |
| parent | b0a841d634ad5a44b44af17548636e17c38541f1 (diff) | |
| parent | 5f16bf4ee68231cdce99ed26262f73cac81fbafa (diff) | |
| download | mailman-7317b94a0b746f0287ecbc5654ec544ce0112adb.tar.gz mailman-7317b94a0b746f0287ecbc5654ec544ce0112adb.tar.zst mailman-7317b94a0b746f0287ecbc5654ec544ce0112adb.zip | |
* Domains now have a list of owners, which are ``IUser`` objects, instead of
the single ``contact_address`` they used to have. ``IUser`` objects now
also have a ``is_server_owner`` flag (defaulting to False) to indicate
whether they have superuser privileges. Give by Abhliash Raj, with fixes
and refinements by Barry Warsaw. (LP: #1423756)
* Domains can now optionally be created with owners; domain owners can be
added after the fact; domain owners can be deleted. Also, users now have
an ``is_server_owner`` flag as part of their representation, which defaults
to False, and can be PUT and PATCH'd. Given by Abhilash Raj, with fixes
and refinements by Barry Warsaw. (LP: #1423756)
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 87efebd6d..68ebe6143 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -12,6 +12,14 @@ Here is a history of user visible changes to Mailman. =============================== (2015-XX-XX) +Architecture +------------ + * Domains now have a list of owners, which are ``IUser`` objects, instead of + the single ``contact_address`` they used to have. ``IUser`` objects now + also have a ``is_server_owner`` flag (defaulting to False) to indicate + whether they have superuser privileges. Give by Abhliash Raj, with fixes + and refinements by Barry Warsaw. (LP: #1423756) + Bugs ---- * Fix calculation of default configuration file to use when the ``$var_dir`` @@ -64,6 +72,11 @@ REST ``<api>/reserved/uids/orphans``. Note that *no guarantees* of API stability will ever be made for resources under ``reserved``. (LP: #1420083) + * Domains can now optionally be created with owners; domain owners can be + added after the fact; domain owners can be deleted. Also, users now have + an ``is_server_owner`` flag as part of their representation, which defaults + to False, and can be PUT and PATCH'd. Given by Abhilash Raj, with fixes + and refinements by Barry Warsaw. (LP: #1423756) 3.0 beta 5 -- "Carve Away The Stone" |
