Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jun 27, 2023
1 parent 3da920b commit 819d2c3
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2023-06-27 Jerry Lundström

Release 2.1.3

This release fixes a memory leak when using pattern matching options
`-x` or `-X`, the LDNS packet was not freed correctly.

The processing of the LDNS packet during matching has also been
improved.

3990795 Test
ee5d554 Pattern match

2023-06-15 Jerry Lundström

Release 2.1.2
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# POSSIBILITY OF SUCH DAMAGE.

AC_PREREQ(2.61)
AC_INIT([dnscap], [2.1.2], [[email protected]], [dnscap], [https://github.com/DNS-OARC/dnscap/issues])
AC_INIT([dnscap], [2.1.3], [[email protected]], [dnscap], [https://github.com/DNS-OARC/dnscap/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dnscap.c])
AC_CONFIG_HEADER([src/config.h])
Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
dnscap (2.1.3-1~unstable+1) unstable; urgency=low

* Release 2.1.3

This release fixes a memory leak when using pattern matching options
`-x` or `-X`, the LDNS packet was not freed correctly.

The processing of the LDNS packet during matching has also been
improved.

3990795 Test
ee5d554 Pattern match

-- Jerry Lundström <[email protected]> Tue, 27 Jun 2023 14:36:19 +0200

dnscap (2.1.2-1~unstable+1) unstable; urgency=low

* Release 2.1.2
Expand Down
11 changes: 10 additions & 1 deletion rpm/dnscap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dnscap
Version: 2.1.2
Version: 2.1.3
Release: 1%{?dist}
Summary: Network capture utility designed specifically for DNS traffic
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -60,6 +60,15 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Jun 27 2023 Jerry Lundström <[email protected]> 2.1.3-1
- Release 2.1.3
* This release fixes a memory leak when using pattern matching options
`-x` or `-X`, the LDNS packet was not freed correctly.
* The processing of the LDNS packet during matching has also been
improved.
* Commits:
3990795 Test
ee5d554 Pattern match
* Thu Jun 15 2023 Jerry Lundström <[email protected]> 2.1.2-1
- Release 2.1.2
* This release fixes reusing of TCP state during an out-of-memory event,
Expand Down

0 comments on commit 819d2c3

Please sign in to comment.