blob: 658b87eada0e939cf0ee64cc79a810ff972b1a5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!---
name: release-announcement-template
about: Template to use when drafing a new release announcement. DELETE THIS
BLOCK BEFORE PUBLISHING.
--->
We are pleased to announce FRR <version>.
<!-- Add a brief summary of major changes here -->
Thank you to all contributors!
Changelog
---------
<!-- List **only** user-visible changes in this section. When listing changes to individual daemons, alphabetize the list by daemon name. -->
**All daemons:**
- <!-- List changes to all daemons -->
<!-- If a new daemon was added, list it at the top here -->
**New daemon: <new>**
- Adds support for <protocol/feature>
**daemon 1**
- <!-- List changes -->
**daemon 2**
- <!-- List changes -->
**daemon N**
- <!-- List changes -->
### Internal improvements
- <!-- List **only** user-invisible changes here -->
### Packaging changes
- <!-- List any new or removed packages here -->
|