summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2008-04-14 23:08:11 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2008-04-14 23:08:11 +0000
commit481c59a48473fec39e36d5dcb8f783cd2985f3ac (patch)
tree6cad0a8de862c4765bf55c16910cad8165b6ca69
parent03b211cbcbdba92392233491439416fefcc5e9b3 (diff)
downloadhaserl-481c59a48473fec39e36d5dcb8f783cd2985f3ac.tar.bz2
haserl-481c59a48473fec39e36d5dcb8f783cd2985f3ac.tar.xz
0.9.24 release
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b3cf42..5987c86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2008-04-0
+2008-04-14
0.9.24
* haserl.c - myputenv caused a segfault when a variable without
an = (assignment) was passed. (Scott)
@@ -8,12 +8,13 @@
* running haserl with no args now tells you if lua or
the bash extensions are enabled.
* configure.ac - FORM_ now hardcoded
+ * tests/* - beginnings of unit tests (make check)
* haserl.c - varibles now stored as FORM_ + GET_, POST_, COOKIE_
(scott) - WIP - need to clean up the putenv so that only one
copy is saved in the host, and the child gets all the
duplicates
- text data bss dec hex filename
- 18507 824 172 19503 4c2f src/haserl
+ text data bss dec hex filename
+ 18519 824 172 19515 4c3b src/haserl
2008-03-22
0.9.23
diff --git a/configure.ac b/configure.ac
index 732c1d2..dde3fe2 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.24_rc2],[Nathan Angelacos <nangel@users.sourceforge.net>],[haserl])
+AC_INIT([haserl],[0.9.24],[Nathan Angelacos <nangel@users.sourceforge.net>],[haserl])
AM_INIT_AUTOMAKE([haserl],[$PACKAGE_VERSION])
# Checks for programs.