diff --git a/ChangeLog b/ChangeLog index e385bfb..e268be3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +2022-05-28: Version 0.11 2022-05-27: Fix potential null pointer dereference on corrupt input when inflections CNCX record is not initialized 2022-05-23: Fix index entries count 2022-05-23: Prevent leak of index entries on corrupt data diff --git a/configure.ac b/configure.ac index 5bf82e6..40629c4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.62]) -AC_INIT([libmobi], [0.10]) +AC_INIT([libmobi], [0.11]) AC_CONFIG_SRCDIR([src/buffer.c]) # Enable automake