summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2022-02-13 10:19:12 -0500
committerHubert Figuière <hub@figuiere.net>2022-02-13 10:19:12 -0500
commit061aa0781aeecae4b0f0636a01730a475cd31566 (patch)
treebde9035c86dbd7b4f25cca414f481e09c2368ea8
parent8d512a1a92118882c4aae16cd1989c940daac84b (diff)
Issue #26 - Ship missing files in tarball2.6.1
-rw-r--r--Makefile.am3
-rw-r--r--NEWS5
-rw-r--r--configure.ac5
3 files changed, 10 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 25bbeb7..434ece1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,4 +39,5 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = third-party source XMPCore XMPFiles samples exempi
DIST_SUBDIRS = build third-party source XMPCore XMPFiles XMPFilesPlugins samples exempi public
-EXTRA_DIST = autogen.sh ORIGINSTORY.md
+EXTRA_DIST = autogen.sh ORIGINSTORY.md CODE_OF_CONDUCT.md CONTRIBUTING.md \
+ README-Adobe.md README.md
diff --git a/NEWS b/NEWS
index 44479f2..60c2a23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.6.1 - 2022/02/13
+
+- Bug #26: Addressed missing README.md and others from tarball.
+ https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/26
+
2.6.0 - 2022/02/13
- Update XMPCore to Adobe XMP SDK v2021.10
diff --git a/configure.ac b/configure.ac
index 9382eb3..367dbe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.50)
-AC_INIT(exempi,2.6.0)
+AC_INIT(exempi,2.6.1)
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
AM_MAINTAINER_MODE
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
@@ -68,7 +68,8 @@ dnl 2.5.0 is the revision 8.0.0 -- Removed XMP SDK symbols.
dnl 2.5.1 is the revision 8.0.1
dnl 2.5.2 is the revision 8.0.2
dnl 2.6.0 is the revision 9.1.0
-AC_SUBST([EXEMPI_REVISION], [0])
+dnl 2.6.1 is the revision 9.1.1
+AC_SUBST([EXEMPI_REVISION], [1])
AC_SUBST([EXEMPI_AGE], [1])
AC_SUBST([EXEMPI_CURRENT], [9])
AC_SUBST([EXEMPI_CURRENT_MIN],