mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-12-04 14:46:37 -05:00
update docs for 3.0, try v2
This commit is contained in:
parent
8cc72c289a
commit
7a3977c656
@ -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:
|
||||
|
||||
```
|
||||
|
@ -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>.
|
||||
|
@ -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:**
|
||||
|
@ -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
7
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user