We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c437d1 commit 0cba80bCopy full SHA for 0cba80b
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# CHANGELOG
2
3
---------------------------------------
4
-2025-11- PF_RING 9.2
+2025-11-17 PF_RING 9.2
5
6
* PF_RING Library
7
- Fix fd leak in pfring_findalldevs
kernel/linux/pf_ring.h
@@ -35,8 +35,8 @@
35
#endif /* __KERNEL__ */
36
37
/* Versioning */
38
-#define RING_VERSION "9.1.0"
39
-#define RING_VERSION_NUM 0x090100
+#define RING_VERSION "9.2.0"
+#define RING_VERSION_NUM 0x090200
40
41
/* Increment whenever there is a change in some shared data structure
42
* between kernel and userspace, including ioctl or packet header layout */
0 commit comments