このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
SisMaker
/
ibrowse
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
プロジェクト
0
リリース
30
Wiki
アクティビティ
ソースを参照
Changing version number to reflect bug fix
pull/62/head
v3.0.1
Chandrashekhar Mullaparthi
13年前
親
0f4f99b0be
コミット
b9675455cc
3個のファイルの変更
、
5行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-0
CHANGELOG
+1
-1
README.md
+1
-1
src/ibrowse.app.src
+ 3
- 0
CHANGELOG
ファイルの表示
@ -1,5 +1,8 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
23-01-2012 - v3.0.1
* Fixed bug highlighted by Dialyzer
23-01-2012 - v3.0.0
* Change to the way pipelining works.
* Fixed various issues reported
+ 1
- 1
README.md
ファイルの表示
@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.
**Comments to:** chandrashekhar.mullaparthi@gmail.com
**Current Version:** 3.0.
0
**Current Version:** 3.0.
1
**Latest Version:** git://github.com/cmullaparthi/ibrowse.git
+ 1
- 1
src/ibrowse.app.src
ファイルの表示
@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "HTTP client application"},
{vsn, "3.0.
0
"},
{vsn, "3.0.
1
"},
{modules, [ ibrowse,
ibrowse_http_client,
ibrowse_app,
書き込み
プレビュー
読み込み中…
キャンセル
保存