From: Martin Matuska Date: Mon, 1 Dec 2025 12:39:19 +0000 (+0100) Subject: Release 3.8.4 X-Git-Tag: v3.8.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d114ceee6de08a7a60ff1209492ba38bf9436f79;p=thirdparty%2Flibarchive.git Release 3.8.4 --- diff --git a/NEWS b/NEWS index 971ae8e44..fbbb65440 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ -Nov 17, 2026: libarchive 3.8.3 released +Dec 01, 2025: libarchive 3.8.4 released -Oct 15, 2026: libarchive 3.8.2 released +Nov 17, 2025: libarchive 3.8.3 released -Jun 01, 2026: libarchive 3.8.1 released +Oct 15, 2025: libarchive 3.8.2 released + +Jun 01, 2025: libarchive 3.8.1 released May 20, 2025: libarchive 3.8.0 released diff --git a/build/version b/build/version index d678a3506..79b0dfb7a 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -3008003 +3008004 diff --git a/configure.ac b/configure.ac index e0e89caab..6a55359c0 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl First, define all of the version numbers up front. dnl In particular, this allows the version macro to be used in AC_INIT dnl These first two version numbers are updated automatically on each release. -m4_define([LIBARCHIVE_VERSION_S],[3.8.3]) -m4_define([LIBARCHIVE_VERSION_N],[3008003]) +m4_define([LIBARCHIVE_VERSION_S],[3.8.4]) +m4_define([LIBARCHIVE_VERSION_N],[3008004]) dnl bsdtar and bsdcpio versioning tracks libarchive m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S()) diff --git a/libarchive/archive.h b/libarchive/archive.h index 9794dced6..0eda822ae 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -34,7 +34,7 @@ * assert that ARCHIVE_VERSION_NUMBER >= 2012108. */ /* Note: Compiler will complain if this does not match archive_entry.h! */ -#define ARCHIVE_VERSION_NUMBER 3008003 +#define ARCHIVE_VERSION_NUMBER 3008004 #include #include /* for wchar_t */ @@ -177,7 +177,7 @@ __LA_DECL int archive_version_number(void); /* * Textual name/version of the library, useful for version displays. */ -#define ARCHIVE_VERSION_ONLY_STRING "3.8.3" +#define ARCHIVE_VERSION_ONLY_STRING "3.8.4" #define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING __LA_DECL const char * archive_version_string(void); diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index 924b67a30..74466f394 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -28,7 +28,7 @@ #define ARCHIVE_ENTRY_H_INCLUDED /* Note: Compiler will complain if this does not match archive.h! */ -#define ARCHIVE_VERSION_NUMBER 3008003 +#define ARCHIVE_VERSION_NUMBER 3008004 /* * Note: archive_entry.h is for use outside of libarchive; the