Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
ibrowse
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
30
Wiki
Attività
Sfoglia il codice sorgente
New release after fixing travis-ci builds
pull/144/head
v4.2.4
Chandru Mullaparthi
9 anni fa
parent
b1e9ad427f
commit
07e47c6ba0
3 ha cambiato i file
con
6 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-0
CHANGELOG
+1
-1
README.md
+1
-1
src/ibrowse.app.src
+ 4
- 0
CHANGELOG
Vedi File
@ -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
Vedi File
@ -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
Vedi File
@ -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, []},
Scrivi
Anteprima
Caricamento…
Annulla
Salva