* Native Restconf is now default, not fcgi/nginx

* That is, to configure with fcgi, you need to explicitly configure: `--with-restconf=fcgi`
* Updated main example to native restconf and several other fixes
This commit is contained in:
Olof hagsand 2021-07-07 16:14:01 +02:00
parent 98c5fcd20f
commit fe0541959f
7 changed files with 169 additions and 250 deletions

View file

@ -33,6 +33,13 @@
## 5.3.0
Expected: September, 2021
### C/CLI-API changes on existing features
Developers may need to change their code
* Native Restconf is now default, not fcgi/nginx
* That is, to configure with fcgi, you need to explicitly configure: `--with-restconf=fcgi`
## 5.2.0
1 July 2021