Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG.md: Start tracking user-visible changes for 0.3.6 #1361

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# go-ipfs changelog

### 0.4.0 - unreleased

We don't know what the main changes will be yet.

#### User interface changes

* `ipfs object patch ...` now bubbles changes up the DAG. @whyrusleeping, #1404
* trickle-DAG option (`ipfs add -t ...`) now acts as
advertized. @dylanPowers, #1379
* trailing tabs removed from `ipfs ls ...` output. @wking, #1346
* event logs are now HTTP-only. @whyrusleeping, #1382
* `ipfs name publish <your-local-node-ID> <hash-to-publish>`
works. @wking, #1398
* daemon shuts down cleanly on ctrl-c. @whyrusleeping, #1405
* better docs. @dylanPowers, #1400, #1402

#### Stability and performance

* better Linux FUSE-mount errors for missing mount points, @jbenet, #1391
* fix "slice bounds out of range" error from concurrent FUSE writes,
@chriscool, #1414
* prevent wantmanager from leaking goroutines (and
memory). @whyrusleeping, #1356
* store pins in IPFS objects. @tv42, #1381
* better context handling. @whyrusleeping, #1367
* sharness improvements. @chriscool, @Luzifer, #1370, #1371, #1372
* dependency update for goprocess, @jbenet, #1392
* internal polishing. @lgierth, @rht, @jbenet, @wking, #1377, #1359,
#1395, #1397

### 0.3.5 - 2015-06-11

This patch improves overall stability and performance
Expand Down