summary refs log tree commit diff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2020-08-28 13:07:15 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2020-08-28 13:07:15 +1000
commita45870f71f42be6bf3c8eada04debd1008f9dc3e (patch)
tree21475ea6ccb221e7ba351f86726dbc49a9862ce3
parentshell: Group readdir64/dirent64 with open64 (diff)
downloaddash-a45870f71f42be6bf3c8eada04debd1008f9dc3e.tar.gz
dash-a45870f71f42be6bf3c8eada04debd1008f9dc3e.zip
Release 0.5.11.2.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6041a46..33f0b08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([dash],[0.5.11.1])
+AC_INIT([dash],[0.5.11.2])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AC_CONFIG_SRCDIR([src/main.c])
 
ssignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe