2021-02-03 19:10:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 3 16:36:32 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
|
|
- Update to 3.3.2
|
|
|
|
|
* Add two new get_requests() and get_requests_count() to get pending
|
|
|
|
|
subscription requests``MailingList.get_requests`` is the new API to fetch
|
|
|
|
|
pending requests and supersedes the previous requests property. (See !121)
|
|
|
|
|
* Add Member.subscription_mode to determine if a User is subscribed or an
|
|
|
|
|
Address. (See !121)
|
|
|
|
|
* Add a new get_held_count() API to get a count of held messages for a
|
|
|
|
|
MailingList. (See !122)
|
|
|
|
|
* Add display_name to the pending subscription requests. (Fixes #55)
|
|
|
|
|
* Allow setting a Member's address attribute. (See !128)
|
|
|
|
|
* Add support for inviting an email address to join a list.
|
|
|
|
|
* Rewrite urls according to the baseurl used to instantiate Client instead of
|
|
|
|
|
relying on self_link. (Fixes #22)
|
|
|
|
|
* Add get_request API to MailingList to get individual request objects.
|
|
|
|
|
* Add send_welcome_message parameter to MailingList.subscribe() to suppress
|
|
|
|
|
welcome message. (Closes #61)
|
|
|
|
|
- Fix build on tumbleweed
|
|
|
|
|
|
2020-08-04 07:47:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 4 02:03:44 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
|
|
|
|
|
|
|
|
|
|
- Update to 3.3.1
|
|
|
|
|
* Held message moderation now supports an optional keyword, reason to
|
|
|
|
|
specify the reason to reject the message.
|
|
|
|
|
* Fix a bug where missing display_name attribute with
|
|
|
|
|
MalingList.subscribe would subscribe the user with a display name of
|
|
|
|
|
"None".
|
|
|
|
|
* Add advertised flag to MailingList object.
|
|
|
|
|
* MailingList.nonmembers now uses roster/nonmembers resource instead of
|
|
|
|
|
the find/ API for consistency.
|
|
|
|
|
* Add Client.get_nonmember and MailingList.get_nonmember to get a
|
|
|
|
|
non-member by address.
|
|
|
|
|
|
2020-01-23 14:57:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 23 14:56:37 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- removing 15 conditionals, LANG definition will be removed
|
|
|
|
|
later anyway
|
|
|
|
|
|
2020-01-17 14:44:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 16 11:06:44 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- be able to build also for 15
|
|
|
|
|
|
2019-12-02 11:05:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 2 10:47:15 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- call spec-cleaner
|
|
|
|
|
|
2019-11-06 11:32:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 6 11:10:07 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- run tests except doc ones
|
|
|
|
|
|
2019-10-01 12:06:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 1 10:21:27 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- initial version 3.3.0, required by HyperKitty [SLE-7686]
|
|
|
|
|
|