comparison CHANGELOG @ 376:b80f7848d8a2

version + CHANGELOG update
author Goffi <goffi@goffi.org>
date Sun, 06 Jan 2019 17:30:04 +0100
parents 642dffb9d6f1
children ff796dd7b632
comparison
equal deleted inserted replaced
375:9a787881b824 376:b80f7848d8a2
1 v. 0.2 (02/12/2015): 1 V 0.3 (NOT RELEASED YET)
2 - PEP: presence and +notify initial support
3 - PEP: notifications for auto subscribers
4 - added "presence" access model
5 - implemented affiliations
6 - items are now ordered by default using last update date. This is actually the order corresponding to the XEP
7 - item creation and modification are now saved in 2 separate fields
8 - "roster" access model has been renamed to "publisher-roster"
9 - 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.
10 - implemented "Order-By" protoXEP
11 - node schema experimental features (use a data form as a schema for a node)
12 - serial ids experimental feature (ids in series like 1, 2, 3, etc.)
13 - SàT Pubsub can now be configured using the same config file as SàT iiself, i.e. "sat.conf"
14 - MAM: filtering by categories
15 - MAM and RSM various improvments
16 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT
17 - (bug fix) fixed security check which was rejecting all delegations from external servers
18 - (bug fix) fixed publisher check on item publishing
19 - various other fixes/improvments, checks the mercurial logs for details
20
21 v 0.2 (02/12/2015):
2 - schema updated (unversioned => version 1) 22 - schema updated (unversioned => version 1)
3 - sync with Idavoll 23 - sync with Idavoll
4 - use of sat.tmp.wokkel as a workaround for change not merged upstream 24 - use of sat.tmp.wokkel as a workaround for change not merged upstream
5 - RSM (XEP-0059) implementation 25 - RSM (XEP-0059) implementation
6 - MAM (XEP-0313) implementation 26 - MAM (XEP-0313) implementation
8 - Privileged Entity (XEP-0356) implementation 28 - Privileged Entity (XEP-0356) implementation
9 - removed remote-roster hack 29 - removed remote-roster hack
10 - SàT PubSub can be used as a PEP service (PEP implementation not complete yet) 30 - SàT PubSub can be used as a PEP service (PEP implementation not complete yet)
11 - item publisher is enforced 31 - item publisher is enforced
12 - categories handling (not complete) 32 - categories handling (not complete)
33 - pgsql: schema version is checked, and a message asking to upgrade is displayed if needed
13 34
14 v 0.1.1 (09/09/2014): 35 v 0.1.1 (09/09/2014):
15 bugfix release 36 bugfix release
16 37
17 v 0.1.0 (24/02/2014): 38 v 0.1.0 (24/02/2014):