Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Mar 2, 2020
1 parent 26ce1bc commit a4c05ba
Show file tree
Hide file tree
Showing 40 changed files with 83 additions and 40 deletions.
15 changes: 15 additions & 0 deletions CHANGES
@@ -1,3 +1,18 @@
2020-03-02 Jerry Lundström

Release 1.4.2

Updated list of DNS resource types and work on CI and packaging.

Commits:
4bdb9e3 Add missing rr types
7c529ed README
d610061 COPR, spec
96763d8 Package
5aa5984 Funding
377be2d spec
a0b5fb7 Travis-CI

2017-11-09 Jerry Lundström

Release 1.4.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,4 +1,4 @@
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -99,7 +99,7 @@ See also the [full list of contributors](https://github.com/DNS-OARC/PacketQ/gra

## Copyright

Copyright (c) 2017, OARC, Inc.
Copyright (c) 2017-2020, OARC, Inc.

Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden

Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,4 +1,4 @@
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand All @@ -18,7 +18,7 @@
# along with PacketQ. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.61)
AC_INIT([packetq], [1.4.1], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues])
AC_INIT([packetq], [1.4.2], [admin@dns-oarc.net], [packetq], [https://github.com/DNS-OARC/packetq/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/packetq.cpp])
AC_CONFIG_HEADER([src/config.h])
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
@@ -1,3 +1,20 @@
packetq (1.4.2-1~unstable+1) unstable; urgency=low

* Release 1.4.2

Updated list of DNS resource types and work on CI and packaging.

Commits:
4bdb9e3 Add missing rr types
7c529ed README
d610061 COPR, spec
96763d8 Package
5aa5984 Funding
377be2d spec
a0b5fb7 Travis-CI

-- Jerry Lundström <lundstrom.jerry@gmail.com> Mon, 02 Mar 2020 13:01:38 +0100

packetq (1.4.1-1~unstable+1) unstable; urgency=low

* Release 1.4.1
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Expand Up @@ -3,12 +3,12 @@ Upstream-Name: drool
Source: https://github.com/DNS-OARC/drool

Files: *
Copyright: 2017, OARC, Inc.
Copyright: 2017-2020, OARC, Inc.
2011-2017, IIS - The Internet Foundation in Sweden
License: GPLv3

Files: debian/*
Copyright: 2017 Jerry Lundström <lundstrom.jerry@gmail.com>
Copyright: 2020 Jerry Lundström <lundstrom.jerry@gmail.com>
License: GPLv3

Files: src/Murmur/MurmurHash3.*
Expand Down
13 changes: 12 additions & 1 deletion rpm/packetq.spec
@@ -1,5 +1,5 @@
Name: packetq
Version: 1.4.1
Version: 1.4.2
Release: 1%{?dist}
Summary: A tool that provides a basic SQL-frontend to PCAP-files
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -54,6 +54,17 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Mon Mar 02 2020 Jerry Lundström <lundstrom.jerry@gmail.com> 1.4.2-1
- Release 1.4.2
* Updated list of DNS resource types and work on CI and packaging.
* Commits:
4bdb9e3 Add missing rr types
7c529ed README
d610061 COPR, spec
96763d8 Package
5aa5984 Funding
377be2d spec
a0b5fb7 Travis-CI
* Thu Nov 09 2017 Jerry Lundström <lundstrom.jerry@gmail.com> 1.4.1-1
- Release 1.4.1
* Fixed an issue with the in-memory representation of DNS records which
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
@@ -1,4 +1,4 @@
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/dns.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/dns.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/icmp.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/icmp.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/output.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/packet_handler.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/packet_handler.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/packetq.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/packetq.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/pcap.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/pcap.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/reader.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/reader.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/refcountstring.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/regression-test.sh
@@ -1,4 +1,4 @@
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/segzip.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/server.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/server.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/sql.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/sql.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/tcp.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/tcp.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion src/test/Makefile.am
@@ -1,4 +1,4 @@
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/test/test1.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/test/test2.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/test/test3.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/test/test4.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/test/test5.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/test/test6.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/test/test7.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright (c) 2017, OARC, Inc.
# Copyright (c) 2017-2020, OARC, Inc.
# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/variant.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, OARC, Inc.
* Copyright (c) 2017-2020, OARC, Inc.
* Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden
* All rights reserved.
*
Expand Down

0 comments on commit a4c05ba

Please sign in to comment.