summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f93670..4c9d86f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,23 @@
+2011-05-09
+ 0.9.29
+ * Jan Rome reported an off-by one error in handling array input (formvar[])
+ * Chow Loong Jin reported multiple header files with no copyright information
+ This is part of the process to get haserl into Ubuntu.
+ * Chow Loong Jin noticed haserl_lua.inc is no longer necessary in the
+ tarball (sf id 3298883)
+ * Oliver Metz noted that haserl aborted on SIGPIPE from a custom upload
+ handler. Haserl now ignores the signal.
+ (Example: uploading to a 'tar xvf' handler)
+ text data bss dec hex filename
+ 19637 836 176 20649 50a9 src/haserl
+
2011-03-25
0.9.28
- * Lua script did not have variables in the correct tables (Mixure for FORM. and POST_, GET_
- They should now be in the correct table format
+ * Lua script did not have variables in the correct tables (Mixure for
+ FORM. and POST_, GET_ They should now be in the correct table format
* Natanael Copa provided patches to compile lua2c if necessary
- * Chow Loong Jin proposes using printf '%s' instead of echo -n; no reason not to.
+ * Chow Loong Jin proposes using printf '%s' instead of echo -n;
+ no reason not to.
text data bss dec hex filename
28598 948 176 29722 741a src/haserl