This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
ibrowse
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
30
Wiki
Activity
瀏覽代碼
New release after fixing travis-ci builds
pull/144/head
v4.2.4
Chandru Mullaparthi
9 年之前
父節點
b1e9ad427f
當前提交
07e47c6ba0
共有
3 個文件被更改
,包括
6 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CHANGELOG
+1
-1
README.md
+1
-1
src/ibrowse.app.src
+ 4
- 0
CHANGELOG
查看文件
@ -1,6 +1,10 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
19-04-2016 - v4.2.4
* Fixed travis-ci build as it was failing in running tests.
No code changes to ibrowse
19-04-2016 - v4.2.3
* Fix for https://github.com/cmullaparthi/ibrowse/issues/143
* Fix for https://github.com/cmullaparthi/ibrowse/issues/142
+ 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.
3
**Current Version:** 4.2.
4
**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.
3
"},
{vsn, "4.2.
4
"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
Write
Preview
Loading…
取消
儲存