2019-06-14 20:31:02 -04:00
|
|
|
# Versioning
|
|
|
|
|
|
|
|
## Latest version
|
|
|
|
|
|
|
|
3.0
|
|
|
|
|
|
|
|
## Changelog
|
2019-06-24 11:33:16 -04:00
|
|
|
|
2019-06-14 20:31:02 -04:00
|
|
|
<!--- this should be mirrored from Changelog -->
|
|
|
|
|
2019-07-16 15:10:39 -04:00
|
|
|
### 3.0.1
|
|
|
|
|
|
|
|
* update documentation to `git checkout` before install
|
|
|
|
* fix typo in docs for debian packaging
|
|
|
|
|
2019-06-14 20:31:02 -04:00
|
|
|
### 3.0 (from 101):
|
2019-06-24 11:33:16 -04:00
|
|
|
|
2019-06-14 20:31:02 -04:00
|
|
|
**N.B. this version has two important changes that may make it backwards-incompatible:**
|
2019-06-24 11:33:16 -04:00
|
|
|
|
2019-06-14 20:31:02 -04:00
|
|
|
* binary changed from in.gophernicus to gophernicus
|
2019-06-24 11:33:16 -04:00
|
|
|
* virtual hosting NEVER WORKED and does not work in the way previously described
|
|
|
|
|
|
|
|
#### Other changes:
|
2019-06-14 20:31:02 -04:00
|
|
|
|
|
|
|
* prevent leak of executable gophermap contents
|
|
|
|
* make sure {x,}inetd works when systemd is on the system
|
|
|
|
* allow -j flag to work
|
|
|
|
* add h9bnks (yargo) and fosslinux into developer roles
|
|
|
|
* add -nx flag, blocks executable gophermaps
|
|
|
|
* add -nu flag, disable ~/public_gopher
|
|
|
|
* modify various documentation to markdown
|
|
|
|
* fix various formattings and typos
|
|
|
|
* allow inetd targets to work without update-inetd
|
|
|
|
* correct handling of inetd.conf
|
|
|
|
* remove list of supported platforms
|
|
|
|
* remove example gophermaps
|
|
|
|
* add dependencies for various distros to INSTALL.md
|
|
|
|
* fix query urls
|
|
|
|
* add travis ci
|
|
|
|
* add documentation about CI
|
|
|
|
|
2019-06-24 11:33:16 -04:00
|
|
|
#### Upgrade guide:
|
2019-06-14 20:31:02 -04:00
|
|
|
|
2019-06-24 11:33:16 -04:00
|
|
|
If you are running gophernicus on a **production** system, **do not** upgrade to 3.0.
|
|
|
|
Wait for 3.1.
|
2019-06-14 20:31:02 -04:00
|
|
|
|
|
|
|
As a general guide:
|
|
|
|
|
|
|
|
If you are running 101 and haven't upgraded to newer versions **because** of
|
|
|
|
instability worries, **wait for 3.1**.
|
|
|
|
|
|
|
|
If you were running other rolling-release versions, **upgrade now**.
|
|
|
|
|
|
|
|
## History
|
|
|
|
|
|
|
|
Gophernicus has had a rough versioning history.
|
|
|
|
|
|
|
|
Versions progressed through to 2.6. Then it changed to a rolling-release scheme.
|
|
|
|
This dosen't work very well, hence the decision was made to revert to a numbered
|
|
|
|
versioning scheme. In some places, it was referred to 101 (the git commit
|
2019-06-24 11:33:16 -04:00
|
|
|
number) or 2.99.101 (2.99.gitcommitnumber).
|
2019-06-14 20:31:02 -04:00
|
|
|
|
|
|
|
These days (June 2019), the vast majority of gophernicus servers are on 101.
|