Skip to content

Commit e163d48

Browse files
committed
Release 1.5.1
1 parent f17c9f7 commit e163d48

File tree

5 files changed

+40
-3
lines changed

5 files changed

+40
-3
lines changed

CHANGES

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2017-08-21 Jerry Lundström
2+
3+
Release 1.5.1
4+
5+
Compatibility fixes for FreeBSD 11.1+ which is now packing `struct ip`
6+
and for OpenBSD.
7+
8+
Commits:
9+
17e3c92 FreeBSD is packing `struct ip`, need to `memcpy()`
10+
f8add66 Code formatting
11+
38cd585 Add documentation about libbind
12+
d1dd55b Fix #82: Update dependencies for OpenBSD
13+
114
2017-06-06 Jerry Lundström
215

316
Release 1.5.0

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ SUBDIRS = src plugins
88

99
dist_doc_DATA = README.md LICENSE CONTRIBUTORS
1010

11-
EXTRA_DIST = isc m4
11+
EXTRA_DIST = isc m4 .clang-format fmt.sh
1212

1313
test: check

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# POSSIBILITY OF SUCH DAMAGE.
3434

3535
AC_PREREQ(2.61)
36-
AC_INIT([dnscap], [1.5.0], [[email protected]], [dnscap], [https://github.com/DNS-OARC/dnscap/issues])
36+
AC_INIT([dnscap], [1.5.1], [[email protected]], [dnscap], [https://github.com/DNS-OARC/dnscap/issues])
3737
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
3838
AC_CONFIG_SRCDIR([src/dnscap.c])
3939
AC_CONFIG_HEADER([src/config.h])

debian/changelog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
dnscap (1.5.1-1~unstable+1) unstable; urgency=low
2+
3+
* Release 1.5.1
4+
5+
Compatibility fixes for FreeBSD 11.1+ which is now packing `struct ip`
6+
and for OpenBSD.
7+
8+
Commits:
9+
17e3c92 FreeBSD is packing `struct ip`, need to `memcpy()`
10+
f8add66 Code formatting
11+
38cd585 Add documentation about libbind
12+
d1dd55b Fix #82: Update dependencies for OpenBSD
13+
14+
-- Jerry Lundström <[email protected]> Mon, 21 Aug 2017 10:41:17 +0200
15+
116
dnscap (1.5.0-1~unstable+1) unstable; urgency=low
217

318
* Release 1.5.0

rpm/dnscap.spec

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dnscap
2-
Version: 1.5.0
2+
Version: 1.5.1
33
Release: 1%{?dist}
44
Summary: Network capture utility designed specifically for DNS traffic
55
Group: Productivity/Networking/DNS/Utilities
@@ -53,6 +53,15 @@ rm -rf $RPM_BUILD_ROOT
5353

5454

5555
%changelog
56+
* Mon Aug 21 2017 Jerry Lundström <[email protected]> 1.5.1-1
57+
- Release 1.5.1
58+
* Compatibility fixes for FreeBSD 11.1+ which is now packing `struct ip`
59+
and for OpenBSD.
60+
* Commits:
61+
17e3c92 FreeBSD is packing `struct ip`, need to `memcpy()`
62+
f8add66 Code formatting
63+
38cd585 Add documentation about libbind
64+
d1dd55b Fix #82: Update dependencies for OpenBSD
5665
* Tue Jun 06 2017 Jerry Lundström <[email protected]> 1.5.0-1
5766
- Release 1.5.0
5867
* Added support for writing gzipped PCAP if the `-W` suffix ends with

0 commit comments

Comments
 (0)