Skip to content

Commit

Permalink
New version 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 16, 2024
1 parent 8af2881 commit f578da6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
28 changes: 21 additions & 7 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
libzim 9.2.0
============

* Allow open Archive with a set of (positionned) file descriptors (@mgautierfr #860)
* Introduce new (private) method `getEntryByPathWithNamespace` (@mgautierfr #859)
* Fix compilation on Haiku (@Begasus #857)
* Fix macos mmap (@mgautierfr #867)
* Optimize checksum calculation (@aryanA101a #861)
* Introduce `Formatter` helper (@ShaopengLin #862)
* Rename all `*Url*` symbols to `*Path*` (@mgautierfr #869)
* Build script: Allow to disable compilation of test (@kelson42 #854)
* [CI] Use kiwix-build github's action to download deps archive (@mgautierfr #850)
* [CI] Build libzim on macos-14 (@kelson42 #856)

libzim 9.1.0
============

* New addAlias() method in the creator (@mgauthierfr #833)
* Bump-up ZIM format minor version to 6.1.2 (@mgauthierfr #847)
* New addAlias() method in the creator (@mgautierfr #833)
* Bump-up ZIM format minor version to 6.1.2 (@mgautierfr #847)

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)
* getMediaCount() does not fail anymore if M/Counter is missing (@mgautierfr #827)
* Reintroduce optimization of Entry::getItem() (@kelson42 @mgautierfr #836)
* C++17 compatible code (@mgautierfr #819)
* Add support to recent googletest framework (@kelson42 #830)
* Multiple fixes for Apple macOS/iOS compilation & CI (@mgautierfr @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 : '9.1.0',
version : '9.2.0',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])

Expand Down

0 comments on commit f578da6

Please sign in to comment.