Commit Diff


commit - de721c431c55c0fe05798c95f4c6ee3ec9a42148
commit + a14b9f779f14edee7c22e12f1ad8a4ba2d3134df
blob - 4ef2a6222746adfc20a0a87cc883ca14a8e12426
blob + c61ac65bc79e354f3cbe7dbc746c089246e68932
--- ChangeLog
+++ ChangeLog
@@ -1,4 +1,6 @@
 2022-01-30  Omar Polo  <op@omarpolo.com>
+
+	* configure (VERSION): 1.8 “Lightbulb Sun” tagged
 
 	* proxy.c (proxy_setup_tls): allow to specify a custom hostname as SNI for the TLS handshake with the proxied host.
 
blob - b08dd3b7991d633d0dff24a28b5bfb2882d4c63c
blob + dc2b543b1f869c672c172f704d37bd3cc3c55a13
--- configure
+++ configure
@@ -34,7 +34,7 @@ echo "file config.log: writing..."
 # default settings: initialize all vars here such that nothing is
 # leaked from the environment except for CC, CFLAGS and LDFLAGS
 
-VERSION=1.8-dev
+VERSION=1.8
 
 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`
 
blob - 8ad55e27f6d93259b0b14468dcecdd6951729d14
blob + a13f30a8f2cdd5bac6a8ffa44a366538e9d9eef9
--- gmid.1
+++ gmid.1
@@ -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 $Mdocdate: January 02 2022$
+.Dd $Mdocdate: January 30 2022$
 .Dt GMID 1
 .Os
 .Sh NAME
@@ -558,7 +558,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/1.7.3
+.Dq gmid/1.8
 .It Ev AUTH_TYPE
 The string "Certificate" if the client used a certificate, otherwise
 unset.
blob - 3bb10cc67e859aa8993dc2dad113bf526d4c344c
blob + c303c659a527d4374a5919afb191173bac60bc1f
--- site/Makefile
+++ site/Makefile
@@ -15,9 +15,9 @@ REPOLOGY_BANNER =	https://repology.org/badge/vertical-
 REPOLOGY_URL =		https://repology.org/project/gmid/versions
 
 SUBST =		./subst GITHUB=https://github.com/omar-polo/gmid \
-			VERS=1.7.5 \
-			CURV=1.7 \
-			NEXTV=1.8 \
+			VERS=1.8 \
+			CURV=1.8 \
+			NEXTV=1.9 \
 			TREE=https://git.omarpolo.com/gmid/tree
 
 SUBST_GEM =	${SUBST} MANEXT=txt  EXT=gmi  REPOLOGY=${REPOLOGY_URL}
blob - fd65c4f29509d1c9b89bda38ef33d170028665d7
blob + ac192e6efe00cd1eabee5a14b2de38f1cef1dc51
--- site/index.gmi
+++ site/index.gmi
@@ -63,11 +63,14 @@ A SHA256 file is available.  However, that only checks
 To verify the signatures with signify(1)
 
 ```Example of how to verify the signature with signify
-$ signify -C -p gmid-1.7.pub -x SHA256.sig
+% signify -C -p gmid-1.8.pub -x SHA256.sig
 Signature Verified
-gmid-1.7.pub: OK
-gmid-1.7.5.tar.gz: OK
+gg.linux.aarch64: OK
+gg.linux.amd64: OK
+gmid-1.8-binaries.tar.gz: OK
 gmid-1.8.pub: OK
+gmid-1.8.tar.gz: OK
+gmid-1.9.pub: OK
 gmid.linux.aarch64: OK
 gmid.linux.amd64: OK
 ```