Skip to content

Commit

Permalink
bump up version to 4000.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigbjorn Finne committed May 22, 2009
1 parent 45636c8 commit 0835640
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Version 4004.0.7: release 2009-05-22

* Minor release.
* Added
Network.TCP.openSocketStream :: (BufferType t)
=> String {-host-}
-> Socket
-> IO (HandleStream t)

for interfacing to pre-existing @Socket@s. Contributed and
suggested by <http://trac.haskell.org/http/ticket/7>.

Version 4004.0.6: release 2009-04-21; changes from 4004.0.5

* Patch release.
* Network.Browser: use HTTP.HandleStream.sendHTTP_notify, not HTTP.sendHTTP_notify
when issuing requests. The latter runs the risk of undoing request normalization.
* Network.HTTP.Base.normalizeRequest: when normalizing proxy-bound requests,
Expand Down
2 changes: 1 addition & 1 deletion HTTP.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: HTTP
Version: 4000.0.6
Version: 4000.0.7
Cabal-Version: >= 1.2
Build-type: Simple
License: BSD3
Expand Down
Empty file modified Setup.lhs
100755 → 100644
Empty file.

0 comments on commit 0835640

Please sign in to comment.