mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-10 04:17:55 -05:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)?
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user