mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-12-23 22:28:10 -05:00
Merge pull request #616 from kiwix/version_3.5.0
This commit is contained in:
14
Changelog
14
Changelog
@@ -1,3 +1,17 @@
|
||||
kiwix-tools 3.5.0
|
||||
=================
|
||||
|
||||
* Do not use `--static` option when compiling on MacOs (@mgautierfr #615)
|
||||
* Move main branch from `master` to `main`.
|
||||
* Fix docker image (@jacroe #597)
|
||||
* Various CI improvements (@kelson42)
|
||||
|
||||
kiwix-serve
|
||||
-----------
|
||||
|
||||
* Add documentation about the kiwix-serve API (@veloman-yunkan #586)
|
||||
https://kiwix-tools.readthedocs.io/en/latest/kiwix-serve.html#http-api
|
||||
|
||||
kiwix-tools 3.4.0
|
||||
=================
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('kiwix-tools', 'cpp',
|
||||
version : '3.4.0',
|
||||
version : '3.5.0',
|
||||
license : 'GPL',
|
||||
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user