You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
nodogsplash (3.3.1)
2
+
3
+
* Include preinstalled PreAuth Login script in package [bluewavenet]
4
+
* Documentation updates PreAuth [bluewavenet]
5
+
* Generate Error 403 Forbidden, if Gateway Port is accessed directly when FAS is enabled and client is not authenticated [bluewavenet]
6
+
* Improve splash.css, tidy up splash/status.html, tidy up Preauth demo script [bluewavenet]
7
+
* Remove some redundant code [mwarning]
8
+
* ndsctl_thread - ignore interupts when returning from epoll [lynxis]
9
+
* auth.c - use correct types to prevent cast and comparement of uint and int [lynxis]
10
+
* openwrt/init.d - prevent start of the daemon if configuration generation fails [lynxis]
11
+
* Known Issue - on OpenWrt >18.x.x, an issue with libmicrohttpd results in the gnutls suite being installed causing potential out of memory errors on devices <= 64M RAM
Copy file name to clipboardExpand all lines: notes/release_todos
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,14 @@ When ready to do a release, do the following:
4
4
2. Changelog - list changes
5
5
3. debian/changelog - list changes
6
6
4. debian/copyright - update copyright dates as required eg current year
7
-
5. docs/source/conf.py - update copyright notice eg current year, version and release numbers
8
-
6. "cd docs" then "make man". Copy resulting docs/build/man/nodogsplash.1 to overwrite old debian/doc/nodogsplash.1
9
-
7. remove /docs/build directory created in step 6
10
-
8. Push to origin
11
-
9. Github - Create Pull Request and Merge to master
12
-
10. Github proceed to "Draft New Release"
13
-
11. Github tag release as eg. v3.3.0 (remembering the leading "v"") (or use git tag -a v3.3.0 -m "nodogsplash release 3.3.0 " and git push --tags.)
14
-
12. In your local repository, make a new branch called "stable"
15
-
13. Push branch "stable" to origin, overwriting the existing "stable". Branch stable is the source for the readthedocs stable documentation at https://nodogsplashdocs.readthedocs.io/en/stable/
7
+
5. docs/source/conf.py openwrt/Makefile - update copyright notice eg current year, version and release numbers as applicable
8
+
6. resources/splash.html and resources/status.html - update copyright dates as required eg current year
9
+
7. "cd docs" then "make man". Copy resulting docs/build/man/nodogsplash.1 to overwrite old debian/doc/nodogsplash.1
10
+
8. remove /docs/build directory created in step 6
11
+
9. Push to origin
12
+
10. Github - Create Pull Request and Merge to master
13
+
11. Github proceed to "Draft New Release"
14
+
12. Github tag release as eg. v3.3.0 (remembering the leading "v"") (or use git tag -a v3.3.0 -m "nodogsplash release 3.3.0 " and git push --tags.)
15
+
13. In your local repository, make a new branch called "stable"
16
+
14. Push branch "stable" to origin, overwriting the existing "stable". Branch stable is the source for the readthedocs stable documentation at https://nodogsplashdocs.readthedocs.io/en/stable/
17
+
15. In Master, set version to -beta eg 3.1.1-beta in conf.h, conf.py, openwrt/Makefile
0 commit comments