1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

update docs for 3.0, try v2

This commit is contained in:
fosslinux 2019-07-17 05:10:39 +10:00
parent 8cc72c289a
commit 7a3977c656
5 changed files with 26 additions and 0 deletions

View File

@ -5,6 +5,9 @@ from standard LIBC ones. Care has been taken to use only
standard POSIX syscalls so that it should work pretty much on
any \*nix system.
Please make sure that you checkout to the correct version you want.
Currently, you most likely want version 3.0.
To compile and install run:
```

View File

@ -2,11 +2,16 @@
Version 3.0
Development! DO NOT USE unless you want fiery dragons!
(you probably want to `git checkout 3.0`)
*Copyright (c) 2009-2019 Kim Holviala and others*
Gophernicus is a modern full-featured (and hopefully) secure gopher
daemon. It is licensed under the BSD license.
(If you are looking for installation documentation, please see INSTALL.md).
## Support/Contact
Developers can be reached at <gophernicus AT gophernicus DOT org>.

View File

@ -8,6 +8,11 @@
<!--- this should be mirrored from Changelog -->
### 3.0.1
* update documentation to `git checkout` before install
* fix typo in docs for debian packaging
### 3.0 (from 101):
**N.B. this version has two important changes that may make it backwards-incompatible:**

View File

@ -1,3 +1,9 @@
3.0.1
=====
* update documentation to `git checkout` before install
* fix typo in docs for debian packaging
3.0 (from 101)
==============

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
gophernicus (3.0.1-1) unstable; urgency=medium
* add installation notes to git checkout before installing
* fix typo in debian packaging
-- gophernicus developers <gophernicus@gophernicus.org> Sun, 31 Dec 9999 00:00:00 +0000
gophernicus (3.0-1.1) unstable; urgency=medium
* N.B. this version has two important changes that may make it