Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Knot projects
Knot Resolver
Commits
5d258598
Verified
Commit
5d258598
authored
Aug 06, 2018
by
Vladimír Čunát
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add ./NEWS as "Release notes" section
parent
26063b9e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
1 deletion
+11
-1
NEWS
NEWS
+3
-0
doc/NEWS.rst
doc/NEWS.rst
+6
-0
doc/conf.py
doc/conf.py
+1
-1
doc/index.rst
doc/index.rst
+1
-0
No files found.
NEWS
View file @
5d258598
Knot Resolver 2.x.0 (2018-0M-DD)
================================
Incompatible changes
Incompatible changes
--------------------
--------------------
- cache: fail lua cache operations if it isn't open (!639)
- cache: fail lua cache operations if it isn't open (!639)
...
...
doc/NEWS.rst
0 → 100644
View file @
5d258598
*************
Release notes
*************
.. include:: ../NEWS
doc/conf.py
View file @
5d258598
...
@@ -23,7 +23,7 @@ master_doc = 'index'
...
@@ -23,7 +23,7 @@ master_doc = 'index'
# General information about the project.
# General information about the project.
project
=
u
'Knot DNS Resolver'
project
=
u
'Knot DNS Resolver'
copyright
=
u
'2014-201
7
CZ.NIC labs'
copyright
=
u
'2014-201
8
CZ.NIC labs'
version
=
{
k
[
0
][
0
]:
k
[
0
][
1
]
for
k
in
filter
(
None
,
[
re
.
findall
(
r
'(MAJOR|MINOR|PATCH) := ([0-9]+)'
,
line
)
for
line
in
open
(
'../config.mk'
)])}
version
=
{
k
[
0
][
0
]:
k
[
0
][
1
]
for
k
in
filter
(
None
,
[
re
.
findall
(
r
'(MAJOR|MINOR|PATCH) := ([0-9]+)'
,
line
)
for
line
in
open
(
'../config.mk'
)])}
version
=
'%s.%s.%s'
%
(
version
[
'MAJOR'
],
version
[
'MINOR'
],
version
[
'PATCH'
])
version
=
'%s.%s.%s'
%
(
version
[
'MAJOR'
],
version
[
'MINOR'
],
version
[
'PATCH'
])
release
=
version
release
=
version
...
...
doc/index.rst
View file @
5d258598
...
@@ -14,6 +14,7 @@ and it provides a state-machine like API for extensions.
...
@@ -14,6 +14,7 @@ and it provides a state-machine like API for extensions.
build
build
lib
lib
modules_api
modules_api
NEWS
Indices and tables
Indices and tables
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment