Skip to content

Commit

Permalink
Merge pull request #694 from openzim/release_7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored May 6, 2022
2 parents 8e05f1f + 5bc8b55 commit 824647c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
libzim 7.2.1
============

* Make suggestions diacritics insensitive (@veloman-yunkan #691)
* [Writer] Raise an exception when user add a invalid entry (duplicate path)
instead of printing a message (which can be too easily missed) and be buggy
(@mautierfr #690)
* [Writer] Do not `hasIndexData` and `getTitle` in the main thread when we add
an entry (@mgautier #684)
* [Writer] Properly clean and stop the writer even if user hasn't call
`finishZimCreation` (The created zim file is still invalid) (@veloman-yunkan #666)
* Add a default argument value for mimetype of `creator::addMetadata`
(@kelvinhammond #678)
* Use a more informative message in exception when we cannot open a file
(@veloman-yunkan #667 #668)
* Use a generic dirent lookup to search by title (@veloman-yunkan #651)
* Various improvements:
- CI, Packaging : Stop creating packages for Ubuntu Hirsute (@legoktm #664)
- Update Readme (@TheDuchy #660)
- Fix cross-compilation host machine detection (@kelson42 #665)
- Fix macos/ios compilation (@mgautierfr #672)
- Update documentation @mgautierfr #677, @veloman-yunkan #682


libzim 7.2.0
============

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 : '7.2.0',
version : '7.2.1',
license : 'GPL2',
default_options : ['c_std=c11', 'cpp_std=c++11'])

Expand Down

0 comments on commit 824647c

Please sign in to comment.