about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-08 17:21:05 -0400
committerJune McEnroe <june@causal.agency>2021-05-08 17:21:05 -0400
commit7af37585b8794acb7fea5e18ff1da1b0f4ae08c3 (patch)
tree5f4e80b86bc2c7db5c2e447f8e7f1bca1ffa35cf
parentUpdate to Linux man-pages 5.11 (diff)
downloadexman-7af37585b8794acb7fea5e18ff1da1b0f4ae08c3.tar.gz
exman-7af37585b8794acb7fea5e18ff1da1b0f4ae08c3.zip
Update to OpenBSD 6.9
-rw-r--r--OpenBSD/Makefile2
-rw-r--r--exman.14
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenBSD/Makefile b/OpenBSD/Makefile
index 0fd4e2e..88f4e5c 100644
--- a/OpenBSD/Makefile
+++ b/OpenBSD/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = OpenBSD
-VERSION = 6.8
+VERSION = 6.9
 MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64
 V = ${VERSION:S/.//}
 DISTFILES = comp${V}.tgz game${V}.tgz man${V}.tgz
diff --git a/exman.1 b/exman.1
index 30467ec..7b5ec02 100644
--- a/exman.1
+++ b/exman.1
@@ -1,4 +1,4 @@
-.Dd April 26, 2021
+.Dd May  8, 2021
 .Dt EXMAN 1
 .Os
 .
@@ -33,7 +33,7 @@ man-pages 5.11
 .It Nx
 9.1
 .It Ox
-6.8
+6.9
 .It POSIX
 man-pages-posix 2017
 .El
/a>June McEnroe 2020-02-11Add startup GPLv3 note and URLJune McEnroe 2020-02-11Make sure -D_GNU_SOURCE ends up in CFLAGS on LinuxJune McEnroe 2020-02-11Add note about setting PKG_CONFIG_PATHJune McEnroe 2020-02-11Rename query ID on nick changeJune McEnroe 2020-02-11Call completeClear when closing a windowJune McEnroe 2020-02-11Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe 2020-02-11Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe