0.6.24 release

This commit is contained in:
Marcus Meissner
2021-11-25 11:29:16 +01:00
parent 01a6dc44b6
commit 457dba6525
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
libexif-0.6.23.1 (2021-xx-xx):
libexif-0.6.24 (2021-11-25):
* Translation updates: sr, vi, pl, uk, french
* fixed regression in exif_data_load_data which could not load EXIF in JPEG data anymore
* Decode lots of Canon tag names
* removed empty strings from translation (empty string is the po info header)
* removed empty strings from translation (empty string would translate to the PO info header)
* various warning removals and code improvements
* added sample "persistent" afl fuzzer (100x faster than normal afl fuzzer)
+1 -1
View File
@@ -1,6 +1,6 @@
AC_PREREQ(2.69)
AC_INIT([EXIF library],
[0.6.23.1],
[0.6.24],
[libexif-devel@lists.sourceforge.net],
[libexif],
[https://libexif.github.io/])