Parcourir la source

Tagging master with new version 4.0.2

raw_request v4.0.2
Chandrashekhar Mullaparthi il y a 12 ans
Parent
révision
e8ae353c16
7 fichiers modifiés avec 16 ajouts et 5 suppressions
  1. +1
    -1
      BSD_LICENSE
  2. +4
    -0
      CHANGELOG
  3. +8
    -0
      CONTRIBUTORS
  4. +1
    -1
      LICENSE
  5. +1
    -1
      README.md
  6. +0
    -1
      priv/ibrowse.conf
  7. +1
    -1
      src/ibrowse.app.src

+ 1
- 1
BSD_LICENSE Voir le fichier

@ -1,4 +1,4 @@
Copyright (c) 2010, Chandrashekhar Mullaparthi
Copyright (c) 2005-2013, Chandrashekhar Mullaparthi
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

+ 4
- 0
CHANGELOG Voir le fichier

@ -1,5 +1,9 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
09-04-2013 - v4.0.2
* Tagging master with new version to cover changes
contributed over the past few months via various pull requests
07-08-2012 - v4.0.1
* Fix issue 67 properly.

+ 8
- 0
CONTRIBUTORS Voir le fichier

@ -42,3 +42,11 @@ fholzhauser (https://github.com/fholzhauser/)
hyperthunk (https://github.com/hyperthunk/)
Mistagrooves (https://github.com/Mistagrooves/)
tholschuh (https://github.com/tholschuh/)
https://github.com/nrdufour
https://github.com/helllamer
https://github.com/rflynn
https://github.com/puzza007
https://github.com/marutha
https://github.com/dis
https://github.com/pib

+ 1
- 1
LICENSE Voir le fichier

@ -1,5 +1,5 @@
ibrowse - a HTTP client written in erlang
Copyright (C) 2005-2010 Chandrashekhar Mullaparthi <chandrashekhar dot mullaparthi at gmail dot com>
Copyright (C) 2005-2013 Chandrashekhar Mullaparthi <chandrashekhar dot mullaparthi at gmail dot com>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

+ 1
- 1
README.md Voir le fichier

@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.
**Comments to:** chandrashekhar.mullaparthi@gmail.com
**Current Version:** 4.0.1
**Current Version:** 4.0.2
**Latest Version:** git://github.com/cmullaparthi/ibrowse.git

+ 0
- 1
priv/ibrowse.conf Voir le fichier

@ -15,4 +15,3 @@
%% If SSL is to be used, both the options, is_ssl and ssl_options MUST be specified
%% where option() is all options supported in the ssl module
%% {{options, "www.google.co.uk", 80}, [{proxy_host, "proxy"}, {proxy_port, 8080}, {proxy_user, "cmullaparthi"}, {proxy_password, "20nov99"}]}.

+ 1
- 1
src/ibrowse.app.src Voir le fichier

@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "Erlang HTTP client application"},
{vsn, "4.0.1"},
{vsn, "4.0.2"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},

Chargement…
Annuler
Enregistrer