Skip to content

Commit ed0fef9

Browse files
committed
Prepare 4.99.5 release
1 parent c70034d commit ed0fef9

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

00DIST

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5614,6 +5614,11 @@ Supplement Regenerated the 4.04 distribution to correct a non-
56145614
lib/misc.c: fix build against -std=c23 (`void (*)()`) changed
56155615
the meaning) (#327)
56165616

5617+
4.99.5 July 1, 2025
5618+
5619+
[linux] fix legacy linux kernel compatibility due to missing
5620+
/proc/self/ns (#329)
5621+
56175622
[linux] fix potential null pointer deference, reported by
56185623
@mono-trip (#332)
56195624

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([lsof],[4.99.4])
1+
AC_INIT([lsof],[4.99.5])
22
AM_INIT_AUTOMAKE([subdir-objects])
33
LT_INIT([disable-fast-install]) # avoid lt-lsof naming
44
# Locate custom m4 macros

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.ds VN 4.99.4
1+
.ds VN 4.99.5

0 commit comments

Comments
 (0)