Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kubo_final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anastasiia Chirikova
kubo_final
Commits
b948bd65
Commit
b948bd65
authored
10 years ago
by
Juan Batiz-Benet
Browse files
Options
Downloads
Patches
Plain Diff
version bump to 0.3.0
This commit includes a poor attempt at a changelog.
parent
7e887b91
No related branches found
No related tags found
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+42
-2
42 additions, 2 deletions
CHANGELOG.md
repo/config/version.go
+1
-1
1 addition, 1 deletion
repo/config/version.go
with
43 additions
and
3 deletions
CHANGELOG.md
+
42
−
2
View file @
b948bd65
# go-ipfs changelog
Until we near full stability, this changelog must only
list breakages and backwards incompatible changes.
### 0.3.0 - 2015-04-20
We've just released version 0.3.0, which contains many
performance improvements, bugfixes, and new features.
Perhaps the most noticeable change is moving block storage
from leveldb to flat files in the filesystem.
What to expect:
*
_much faster_ performance
*
Repo format 2
*
moved default location from ~/.go-ipfs -> ~/.ipfs
*
renamed lock filename daemon.lock -> repo.lock
*
now using a flat-file datastore for local blocks
*
Fixed lots of bugs
*
proper ipfs-path in various commands
*
fixed two pinning bugs (recursive pins)
*
increased yamux streams window (for speed)
*
increased bitswap workers (+ env var)
*
fixed memory leaks
*
ipfs add error returns
*
daemon exit bugfix
*
set proper UID and GID on fuse mounts
*
Gateway
*
Added support for HEAD requests
*
configuration
*
env var to turn off SO_REUSEPORT: IPFS_REUSEPORT=false
*
env var to increase bitswap workers: IPFS_BITSWAP_TASK_WORKERS=n
*
other
*
bash completion is now available
*
ipfs stats bw -- bandwidth meetering
And many more things.
### 0.2.3 - 2015-03-01
*
Alpha Release
### 2015-01-31:
...
...
This diff is collapsed.
Click to expand it.
repo/config/version.go
+
1
−
1
View file @
b948bd65
...
...
@@ -8,7 +8,7 @@ import (
)
// CurrentVersionNumber is the current application's version literal
const
CurrentVersionNumber
=
"0.
2.3
"
const
CurrentVersionNumber
=
"0.
3.0
"
// Version regulates checking if the most recent version is run
type
Version
struct
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment