summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-04-27 18:34:42 +0100
committerNick White <git@njw.me.uk>2012-04-27 18:34:42 +0100
commitf6eac17b4543fa58463a903933fc4c0fd5d3a2f7 (patch)
tree659b30846c8a51ea8e08bde789314c5a4850535b
parentf6debf4fef468ac1dbdacba9aeca5153c6016116 (diff)
Prepare to release 0.9
-rw-r--r--TODO2
-rw-r--r--config.mk4
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