Skip to content

Commit 226fa76

Browse files
authored
Merge pull request #127 from jelu/release/1.7.3
Release 1.7.3
2 parents 22c79a5 + 24b0fe7 commit 226fa76

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ libtool
6363
src/config.h
6464
src/stamp-h1
6565
build
66+
configure~
6667

6768
# Project specific files
6869
src/packetq

CHANGES

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2024-09-04 Jerry Lundström
2+
3+
Release 1.7.3
4+
5+
This patch release fixes memory alignment issues and the handling of
6+
TCP segments. Many thanks to Ray Bellis (ISC) for reporting this and
7+
helping greatly with fixing it!
8+
9+
d8a06a3 C++11
10+
8c99466 Memory align, TCP assemble
11+
112
2024-08-29 Jerry Lundström
213

314
Release 1.7.2

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# along with PacketQ. If not, see <http://www.gnu.org/licenses/>.
1919

2020
AC_PREREQ(2.61)
21-
AC_INIT([packetq], [1.7.2], [[email protected]], [packetq], [https://github.com/DNS-OARC/packetq/issues])
21+
AC_INIT([packetq], [1.7.3], [[email protected]], [packetq], [https://github.com/DNS-OARC/packetq/issues])
2222
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
2323
AC_CONFIG_SRCDIR([src/packetq.cpp])
2424
AC_CONFIG_HEADER([src/config.h])

debian/changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
packetq (1.7.3-1~unstable+1) unstable; urgency=low
2+
3+
* Release 1.7.3
4+
5+
This patch release fixes memory alignment issues and the handling of
6+
TCP segments. Many thanks to Ray Bellis (ISC) for reporting this and
7+
helping greatly with fixing it!
8+
9+
d8a06a3 C++11
10+
8c99466 Memory align, TCP assemble
11+
12+
-- Jerry Lundström <[email protected]> Wed, 04 Sep 2024 14:46:27 +0200
13+
114
packetq (1.7.2-1~unstable+1) unstable; urgency=low
215

316
* Release 1.7.2

rpm/packetq.spec

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: packetq
2-
Version: 1.7.2
2+
Version: 1.7.3
33
Release: 1%{?dist}
44
Summary: A tool that provides a basic SQL-frontend to PCAP-files
55
Group: Productivity/Networking/DNS/Utilities
@@ -56,6 +56,14 @@ rm -rf $RPM_BUILD_ROOT
5656

5757

5858
%changelog
59+
* Wed Sep 04 2024 Jerry Lundström <[email protected]> 1.7.3-1
60+
- Release 1.7.3
61+
* This patch release fixes memory alignment issues and the handling of
62+
TCP segments. Many thanks to Ray Bellis (ISC) for reporting this and
63+
helping greatly with fixing it!
64+
* Commits:
65+
d8a06a3 C++11
66+
8c99466 Memory align, TCP assemble
5967
* Thu Aug 29 2024 Jerry Lundström <[email protected]> 1.7.2-1
6068
- Release 1.7.2
6169
* This patch release fixes various issues reported by CI/code analysis

0 commit comments

Comments
 (0)