summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-09-08 00:59:11 +0100
committerNick White <git@njw.me.uk>2011-09-08 00:59:11 +0100
commit6caa822d0ad5afb0d019e1b2afbbc53847d7179d (patch)
tree6ab65122bb53a5556a843f9761dee9c29516897c
parente3a8b3b59d5a9c64eb141ae02a67e5cd92ffe402 (diff)
Update TODO, prepare for 0.4v0.4
-rw-r--r--TODO8
-rw-r--r--config.mk4
-rw-r--r--doap.ttl7
3 files changed, 12 insertions, 7 deletions
diff --git a/TODO b/TODO
index f2af36d..c63ee9d 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,3 @@
-# before 0.4
-
-mkdir of bookid and save pages in there
-
before 1.0: create other 2 utilities, make sure memory usage is sensible, be unicode safe, package for osx & windows
# other utils
@@ -12,12 +8,16 @@ getbnbook
# other todos
+mkdir of bookid and save pages in there
+
use wide string functions when dealing with stuff returned over http; it's known utf8
bug in get(): if the \r\n\r\n after http headers is cut off between recv buffers
what happens if we receive not a http header? does recv loop forever, in a memory killing manner?
+be more reasonable with memory: only allocate each page when it's processed, point to cookies rather than copy them
+
print stderr in gui as well
package for osx
diff --git a/config.mk b/config.mk
index 35b3c3c..655b865 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,6 @@
# See COPYING file for copyright and license details.
-VERSION = 0.3
-RELDATE = 2011-08-07
+VERSION = 0.4
+RELDATE = 2011-09-08
# paths
PREFIX = /usr/local
diff --git a/doap.ttl b/doap.ttl
index 16e7bfa..da4f28a 100644
--- a/doap.ttl
+++ b/doap.ttl
@@ -10,7 +10,7 @@
doap:repository :repo;
doap:programming-language "C";
doap:license <http://www.isc.org/software/license>;
- doap:release :v01, :v02, :v03;
+ doap:release :v01, :v02, :v03, :v04;
doap:maintainer <http://njw.me.uk/card#i>.
<http://njw.me.uk/card#i> a foaf:Person;
@@ -34,3 +34,8 @@
doap:revision "0.3";
doap:created "2011-08-07";
doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.3.tar.gz>.
+
+:v04 a doap:Version;
+ doap:revision "0.4";
+ doap:created "2011-09-08";
+ doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.4.tar.gz>.