Skip to content

Commit

Permalink
bump to 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Feb 27, 2016
1 parent e657629 commit 970d17c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2012-2015 (c) Benoît Chesneau <benoitc@e-engura.org>
2012-2016 (c) Benoît Chesneau <benoitc@e-engura.org>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# NEWS

1.4.10 - 2016/02/27
------------------

- bump to idna 1.1.0
- fix: don't encode @ in urls
- fix: header stream multipart

1.4.7 - 2015/12/07
------------------

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hackney
-------

2012-2015 (c) Benoît Chesneau <benoitc@e-engura.org>
2012-2016 (c) Benoît Chesneau <benoitc@e-engura.org>

hackney is released under the Apache 2 license. See the LICENSE file for
the complete license.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# hackney - HTTP client library in Erlang #

Copyright (c) 2012-2015 Benoît Chesneau.
Copyright (c) 2012-2016 Benoît Chesneau.

__Version:__ 1.4.9
__Version:__ 1.4.10

# hackney

Expand Down
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# hackney - HTTP client library in Erlang #

Copyright (c) 2012-2015 Benoît Chesneau.
Copyright (c) 2012-2016 Benoît Chesneau.

__Version:__ 1.4.9
__Version:__ 1.4.10

# hackney

Expand Down
6 changes: 3 additions & 3 deletions doc/overview.edoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

%%==============================================================================
%% Copyright 2013-2015 Benoît Chesneau
%% Copyright 2012-2016 Benoît Chesneau
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
Expand All @@ -16,8 +16,8 @@
%%==============================================================================


@copyright 2012-2015 Benoît Chesneau.
@version 1.4.9
@copyright 2012-2016 Benoît Chesneau.
@version 1.4.10
@title hackney - HTTP client library in Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/hackney.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "1.4.9"},
{vsn, "1.4.10"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 970d17c

Please sign in to comment.