Skip to content

Commit 2f519c7

Browse files
authored
Merge pull request #1008 from openzim/prepare-release-9.4.0
Prepare release 9.4.0
2 parents 1db4abe + 8ce3e56 commit 2f519c7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
libzim 9.4.0
2+
============
3+
4+
* Add support of Illustrations scale (dpr), height and width (@veloman-yunkan #997)
5+
* Many CI updates (@kelson42 #976 #995 #980, @veloman-yunkan #974 #987, @tusharpm #910)
6+
* Improve logging primitites (@veloman-yunkan #975 #984)
7+
* New ability to preload Xapian indexes (@mgautierfr #958)
8+
* New user/dev defined cache sizes (@veloman-yunkan #982)
9+
* Centralize cache memory usage (@veloman-yunkan #960)
10+
* Stop releasing for PPA Ubuntu Focal 20.04 (@kelson42 #1009)
11+
112
libzim 9.3.0
213
============
314

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.3.0',
2+
version : '9.4.0',
33
license : 'GPL2',
44
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
55

0 commit comments

Comments
 (0)