Skip to content

Commit

Permalink
Merged with 1.2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarh committed Feb 14, 2010
2 parents c0f48bb + dc16895 commit 1010e99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .hgtags
Expand Up @@ -14,3 +14,4 @@ d82748c4d7a3c1d3fdb6df794241aaec6c76150e 1.1.0
6d41a8a076413c441fd752cd889dad4e9872bcf7 1.2.1
0aa6509343cce7e39d14573a10ef81a88d2fa69b 1.2.2
82c315b53a5dce40df76d28244cdb678084fbb1b 1.2.3
c826c624fbb845fd31efbd85cf475c7c0d416746 1.2.4
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -15,6 +15,9 @@ Version ?:
after completing requests which came from the lhttpc_client process.
These are now avoided.

Version 1.2.4:
* Fix handling of HTTP response code 304 (patch by Ben Slavin)

Version 1.2.3:
* Fix handling of unexpected 100 Continue response (patch by Magnus Henoch)

Expand Down
2 changes: 0 additions & 2 deletions util/releaser
Expand Up @@ -89,8 +89,6 @@ if ! [ "$(hg identify | awk '{print $2};')" = "tip" ]; then
fi
fi

make clean && make && make dialyzer

if ! yesno "Did the compilation run without warnings?"; then
echo "Try again..."
exit 1
Expand Down
2 changes: 1 addition & 1 deletion vsn.mk
@@ -1 +1 @@
VSN=1.2.3
VSN=1.2.4

0 comments on commit 1010e99

Please sign in to comment.