Skip to content

Commit

Permalink
prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Aug 25, 2024
1 parent 874fc54 commit ac211ae
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-08-23 Omar Polo <op@omarpolo.com>

* configure (VERSION): release 2.1.1

2024-08-23 Omar Polo <op@omarpolo.com>

* work around comically tiny HOST_NAME_MAX on glibc-based systems.

2024-08-18 Christoph Liebender <cristoph.liebender@posteo.de>

* fcgi.c (fcgi_req): send the port, not the hostname, as SERVER_PORT.
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
set -e

RELEASE=no
VERSION=2.1-current
VERSION=2.1.1

usage()
{
Expand Down
4 changes: 2 additions & 2 deletions gmid.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.Dd August 3, 2024
.Dd August 25, 2024
.Dt GMID.CONF 5
.Os
.Sh NAME
Expand Down Expand Up @@ -384,7 +384,7 @@ The port the server is listening on.
.Dq GEMINI
.It Ev SERVER_SOFTWARE
The name and version of the server, i.e.
.Dq gmid/2.1
.Dq gmid/2.1.1
.It Ev REMOTE_USER
The subject of the client certificate if provided, otherwise unset.
.It Ev TLS_CLIENT_ISSUER
Expand Down
2 changes: 1 addition & 1 deletion site/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ REPOLOGY_URL = https://repology.org/project/gmid/versions

SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \
SITE=https://ftp.omarpolo.com \
VERS=2.1 \
VERS=2.1.1 \
PUBKEY=gmid-2.1.pub \
TREE=https://github.com/omar-polo/gmid/blob/master

Expand Down
6 changes: 6 additions & 0 deletions site/changelog.gmi
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# change log

## 2024/08/25 - 2.1.1 “From Mars To Sirius” bugfix release

* fix getprogname() check in the configure script
* fix fastcgi parameter SERVER_PORT; by Christoph Liebender, thank you!
* work around comically tiny HOST_NAME_MAX on glibc-based system; reported by Anna “CyberTailor”, thanks!

## 2024/08/03 - 2.1 “From Mars To Sirius”

### New Features
Expand Down

0 comments on commit ac211ae

Please sign in to comment.