소스 검색

Tagging master with new version 4.0.2

raw_request v4.0.2
Chandrashekhar Mullaparthi 12 년 전
부모
커밋
e8ae353c16
7개의 변경된 파일16개의 추가작업 그리고 5개의 파일을 삭제
  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 파일 보기

@ -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 파일 보기

@ -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 파일 보기

@ -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 파일 보기

@ -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 파일 보기

@ -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 파일 보기

@ -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 파일 보기

@ -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, []},

불러오는 중...
취소
저장