Skip to content

Commit

Permalink
Update changelog and prepare for releasing 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarh committed Sep 8, 2011
1 parent f851194 commit 5e9660a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
@@ -1,16 +1,19 @@
Version ?:
Version 1.3:
* Add support for "streaming" of entities
* Add support for connect_options
* Enables the user to pass socket options, for instance ip and port,
that will be used when connecting the socket
* Allows the user to specify SSL options during the connect phase
* Add support for "streaming" of entities
* Add start/0 and stop/0
* Fix for unexpected messages after request has been completed
* When the client process is trapping exits (which some eunit versions seem
to be doing by default) there would be {'EXIT', Pid, normal} messages left
after completing requests which came from the lhttpc_client process.
These are now avoided.
* Add rebar support (thanks to Benoit Chesneau)
* Fix some Edoc warnings (thanks to Richard Carlsson)
* Follow http spec recomendation and add space after : separator (thanks to
Marcus Froberg)

Version 1.2.5:
* Fix for decoding chunked HTTP responses with extraneous whitespace
Expand Down
2 changes: 1 addition & 1 deletion src/lhttpc.app.src
Expand Up @@ -29,7 +29,7 @@
%%% @end
{application, lhttpc,
[{description, "Lightweight HTTP Client"},
{vsn, "1.2.5"},
{vsn, "1.3"},

This comment has been minimized.

Copy link
@zaa

zaa Sep 12, 2011

Hello Oscar,

Sorry, do you have any estimated arrival time of this release (1.3.0)?

Thanks.

This comment has been minimized.

Copy link
@oscarh

oscarh Sep 12, 2011

Author Owner

No not really. I guess I should sync things with a few ppl.

You want it?

This comment has been minimized.

Copy link
@zaa

zaa Sep 12, 2011

Yes, we are thinking about switching to 1.3.0 to get possibility to use get_body_part/1 and/or get_body_part/2.

This comment has been minimized.

Copy link
@oscarh

oscarh Sep 12, 2011

Author Owner

I'll try to get back to you on this, hopefully I or ES will do a release soonish.

This comment has been minimized.

Copy link
@zaa

zaa Dec 13, 2011

Hey Oscar.

Any update on that?

Thank you.

This comment has been minimized.

Copy link
@oscarh

oscarh Dec 13, 2011

Author Owner

Hi

I talked to ES a while back, but I don't know if there was a release. Now we're (me and ES) a bit out of sync in our repos, so I'll try to sort this out sometime during the holidays.

/Oscar

{modules, []},
{registered, [lhttpc_manager]},
{applications, [kernel, stdlib, ssl, crypto]},
Expand Down

0 comments on commit 5e9660a

Please sign in to comment.