| 1 | Changes in version 1.0.0 |
|---|
| 2 | |
|---|
| 3 | * Added RLS services (RFC 4662 and RFC 4826) |
|---|
| 4 | * Added xcap-diff (draft-ietf-simple-xcap-diff-02) |
|---|
| 5 | * Update maintainer and uploaders |
|---|
| 6 | * Added test for rls-services |
|---|
| 7 | * Added test for resource-lists |
|---|
| 8 | * fixed TypeError: function takes at most 1 positional arguments (2 given) |
|---|
| 9 | |
|---|
| 10 | Changes in version 0.9.9.5 |
|---|
| 11 | -------------------------- |
|---|
| 12 | |
|---|
| 13 | * Fixed a wrongly named positional argument |
|---|
| 14 | |
|---|
| 15 | Changes in version 0.9.9.4 |
|---|
| 16 | -------------------------- |
|---|
| 17 | |
|---|
| 18 | * Fixed one keyword argument too many |
|---|
| 19 | |
|---|
| 20 | Changes in version 0.9.9.3 |
|---|
| 21 | -------------------------- |
|---|
| 22 | |
|---|
| 23 | * Changed some lxml function argument from positional to keyword |
|---|
| 24 | |
|---|
| 25 | Changes in version 0.9.9.2 |
|---|
| 26 | -------------------------- |
|---|
| 27 | |
|---|
| 28 | * Changed debian package to not automatically start the server on install |
|---|
| 29 | * Fix for dburi being updated in SIPThor backend |
|---|
| 30 | * Fixed the SIPThor module to not make a new connection on every transaction |
|---|
| 31 | |
|---|
| 32 | Changes in version 0.9.9.1 |
|---|
| 33 | -------------------------- |
|---|
| 34 | |
|---|
| 35 | * Removed memcache access from the SIPThor backend to reflect change in |
|---|
| 36 | architecture |
|---|
| 37 | |
|---|
| 38 | * Have SIPThor backend gracefully disconnect by having it install its own |
|---|
| 39 | signal handlers. Backends now include a installSignalHandlers boolean |
|---|
| 40 | variable. |
|---|
| 41 | |
|---|
| 42 | Changes in version 0.9.9 |
|---|
| 43 | ------------------------ |
|---|
| 44 | |
|---|
| 45 | * Fixed node selector decoding |
|---|
| 46 | * Save presence rules documents under the same file name ("index.xml") |
|---|
| 47 | * Moved trusted_peers to [Authentication] config section |
|---|
| 48 | * Default xcap_table to "xcap" in config.ini.sample |
|---|
| 49 | * Improved URI logging |
|---|
| 50 | * DELETE of a full document doesn't produce an Etag in the 200 response |
|---|
| 51 | * Added SIP Thor backend |
|---|
| 52 | |
|---|
| 53 | Changes in version 0.9.8 |
|---|
| 54 | ------------------------ |
|---|
| 55 | |
|---|
| 56 | * Support subdirectories by using doc_uri column in xcap table |
|---|
| 57 | * Updated MySQL xcap table structure |
|---|
| 58 | |
|---|
| 59 | Changes in version 0.9.7 |
|---|
| 60 | ------------------------ |
|---|
| 61 | |
|---|
| 62 | * Prevented Twisted from printing SQL login info in the log |
|---|
| 63 | * Added some info to INSTALL about tested versions |
|---|
| 64 | |
|---|
| 65 | Changes in version 0.9.6 |
|---|
| 66 | ------------------------ |
|---|
| 67 | |
|---|
| 68 | * Fixed trusted peer authentication bug against the latest Twisted |
|---|
| 69 | svn trunk. |
|---|
| 70 | |
|---|
| 71 | Changes in version 0.9.5 |
|---|
| 72 | ------------------------ |
|---|
| 73 | |
|---|
| 74 | * Changed watcher application to reflect new database column names of |
|---|
| 75 | OpenSER revision 2923 |
|---|
| 76 | * Changed default SQL table name from "xcap" to "xcap_xml" |
|---|
| 77 | |
|---|
| 78 | Changes in version 0.9.4 |
|---|
| 79 | ------------------------ |
|---|
| 80 | |
|---|
| 81 | * Added "watchers" application to query OpenSER presence watchers. |
|---|
| 82 | * Include debian directory in the source archive. |
|---|
| 83 | |
|---|
| 84 | Changes in version 0.9.3 |
|---|
| 85 | ------------------------ |
|---|
| 86 | |
|---|
| 87 | * Adjusted OpenXCAP to use python-application >= 1.0.9 |
|---|
| 88 | * Set TLS mode based on http/https scheme of the root URI. |
|---|
| 89 | * document_validation defaults to Yes in config.ini.sample |
|---|
| 90 | |
|---|
| 91 | Changes in version 0.9.2 |
|---|
| 92 | ------------------------ |
|---|
| 93 | |
|---|
| 94 | * Changed the name and structure of xcap_xml table. |
|---|
| 95 | * Added the 'type' param to refreshWatchers OpenSER command. |
|---|
| 96 | * Added configuration option to disable XML schema validation. |
|---|
| 97 | * Updated XML scheme to allow EyeBeam resource lists to pass validation. |
|---|
| 98 | * Update debian dependencies. |
|---|