From 2821b9e06aa7a253dfcbb00fb3539ec361ae2909 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 12 Nov 2018 12:25:16 +0100 Subject: [PATCH] New version 3.0.3 --- ChangeLog | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 11fd581b4..12926ff5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +kiwix-lib 3.0.3 +=============== + + * Add the 'en' language to the mapping alpha2-code ('en') to alpha3-code + ('eng'). + * Correctly write the 'ArticleCount' and 'MediaCount' in the library.xml. + * Correctly fill the book size for the zim file size. + * Fix launch of aria2c. + kiwix-lib 3.0.2 =============== diff --git a/meson.build b/meson.build index 400f7250f..d034071f0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '3.0.2', + version : '3.0.3', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])