Compare commits

..

No commits in common. "master" and "crashfix" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# Changelog for gemcap
## 0.1.0.1
## Unreleased changes
- updated underlying libraries to more current versions
- fixed a bug that would cause the server to crash when the client aborted the handshake by rejecting the key

View File

@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack
name: gemcap
version: 0.1.0.1
version: 0.1.0
synopsis: a simple Gemini capsule (server)
description: a simple Gemini capsule (server) - see README.md for details
category: Gemini

View File

@ -1,5 +1,5 @@
name: gemcap
version: 0.1.0.1
version: 0.1.0
license: AGPL-3.0-or-later
author: "Jonathan Lamothe"
maintainer: "jonathan@jlamothe.net"