From f6eac17b4543fa58463a903933fc4c0fd5d3a2f7 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 27 Apr 2012 18:34:42 +0100 Subject: Prepare to release 0.9 --- TODO | 2 +- config.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 2a60243..468e783 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ # other todos -0.9 - bug in get() & post(): if the \r\n\r\n after http headers is cut off between recv buffers. solution is to get all, then strstr(\n\r\n\r) to find end of header, and memcopy the rest out (so that original memory can be freed) +bug in get() & post(): if the \r\n\r\n after http headers is cut off between recv buffers. solution is to get all, then strstr(\n\r\n\r) to find end of header, and memcopy the rest out (so that original memory can be freed) in getabook, the web client tries downloading sequentially the first few pages, regardless of whether they're in the available page list. this actually works (some or all of these pages will return), so we should implement something similar too. exactly how it knows when to stop looking is not clear, at least with the one i tried, it just tried all of the first 25 pages. diff --git a/config.mk b/config.mk index 88ae97b..efe4e2e 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,6 @@ # See COPYING file for copyright and license details. -VERSION = 0.8 -RELDATE = 2012-02-14 +VERSION = 0.9 +RELDATE = 2012-04-27 # paths PREFIX = /usr/local -- cgit v1.2.3