このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
SisMaker
/
ibrowse
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
プロジェクト
0
リリース
30
Wiki
アクティビティ
ソースを参照
Fixed links
pull/144/head
v4.2.2
Chandrashekhar Mullaparthi
9年前
親
96ea3cbb6b
コミット
a1be5369c9
3個のファイルの変更
、
5行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-0
CHANGELOG
+1
-1
README.md
+1
-1
src/ibrowse.app.src
+ 3
- 0
CHANGELOG
ファイルの表示
@ -1,6 +1,9 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
25-11-2015 - v4.2.2
* Fix to ibrowse.app.src to enable publishing using Hex
25-11-2015 - v4.2.1
* Merged pull request https://github.com/cmullaparthi/ibrowse/pull/132
* Merged pull request https://github.com/cmullaparthi/ibrowse/pull/137
+ 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.2.
1
**Current Version:** 4.2.
2
**Latest Version:** git://github.com/cmullaparthi/ibrowse.git
+ 1
- 1
src/ibrowse.app.src
ファイルの表示
@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "Erlang HTTP client application"},
{vsn, "4.2.
1
"},
{vsn, "4.2.
2
"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
書き込み
プレビュー
読み込み中…
キャンセル
保存