Skip to content

Commit 599839c

Browse files
author
netblue30
committed
release 0.9.64.2 testing
1 parent f672775 commit 599839c

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

RELNOTES

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
fdns (0.9.64.2) baseline; urgency=low
2-
* --allow-expired-certs command line option
3-
* --log-timeout command line option
4-
* apparmor fixes for Arch Linux
5-
* adding timestamp to queries stored in shared memory
6-
* --monitor enhancements
7-
* adding more DoT servers to the list
2+
* --blocklist and --blocklist-file command line options
3+
* --fallback-server command line option
4+
* randomize UDP port number for fallback mode
5+
* resolver statistics in shared memory
6+
* removed firefox-only tag
7+
* collapse eastamerica and westamerica in americas zone
8+
* drop default number of resolver processes to 2
9+
* increase default queries per second to 10
10+
* various Fedora packaging fixes
11+
* added --with-systemd=DIR compile time option
12+
* added --enable-apparomr compile time option
13+
* Intel 32 bit architecture support
14+
* filter out bulk mailer addresses
815
* server list update
916
* bug fixes
1017
-- netblue30 <netblue30@yahoo.com> Mon, 4 Jan 2021 08:00:00 -0500

mkdeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "*****************************************"
3333

3434
pwd
3535
mkdir -p $INSTALL_DIR/lib/systemd/system
36-
mv $INSTALL_DIR/usr/lib/systemd/system/fdns.service $INSTALL_DIR/lib/systemd/system/fdns.service
36+
# mv $INSTALL_DIR/usr/lib/systemd/system/fdns.service $INSTALL_DIR/lib/systemd/system/fdns.service
3737
mv $INSTALL_DIR/usr/share/doc/fdns/RELNOTES $INSTALL_DIR/usr/share/doc/fdns/changelog.Debian
3838
gzip -9 -n $INSTALL_DIR/usr/share/doc/fdns/changelog.Debian
3939
rm $INSTALL_DIR/usr/share/doc/fdns/COPYING

0 commit comments

Comments
 (0)