Release 8.1.1

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2021-02-21 18:46:52 +00:00
parent e91f1b33fd
commit a643634eaa
8 changed files with 39 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
openNDS (8.1.1)
* Fix - remove legacy code where option preauthenticated_users containing the keyword "block" would cause openNDS to fail to start [bluewavenet]
-- Rob White <dot@blue-wave.net> Thu, 21 Feb 2021 16:33:34 +0000
openNDS (8.1.0)
* This version introduces some new functionality and some fixes/enhancements

View File

@@ -1,6 +1,12 @@
What's New? - ChangeLog
#######################
openNDS (8.1.1)
* Fix - remove legacy code where option preauthenticated_users containing the keyword "block" would cause openNDS to fail to start [bluewavenet]
-- Rob White <dot@blue-wave.net> Thu, 21 Feb 2021 16:33:34 +0000
openNDS (8.1.0)
* This version introduces some new functionality and some fixes/enhancements

View File

@@ -60,9 +60,9 @@ author = 'The openNDS Contributors'
# built documents.
#
# The short X.Y version.
version = '8.1.1beta'
version = '8.1.1'
# The full version, including alpha/beta/rc tags.
release = '8.1.1beta'
release = '8.1.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -1,3 +1,9 @@
openNDS (8.1.1-1) stable; urgency=medium
* Fix - remove legacy code where option preauthenticated_users containing the keyword "block" would cause openNDS to fail to start [bluewavenet]
-- Rob White <dot@blue-wave.net> Thu, 21 Feb 2021 16:33:34 +0000
openNDS (8.1.0-1) stable; urgency=medium
* This version introduces some new functionality and some fixes/enhancements

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "OPENNDS" "1" "Feb 18, 2021" "8.1.0" "openNDS"
.TH "OPENNDS" "1" "Feb 21, 2021" "8.1.1" "openNDS"
.SH NAME
opennds \- opennds Documentation
.
@@ -98,6 +98,21 @@ NDS can be used as the "Engine" behind the most sophisticated Captive Portal sys
.UNINDENT
.SH WHAT'S NEW? - CHANGELOG
.sp
openNDS (8.1.1)
.INDENT 0.0
.INDENT 3.5
.INDENT 0.0
.INDENT 3.5
.INDENT 0.0
.IP \(bu 2
Fix \- remove legacy code where option preauthenticated_users containing the keyword "block" would cause openNDS to fail to start [bluewavenet]
.UNINDENT
.UNINDENT
.UNINDENT
\(em Rob White <\fI\%dot@blue\-wave.net\fP> Thu, 21 Feb 2021 16:33:34 +0000
.UNINDENT
.UNINDENT
.sp
openNDS (8.1.0)
.INDENT 0.0
.INDENT 3.5

View File

@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=opennds
PKG_FIXUP:=autoreconf
PKG_VERSION:=8.1.0
PKG_VERSION:=8.1.1
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://codeload.github.com/opennds/opennds/tar.gz/v$(PKG_VERSION)?

View File

@@ -19,4 +19,4 @@ When ready to do a release, do the following:
16. In your local repository, make a new branch called "stable"
17. Push branch "stable" to origin, overwriting the existing "stable".
Note:Branch stable is the source for the readthedocs stable documentation at https://openndsdocs.readthedocs.io/en/stable/
18. In Master, set version to -beta eg 8.1.1-beta in conf.h, conf.py, openwrt/Makefile
18. In Master, set version to eg -beta eg 8.1.2-beta in conf.h, conf.py, openwrt/Makefile

View File

@@ -29,7 +29,7 @@
#ifndef _CONF_H_
#define _CONF_H_
#define VERSION "8.1.1beta"
#define VERSION "8.1.1"
/*
* Defines how many times should we try detecting the interface with the default route (in seconds).