diff options
author | Hubert Figuière <hub@figuiere.net> | 2023-12-24 10:35:09 -0500 |
---|---|---|
committer | Hubert Figuière <hub@figuiere.net> | 2023-12-24 12:41:40 -0500 |
commit | 01ed352bbf18c2be2bdbd0125c88901b9db0b9c3 (patch) | |
tree | f418357b915c2ce18440bfe61ee530ffe9fd689b | |
parent | 92a1d1587e8554b0aa955f2f2d2a30583cd83413 (diff) |
configure: Version 2.6.52.6.5
- Update NEWS
Signed-off-by: Hubert Figuière <hub@figuiere.net>
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 7 |
2 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2.6.5 - 2023/12/24 + +- Update XMPCore to Adobe XMP SDK v2023.12 + - Bug fixes + - C++17 compliance changes + - Changes to remove deprecated APIs + - Removing unimplemented APIs in XMPUtils header +- Fix a potential nullptr dereference. + 2.6.4 - 2023/07/06 - Update XMPCore to Adobe XMP SDK v2023.07 diff --git a/configure.ac b/configure.ac index 0a1ec3f..39eab5f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2007-2010 Hubert Figuiere +dnl Copyright (C) 2007-2023 Hubert Figuière dnl Small portions are: dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU @@ -8,7 +8,7 @@ dnl that contains a configuration script generated by Autoconf, under dnl the same distribution terms as the rest of that program. AC_PREREQ([2.69]) -AC_INIT([exempi],[2.6.4]) +AC_INIT([exempi],[2.6.5]) AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz subdir-objects]) AM_MAINTAINER_MODE m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) @@ -72,7 +72,8 @@ dnl 2.6.1 is the revision 9.1.1 dnl 2.6.2 is the revision 9.1.2 dnl 2.6.3 is the revision 9.1.3 dnl 2.6.4 is the revision 9.1.4 -AC_SUBST([EXEMPI_REVISION], [4]) +dnl 2.6.5 is the revision 9.1.5 +AC_SUBST([EXEMPI_REVISION], [5]) AC_SUBST([EXEMPI_AGE], [1]) AC_SUBST([EXEMPI_CURRENT], [9]) AC_SUBST([EXEMPI_CURRENT_MIN], |