Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavanki committed Jan 17, 2021
1 parent 803a617 commit 01c91bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Doppio Changelog

## v0.4.0?
## v0.5.0

*unreleased*

## v0.4.0

*2021-01-16*

### Added

* The following CGI meta-variables are now set: GEMINI_URL, GEMINI_URL_PATH, REQUEST_METHOD (to an empty string), SSL_CLIENT_V_REMAIN (when configured), TLS_CIPHER, TLS_CLIENT_HASH, TLS_CLIENT_ISSUER, TLS_CLIENT_NOT_AFTER, TLS_CLIENT_NOT_BEFORE, TLS_CLIENT_REMAIN, TLS_CLIENT_SERIAL, TLS_CLIENT_SUBJECT, TLS_CLIENT_VERSION, TLS_SESSION_ID, TLS_VERSION.
* Optional charset detection for static text resources is available.

### Changed

* The secure directory feature is replaced by secure domains, which can assign different truststores (or not at all) to different directories. There is no longer a need to set a server-wide truststore.
* SSL_* (mod_ssl) CGI meta-variables are only set when the server is configured to set them.
* The list of suffixes for resources with content type text/gemini is now configurable as a server configuration property.
* The default content type for resources, used when one cannot be detected, is
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.havanki</groupId>
<artifactId>doppio</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 01c91bd

Please # to comment.