summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2008-03-22 12:59:10 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2008-03-22 12:59:10 +0000
commit1ec3de271c10397a288d059cbf05df5db2cec913 (patch)
treebb2a413e23ccf604c29511581326a1784b5ef715
parent1904cf28655bec8b4b8da60815a1fd0bfed47656 (diff)
downloadhaserl-1ec3de271c10397a288d059cbf05df5db2cec913.tar.bz2
haserl-1ec3de271c10397a288d059cbf05df5db2cec913.tar.xz
0.9.23 version
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b445f6..9b66467 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,14 @@
-2008-03-12
+2008-03-22
0.9.23
- * haserl.c - short option for debug should be -d not -D
- * haserl.c - remove use of index function.
+ * haserl.c - short option for debug id -d (was incorrectly -D)
+ * haserl.c - remove use of legacy "index" clib function.
* haserl.c - myputenv makes a newline delimited "array" out
of variables that end in []. (php-style for multi-selects)
Lua variables will have same behavior - they are not treated
as true arrays yet. (WIP - need to handle the env variables
as abstracts until subshell startup for this to work)
text data bss dec hex filename
- 18297 820 128 19245 4b2d src/haserl
+ 18237 820 128 19185 4af1 src/haserl
2008-01-28
0.9.22
* h_bash.c - close the input side of the pipe, so that if the
diff --git a/configure.ac b/configure.ac
index a7b0c46..7519a4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([haserl],[0.9.23_rc4],[Nathan Angelacos <nangel@users.sourceforge.net>],[haserl])
+AC_INIT([haserl],[0.9.23],[Nathan Angelacos <nangel@users.sourceforge.net>],[haserl])
AM_INIT_AUTOMAKE([haserl],[$PACKAGE_VERSION])
# Checks for programs.