From a6040b2ecdf77574ed61fa77ddd614682b2f0d74 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 24 Feb 2024 14:42:53 +0100 Subject: [PATCH 1/2] Bump-up version to 13.1.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b39597f7f..50c8afe4e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libkiwix', 'cpp', - version : '13.0.0', + version : '13.1.0', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true']) From 50d1394a0a7570d83abc842fc89d5058eff54fb0 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 24 Feb 2024 14:59:23 +0100 Subject: [PATCH 2/2] Add 13.1.0 Changelog --- ChangeLog | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c680eeeb..517e2a59a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +libkiwix 13.1.0 +=============== + + * Server: + - Properly translated error pages (@veloman-yunkan #1032) + - Properly translated search result page (@veloman-yunkan #1046) + - Default UI language is resolved in frontend (@veloman-yunkan #1044) + - Better support of older Web browsers by polyfilling replaceAll() (@veloman-yunkan #1054) + * New API to migrate bookmarks between books (@mgautierfr #1043) + * Fixed compilation on Haiku OS (@Begasus #1048) + libkiwix 13.0.0 =============== @@ -53,8 +64,6 @@ libkiwix 12.1.0 * Remove libkiwix android publisher from the repository (@kelson42 #884) * Various fixes of meson and CI. (@mgautierfr @kelson42) - - libkiwix 12.0.0 =============== @@ -94,7 +103,6 @@ libkiwix 12.0.0 * Fix documentation (@kelson42 #816) * Udpate translation (#787 #839 #847) - libkiwix 11.0.0 ===============