Skip to content

Commit f421088

Browse files
authored
Merge pull request #972 from openzim/release-9.3.0
Release 9.3.0
2 parents 069ab63 + ed4e132 commit f421088

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
libzim 9.3.0
2+
============
3+
4+
* Remove old ZIM (v0) titleindex (title pointer list) (@mgautierfr #949, @veloman-yunkan #969)
5+
* Fixed ZIM title indexing of items with title identical to the item's path (@veloman-yunkan #968)
6+
* Fixed ZIM suggestions for a single-word-followed-by-space query (@veloman-yunkan #953)
7+
* Testing based on latest zim-testing-suite 0.8.0 (@veloman-yunkan #971)
8+
* Fix compilation on NetBSD because MAP_POPULATE & pread64() undefined (@leleliu008 #928 #929)
9+
* Upload GitHub workflows (@kelson42 #940 #942 #970)
10+
111
libzim 9.2.3
212
============
313

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libzim', ['c', 'cpp'],
2-
version : '9.2.3',
2+
version : '9.3.0',
33
license : 'GPL2',
44
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
55

0 commit comments

Comments
 (0)