Skip to content

Commit

Permalink
Merge pull request #840 from openzim/release-9.0.0
Browse files Browse the repository at this point in the history
Release 9.0.0
  • Loading branch information
kelson42 authored Nov 12, 2023
2 parents 14d30cf + f7fe1e5 commit ca1bcee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
libzim 9.0.0
============

* getMediaCount() does not fail anymore if M/Counter is missing (@mgauthierfr #827)
* Reintroduce optimization of Entry::getItem() (@kelson42 @mgauthierfr #836)
* C++17 compatible code (@mgauthierfr #819)
* Add support to recent googletest framework (@kelson42 #830)
* Multiple fixes for Apple macOS/iOS compilation & CI (@mgauthierfr @kelson42 @rgaudin #832 #839)

libzim 8.2.1
============

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libzim', ['c', 'cpp'],
version : '8.2.1',
version : '9.0.0',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])

Expand Down

0 comments on commit ca1bcee

Please sign in to comment.