We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70034d commit ed0fef9Copy full SHA for ed0fef9
3 files changed
00DIST
@@ -5614,6 +5614,11 @@ Supplement Regenerated the 4.04 distribution to correct a non-
5614
lib/misc.c: fix build against -std=c23 (`void (*)()`) changed
5615
the meaning) (#327)
5616
5617
+4.99.5 July 1, 2025
5618
+
5619
+ [linux] fix legacy linux kernel compatibility due to missing
5620
+ /proc/self/ns (#329)
5621
5622
[linux] fix potential null pointer deference, reported by
5623
@mono-trip (#332)
5624
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([lsof],[4.99.4])
+AC_INIT([lsof],[4.99.5])
2
AM_INIT_AUTOMAKE([subdir-objects])
3
LT_INIT([disable-fast-install]) # avoid lt-lsof naming
4
# Locate custom m4 macros
version
@@ -1 +1 @@
-.ds VN 4.99.4
+.ds VN 4.99.5
0 commit comments