summary refs log tree commit diff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-07-12 17:32:51 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-07-12 17:32:51 +0800
commite592f4dfe80dcac85764ac9aaad3132e5ba28663 (patch)
treea447bb95b5b54f1c0aacfc5a2d391dc23abc15a9
parent[REDIR] Size optimisations in redir.c (diff)
downloaddash-e592f4dfe80dcac85764ac9aaad3132e5ba28663.tar.gz
dash-e592f4dfe80dcac85764ac9aaad3132e5ba28663.zip
Release 0.5.4.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 92fa1c1..6ce16c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-12  Herbert Xu <herbert@gondor.apana.org.au>
+
+	* Release 0.5.4.
+
 2007-05-12  Herbert Xu <herbert@gondor.apana.org.au>
 
 	* Fix redirect restore on closed file descriptors.
diff --git a/configure.ac b/configure.ac
index 01cac17..e0a94a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(dash, 0.5.3)
+AC_INIT(dash, 0.5.4)
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([src/main.c])
 
consistent and update URLsJune McEnroe 2019-07-12Move to www/text.causal.agencyJune McEnroe 2019-07-12Add new causal.agency with shotty shotsJune McEnroe 2019-07-12Use -s to infer terminal sizeJune McEnroe 2019-07-12Add DCH to shottyJune McEnroe This makes htop mostly work. Scrolling region still missing. 2019-07-12Support insert mode in shottyJune McEnroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe