Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Aug 15, 2024
1 parent 417e74e commit 00039e9
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2024-08-15 Jerry Lundström

Release 1.4.0

New stuff:
- Add `-o flip-qr-bit` to flip the QR bit when reflecting
- Add `-A`/`-R` (reuse addr/port) to `dumdohd`

8081261 flip QR bit in DoH
cdc7b8f DoH reuse addr/port
732a8a6 Update c-cpp.yml
9c42fae Update c-cpp.yml
aa6ee6a Create c-cpp.yml
59b68e6 Track DNS, flip QR bit

2023-12-08 Jerry Lundström

Release 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dumdumd - packets sent lightning fast to dev null
# Copyright (c) 2017-2023, OARC, Inc.
# Copyright (c) 2017-2024 OARC, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Jerry Lundström <[email protected]>

## Copyright

Copyright (c) 2017-2023, OARC, Inc.
Copyright (c) 2017-2024 OARC, Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e
#
# dumdumd - packets sent lightning fast to dev null
# Copyright (c) 2017-2023, OARC, Inc.
# Copyright (c) 2017-2024 OARC, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dumdumd - packets sent lightning fast to dev null
# Copyright (c) 2017-2023, OARC, Inc.
# Copyright (c) 2017-2024 OARC, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
Expand All @@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.61)
AC_INIT([dumdumd], [1.3.0], [[email protected]], [dumdumd], [https://github.com/DNS-OARC/dumdumd/issues])
AC_INIT([dumdumd], [1.4.0], [[email protected]], [dumdumd], [https://github.com/DNS-OARC/dumdumd/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dumdumd.c])
AC_CONFIG_HEADER([src/config.h])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dumdumd - packets sent lightning fast to dev null
# Copyright (c) 2017-2023, OARC, Inc.
# Copyright (c) 2017-2024 OARC, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion src/dumdumd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* dumdumd - packets sent lightning fast to dev null
* Copyright (c) 2017-2023, OARC, Inc.
* Copyright (c) 2017-2024 OARC, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
Expand Down

0 comments on commit 00039e9

Please sign in to comment.