mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-08 06:39:53 -04:00
New version 4.0.0
This commit is contained in:
parent
26b61a2d09
commit
1ac6d4cb20
@ -1,3 +1,11 @@
|
|||||||
|
kiwix-lib 4.0.0
|
||||||
|
===============
|
||||||
|
|
||||||
|
* [API break] Remove support for external index.
|
||||||
|
* Move to the mustache templating system instead of ctpp2.
|
||||||
|
* Make meson.build works for meson>=0.43.0
|
||||||
|
* [API break] Move the basic tools from the `common` directory to `tools`.
|
||||||
|
|
||||||
kiwix-lib 3.1.1
|
kiwix-lib 3.1.1
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '3.1.1',
|
version : '4.0.0',
|
||||||
license : 'GPL',
|
license : 'GPL',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user