Skip to content

Commit

Permalink
Merge pull request #2505 from ipfs/feature/edit-changelog
Browse files Browse the repository at this point in the history
Small edits
  • Loading branch information
whyrusleeping committed Mar 25, 2016
2 parents 592c391 + fd382a8 commit 20e5a3f
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,98 +3,98 @@
### 0.4.0 - 2016-01-31

* Features
* implement mark and sweep GC (@whyrusleeping)
* Implement mark and sweep GC (@whyrusleeping)
* Implement pluggable Datastore types (@tv42)
* Record datastore metrics for non-default datastores (@tv42)
* implement ipfs files command (@whyrusleeping)
* Improve performance of ipfs add (@whyrusleeping)
* Implement 'ipfs files' command (@whyrusleeping)
* Improve performance of 'ipfs add' (@whyrusleeping)
* Allow for gc during adds (@whyrusleeping)
* implement utp transport (@whyrusleeping)
* Implement utp transport (@whyrusleeping)
* Allow multiple addresses per bootstrap node in config (@whyrusleeping)
* Improve ipns resolution speed (@whyrusleeping)
* Gateway: add support for HTTP OPTIONS request type (@lidel)
* Make dns resolve paths under \_dnslink.example.com (@Kubuxu)
* Added command to view active api requests (@whyrusleeping)
* Add flush command to ipfs files (@whyrusleeping)
* Prevents 'ipfs name publish' when /ipns is mounted. (@noffle)
* Make dns resolve paths under '\_dnslink.example.com' (@Kubuxu)
* Added command to view active API requests (@whyrusleeping)
* Add flush command to 'ipfs files' (@whyrusleeping)
* Prevents 'ipfs name publish' when '/ipns' is mounted. (@noffle)
* Introduce a low memory flag (@whyrusleeping)
* New version of the webui compatible with 0.4.0 (@dignifiedquire)
* BugFixes
* remove msgio double wrap (@jbenet)
* buffer msgio (@whyrusleeping)
* Remove msgio double wrap (@jbenet)
* Buffer msgio (@whyrusleeping)
* Various fixes to the fuse code (@tv42)
* compute add size in background to not stall add operation (@whyrusleeping)
* Compute add size in background to not stall add operation (@whyrusleeping)
* Lets 'ipfs add' include top-level hidden files (@noffle)
* Fix SetAllowedOrigins (@rht)
* fix `ipfs update` error message (@tomgg)
* Resolve paths in 'pin rm' /wo network lookup (@noffle)
* Directly wire ctx into http request (@rht)
* Fix 'ipfs update' error message (@tomgg)
* Resolve paths in 'pin rm' without network lookup (@noffle)
* Directly wire ctx into HTTP request (@rht)
* Mounts detect unmounts and track mount state. (@noffle)
* fix go1.6rc2 panic where closenotify was called from wrong goroutine (@rwcarlsen)
* bump kvalue from 10 to 20 (@whyrusleeping)
* put pubkey and ipns entry to dht in parallel (@whyrusleeping)
* fix panic in cli arg parsing (@whyrusleeping)
* Fix go1.6rc2 panic where closenotify was called from wrong goroutine (@rwcarlsen)
* Bump kvalue from 10 to 20 (@whyrusleeping)
* Put pubkey and ipns entry to dht in parallel (@whyrusleeping)
* Fix panic in cli arg parsing (@whyrusleeping)
* Fixes range error by using > 0 length buffer. (@noffle)
* Patch yamux hanging issue by increasing AcceptBacklog (@whyrusleeping)
* Fix double Transport-Encoding header bug (@whyrusleeping)
* Tool Changes
* Add a --pin option to `ipfs add` (allowing --pin=false) (@eminence)
* ipfs files ls without -l is faster (@whyrusleeping)
* Add a '--pin' option to `ipfs add` (allowing --pin=false) (@eminence)
* 'ipfs files ls' without '-l' is faster (@whyrusleeping)
* Add arguments to 'ipfs pin ls' (@chriscool)
* Add dns and resolve commands to Readonly API (@Kubuxu)
* Add option to display headers for « ipfs object links ». (@palkeo)
* files: make 'files ls' defaults to / (@chriscool)
* Add option to display headers for 'ipfs object links'. (@palkeo)
* Files: make 'files ls' default to '/' (@chriscool)
* General Codebase
* Rewrite pinning to store pins in IPFS objects (@tv42)
* ci: remove dead jenkins code (@lgierth)
* bump fsrepo version to 3 (@whyrusleeping)
* use multistream muxer (@whyrusleeping)
* ci: remove dead Jenkins code (@lgierth)
* Bump fsrepo version to 3 (@whyrusleeping)
* Use multistream muxer (@whyrusleeping)
* Add locking interface to blockstore (@whyrusleeping)
* merkledag FetchGraph and EnumerateChildren (@whyrusleeping)
* renamed {R,}Lock -> {Pin,GC}Lock (@jbenet)
* allow multistream to have zero rtt stream opening (@whyrusleeping)
* Merkledag FetchGraph and EnumerateChildren (@whyrusleeping)
* Renamed '{R,}Lock' to '{Pin,GC}Lock' (@jbenet)
* Allow multistream to have zero rtt stream opening (@whyrusleeping)
* Refactor ipnsfs into a more generic and well tested mfs (@whyrusleeping)
* if bucket doesnt have enough peers, grab more elsewhere (@whyrusleeping)
* add closenotify to gateway (@whyrusleeping)
* If bucket doesn't have enough peers, grab more elsewhere (@whyrusleeping)
* Add closenotify to gateway (@whyrusleeping)
* Add config option for flatfs no-sync (@rht)
* Flatten multipart file transfers (@whyrusleeping)
* send dht record fixes to peers who send outdated records (@whyrusleeping)
* replace go-psutil with go-sysinfo (@whyrusleeping)
* use ServeContent for index.html (@AtnNn)
* refactor object patch api to not store data in url (@whyrusleeping)
* use mfs for adds (@whyrusleeping)
* Send dht record fixes to peers who send outdated records (@whyrusleeping)
* Replace go-psutil with go-sysinfo (@whyrusleeping)
* Use ServeContent for index.html (@AtnNn)
* Refactor 'object patch' API to not store data in url (@whyrusleeping)
* Use mfs for adds (@whyrusleeping)
* Add Server field in HTTP API response header (@Kubuxu)
* Wire ctx to getdag operations in gc.GC (@rht)
* vendor libp2p with gx (@whyrusleeping)
* Vendor libp2p with gx (@whyrusleeping)
* Docker automatic builds (@lgierth)
* use gx vendored packages instead of godeps ones (@whyrusleeping)
* Use gx vendored packages instead of godeps ones (@whyrusleeping)
* Simplify merkledag package interface to ease IPLD inclusion (@mildred)
* add default option value support to commands lib (@whyrusleeping)
* refactor merkledag fetching methods (@whyrusleeping)
* use net/url to escape paths in web-ui (@noffle)
* Add default option value support to commands lib (@whyrusleeping)
* Refactor merkledag fetching methods (@whyrusleeping)
* Use net/url to escape paths in web-ui (@noffle)
* Documentation
* Improved makefile (@tomgg)
* Went over </b>every</b> ipfs command and fixed helptext (@RichardLitt)
* Went over <b>every</b> ipfs command and fixed helptext (@RichardLitt)
* Change sample API origin settings from wildcard to example.com (@Kubuxu)
* Improved documentation of install process in README (@whyrusleeping)
* improve windows.md (@chriscool)
* Improve windows.md (@chriscool)
* Check go version in makefile (@chriscool)
* Makes install from source instructions clearer. (@noffle)
* Makes install from source instructions clearer (@noffle)
* More robust version checking (@jedahan)
* assert that you must build from inside your gopath (@whyrusleeping)
* Assert that you must build from inside your gopath (@whyrusleeping)
* dns: update dns command docs (@lgierth)
* Testing
* Refactor iptb tests (@chriscool)
* t0240 improvements (@chriscool)
* Make bitswap tests less flaky (@whyrusleeping)
* Use port zero for ipfs daemon in sharness tests (@whyrusleeping)
* appveyor: sharness improvements (@chriscool)
* add a pause to fix timing on t0065 (@whyrusleeping)
* Appveyor: sharness improvements (@chriscool)
* Add a pause to fix timing on t0065 (@whyrusleeping)
* Adds arbitrary port support to t0060-daemon.sh (@noffle)
* make t0060 use port zero (@whyrusleeping)
* Make t0060 use port zero (@whyrusleeping)

* Incompatible Changes
* the default for '--type' in 'ipfs pin ls' is now "all" (@chriscool)
* The default for '--type' in 'ipfs pin ls' is now 'all' (@chriscool)

### 0.3.11 - 2016-01-12

Expand Down

0 comments on commit 20e5a3f

Please sign in to comment.