Since I have no life and everything was really really dull on this saturday
eavning I relased 0.4.2rc1! YEY!
This is probably not stable at all and probably won't compile for everybody.
But hey, we can increase the version number.
I just want to see one Release Canidate for the new stable. So please, ydo
wrap 0.4.2 up quickly so that we can move on towards 0.6.0 with the new
httpd.
The new source tarball is uploaded to sourceforge and I will update the
webpage... Untill then. have fun!
Changes following:
Changes to 0.4.1 -> 0.4.2rc1
----------------------------
vardump.c:
new file
common.c:
extra parameter to ~head_filename.
default is now inline instead of attachment in the Content-Disposition
HTTP header!
head_filename.c:
extra parameter to ~head_filename.
yacc2html.sh:
I now autogenerate html for the parser states, so people easier could
follow our thinking (people includes ourselves)
image_string.c:
Changed some of the worthless logmessages
Added some nonexistant important log.
Added a free() in case of error!
httpd_method.c, config.h.in:
Backported userpublicdirs from unstable
tilde_cgi.c:
New query parser, should be faster and more accurate.
imap.c:
if delete mailbox is INBOX, refuse to take action
foreach_row.c:
Added new function foreach_row
tilde_decode.c:
break out of the for loop when done building newstring.
tilde_cgi.c:
made cgi parser code a LOT faster.
string_striphtml.c:
if given a empty argument it would segfault.
imap.c:
decode filenames.
imap_connect.c:
If imap_connect returned error we also should disconnect
imap_connect.c:
destroy things if unsuccessful login
Many files:
Replaced all free()s with xmlFree() when freeing xmlgetporped values
Many files:
Added tilde.h first in all this files to get tilde to compile under
anything but gcc imap.c:
fixed bug when not sorting in imap_index
imap_connect.c:
result wasn't always set
configure.in, config.h.in, tilde_mem.c, imap.c:
Solaris updates and correct memoryalignment
mysql.c:
% is now escaped
tilde_mem.c:
fixed warnings
tilde_init.c:
system("port")
http_method.c:
more verbosity in http_response
head_contenttype.c:
better code
string_striphtml.c:
Moved prototype so that it wont segfault.
httpd.c, httpd_maintenance.c:
-n and -m to httpd
tilde_tagparser.c:
better errormsg
tilde_pipe.c:
another read in tilde_pipe
system.c:
read patch
|