# HG changeset patch # User Goffi # Date 1546792204 -3600 # Node ID b80f7848d8a269e21c17fecda39fb0587cd5cc36 # Parent 9a787881b824de295cbba2b50a170a543c8b9407 version + CHANGELOG update diff -r 9a787881b824 -r b80f7848d8a2 CHANGELOG --- a/CHANGELOG Sun Jan 06 17:29:50 2019 +0100 +++ b/CHANGELOG Sun Jan 06 17:30:04 2019 +0100 @@ -1,4 +1,24 @@ -v. 0.2 (02/12/2015): +V 0.3 (NOT RELEASED YET) + - PEP: presence and +notify initial support + - PEP: notifications for auto subscribers + - added "presence" access model + - implemented affiliations + - items are now ordered by default using last update date. This is actually the order corresponding to the XEP + - item creation and modification are now saved in 2 separate fields + - "roster" access model has been renamed to "publisher-roster" + - re-implemented feature which allows an entity to retract an item from somebody else node (i.e. a node from which he is neither owner or publisher) if he is the publisher of the item. + - implemented "Order-By" protoXEP + - node schema experimental features (use a data form as a schema for a node) + - serial ids experimental feature (ids in series like 1, 2, 3, etc.) + - SàT Pubsub can now be configured using the same config file as SàT iiself, i.e. "sat.conf" + - MAM: filtering by categories + - MAM and RSM various improvments + - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT + - (bug fix) fixed security check which was rejecting all delegations from external servers + - (bug fix) fixed publisher check on item publishing + - various other fixes/improvments, checks the mercurial logs for details + +v 0.2 (02/12/2015): - schema updated (unversioned => version 1) - sync with Idavoll - use of sat.tmp.wokkel as a workaround for change not merged upstream @@ -10,6 +30,7 @@ - SàT PubSub can be used as a PEP service (PEP implementation not complete yet) - item publisher is enforced - categories handling (not complete) + - pgsql: schema version is checked, and a message asking to upgrade is displayed if needed v 0.1.1 (09/09/2014): bugfix release diff -r 9a787881b824 -r b80f7848d8a2 src/__init__.py --- a/src/__init__.py Sun Jan 06 17:29:50 2019 +0100 +++ b/src/__init__.py Sun Jan 06 17:30:04 2019 +0100 @@ -54,7 +54,7 @@ SàT PubSub, a generic XMPP publish-subscribe service. """ -__version__ = '0.2.0' +__version__ = '0.3.0' # TODO: remove this when RSM and MAM are in wokkel import wokkel