]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Release 3.8.4 v3.8.4
authorMartin Matuska <martin@matuska.de>
Mon, 1 Dec 2025 12:39:19 +0000 (13:39 +0100)
committerMartin Matuska <martin@matuska.de>
Mon, 1 Dec 2025 12:39:19 +0000 (13:39 +0100)
NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

diff --git a/NEWS b/NEWS
index 971ae8e441e18fe8411349aadb3367e0b59ad966..fbbb65440b399c44e637d206d64ecf09cd07fcb1 100644 (file)
--- 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
 
index d678a350628b39c225eb4fb444745a9456335e3b..79b0dfb7a030f2c5a323c11290c8cfcf8aa23dd1 100644 (file)
@@ -1 +1 @@
-3008003
+3008004
index e0e89caaba17d90dcae7779aca1a71f6da400733..6a55359c0ae7d4a278a5fdacb8e05078cb249f1e 100644 (file)
@@ -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())
index 9794dced6ca984cec1c6617658ce7c80ba72a8fc..0eda822ae6bfff2208e59b888d88ab751678adee 100644 (file)
@@ -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 <sys/stat.h>
 #include <stddef.h>  /* 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);
 
index 924b67a301cff78674cce225a2fee6ddda9f2922..74466f394c4a4ceb3954f0a05e4b8b73da0b8c20 100644 (file)
@@ -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