Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot Resolver
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
140
Issues
140
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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
--------------------
- 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'
# General information about the project.
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
=
'%s.%s.%s'
%
(
version
[
'MAJOR'
],
version
[
'MINOR'
],
version
[
'PATCH'
])
release
=
version
...
...
doc/index.rst
View file @
5d258598
...
...
@@ -14,6 +14,7 @@ and it provides a state-machine like API for extensions.
build
lib
modules_api
NEWS
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