about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-24 23:51:48 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-25 00:00:33 +0000
commit2b264a464707e448275883ac198d7ead7eaeadb9 (patch)
treec39653fd1f49979bb64d0efccae267e330b55238 /GNUmakefile
parent558513bdeaac2bd1feb9df46c3ba09616b1be2bf (diff)
downloadkcar-2b264a464707e448275883ac198d7ead7eaeadb9.tar.gz
Our handling of pipelined identity (not chunked) responses
did not properly reset our internal buffer, causing HTTP
header parsing to fail for the second response as the buffer
still contained the last part of the body from the previous
response.

There are also minor documentation updates and cleanups.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f880f26..dec1f76 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -54,7 +54,7 @@ NEWS: GIT-VERSION-FILE
 latest: NEWS
         @awk 'BEGIN{RS="=== ";ORS=""}NR==2{sub(/\n$$/,"");print RS""$$0 }' $<
 
-SINCE =
+SINCE = 0.1.0
 ChangeLog: LOG_VERSION = \
   $(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \
           echo $(GIT_VERSION) || git describe)