Skip to content
Snippets Groups Projects
Verified Commit 5d258598 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

doc: add ./NEWS as "Release notes" section

parent 26063b9e
Branches
Tags
1 merge request!630knot 2.7
Knot Resolver 2.x.0 (2018-0M-DD)
================================
Incompatible changes
--------------------
- cache: fail lua cache operations if it isn't open (!639)
......
*************
Release notes
*************
.. include:: ../NEWS
......@@ -23,7 +23,7 @@ master_doc = 'index'
# General information about the project.
project = u'Knot DNS Resolver'
copyright = u'2014-2017 CZ.NIC labs'
copyright = u'2014-2018 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
......
......@@ -14,6 +14,7 @@ and it provides a state-machine like API for extensions.
build
lib
modules_api
NEWS
Indices and tables
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment