From 69cff2e7bf35e00f0a6750c7dd872ad4cedced56 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 22 Mar 2023 11:33:48 +0100 Subject: [PATCH 1/2] New version 8.1.1 * Revert a ABI breaking change introduced in 8.1.0 (Optimization of `Entry::getItem()`) --- ChangeLog | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4a2222d51..a3b944131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +libzim 8.1.1 +============ + + * Revert a ABI breaking change introduced in 8.1.0 (Optimization of `Entry::getItem()`) + libzim 8.1.0 ============ diff --git a/meson.build b/meson.build index 851958d81..d33114d2f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libzim', ['c', 'cpp'], - version : '8.1.0', + version : '8.1.1', license : 'GPL2', default_options : ['c_std=c11', 'cpp_std=c++11']) From 4d82d6de375c412aa739bb7fced272dbea712eea Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 22 Mar 2023 13:11:22 +0100 Subject: [PATCH 2/2] Change image container in the CI. Last change in main now create the docker ci image in `ghcr.io`. As the repository in docker hub has been removed, we need to update here. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 958ab1264..5a5596ac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: HOME: /home/runner runs-on: ubuntu-latest container: - image: "kiwix/kiwix-build_ci:${{matrix.image_variant}}-32" + image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36" steps: - name: Checkout code shell: python