Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Sep 12, 2018
1 parent dec2d6d commit 5b6969f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions ChangeLog.md
@@ -1,9 +1,19 @@
# Changelog

Changes from 1.10.1 to master
Changes from 1.10.1 to 1.11.0
=============================

* Support for logging to a NCSA and/or a Combined access log, with two new commandline flags: `--ncsa` and `--accesslog`.
* Using the `go mod` system that came with Go 1.11.
* Experimental support for simple logging to a NCSA and/or a Combined access log, with two new commandline flags.
* Minor improvements to the help text and status messages.
* No external resources are required by Algernon, not even external fonts, ref #17.
* Refactoring: moved the event server to the recwatch package.
* Remove an unneeded space when setting `Content-Type`.
* Better keyword handling in Markdown documents.
* Set a mimetype for configuration files starting with a `.`.
* Add a flag for clearing the default path prefixes used by the permissions subsystem.
* Update test script.
* Minor changes to documentation and samples.

Changes from 1.10 to 1.10.1
===========================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -998,6 +998,6 @@ Other resources
General information
-------------------

* Version: 1.10.1
* Version: 1.11.0
* License: MIT
* Alexander F Rødseth <xyproto@archlinux.org>
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
versionString = "Algernon 1.10.1"
versionString = "Algernon 1.11.0"
description = "QUIC Web Server"
)

Expand Down

0 comments on commit 5b6969f

Please sign in to comment.