User Tools

Site Tools


install:upgrade:stable-to-devel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
install:upgrade:stable-to-devel [2016/03/28 23:23]
miconda
install:upgrade:stable-to-devel [2017/01/10 14:46]
miconda [Core]
Line 18: Line 18:
  
 ===== Modules ===== ===== Modules =====
 +
 +==== Removed Modules ====
 +
 +=== mi_datagram ===
 +
 +The **jsonrpcs** module can be used instead to execute RPC commands over datagram sockets (unix socket file, IPv4 or IPv6).
 +
 +=== mi_fifo ===
 +
 +The **jsonrpcs** module can be used instead to execute RPC commands over a FIFO file.
 +
 +=== mi_xmlrpc ===
 +
 +The **xmlrpc** module can be used instead to execute RPC commands over HTTP/S XMLRPC.
 +
 +=== pua_mi ===
 +
 +The **pua_rpc** module can be used instead to trigger presence PUBLISH or SUBSCRIBE requests via RPC commands.
 +
 +==== Renamed Modules ====
 +
 +The module that had a '-' (dash/minus) in the name were renamed to remove it, respectively:
 +
 +  * cpl-c => cplc
 +  * janssonrpc-c => jsonrpcc
 +  * jsonrpc-c => jsonrpcc
 +  * jsonrpc-s => jsonrpcs
 +===== Internal Libraries =====
 +
 +==== kcore ====
 +
 +The library has been removed.
 +
 +Parts of its code have been removed or merged into other components.
 +
 +==== kmi ====
 +
 +The library has been removed.
 +
 +The entire Management Interface (MI) code was removed. Instead of MI commands use RPC commands. The tool **kamctl** is using now RPC commands via **jsonrpcs** module.
  
 ===== Core ===== ===== Core =====
Line 31: Line 71:
  
 <code sql> <code sql>
-...+--table: sca_subscriptions 
 +ALTER TABLE sca_subscriptions 
 +  ADD COLUMN server_id INTEGER DEFAULT 0 NOT NULL, 
 +  DROP INDEX sca_expires_idx, 
 +  ADD INDEX sca_expires_idx (server_id, expires); 
 +UPDATE version SET table_version=2 WHERE table_name="sca_subscriptions";
 </code> </code>
install/upgrade/stable-to-devel.txt · Last modified: 2022/04/15 08:39 by miconda