-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from ar51an/1.2
1.2
- Loading branch information
Showing
3 changed files
with
72 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#### Release Notes: | ||
* **1.2 Release:** | ||
v1.2 release includes RaspberryPi OS Bookworm related scripts and service changes. If you are on Bullseye use v1.1 release. | ||
|
||
<div align="center"> | ||
<img src="https://user-images.githubusercontent.com/11185794/205388020-99c057ad-ee9d-440b-8df9-587f5c133f2e.png?raw=true" alt="divider"/> | ||
</div> | ||
|
||
#### Unbound Updates: | ||
* **Unbound 1.18.0:** | ||
Unbound added the option to connect to redis server over a unix socket. Unix sockets have better throughput. Check | ||
the `Tips & Notes` section in the README for enabling it. | ||
|
||
* **Unbound 1.17.1:** | ||
Unbound has a new option to keep cache intact between configuration reloads. It is integrated into blocklist & roothints update. | ||
|
||
<div align="center"> | ||
<img src="https://user-images.githubusercontent.com/11185794/205388020-99c057ad-ee9d-440b-8df9-587f5c133f2e.png?raw=true" alt="divider"/> | ||
</div> | ||
|
||
#### Upgrade: | ||
To upgrade unbound from old-ver to latest-ver. Only below steps are required: | ||
* Unbound ➟ `Download, Extract, CFLAGS, Configure, Compile and Install` | ||
* Restart unbound | ||
|
||
<div align="center"> | ||
<img src="https://user-images.githubusercontent.com/11185794/205388020-99c057ad-ee9d-440b-8df9-587f5c133f2e.png?raw=true" alt="divider"/> | ||
</div> |