Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
b183da36
Unverified
提交
b183da36
authored
6月 27, 2018
作者:
Whyrusleeping
提交者:
GitHub
6月 27, 2018
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #5159 from ipfs/release-0.4.16-rc1
Ipfs v0.4.16-rc1
上级
f5d81093
58198681
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
58 行增加
和
3 行删除
+58
-3
CHANGELOG.md
CHANGELOG.md
+56
-1
package.json
package.json
+1
-1
version.go
repo/config/version.go
+1
-1
没有找到文件。
CHANGELOG.md
浏览文件 @
b183da36
# go-ipfs changelog
## 0.4.16-rc1 2018-06-27
-
Features
-
Embed public keys inside ipns records, use for validation (
[
ipfs/go-ipfs#5079
](
https://github.com/ipfs/go-ipfs/pull/5079
)
)
-
Preload git plugin by default (
[
ipfs/go-ipfs#4991
](
https://github.com/ipfs/go-ipfs/pull/4991
)
)
-
Improvements
-
Only resolve dnslinks once in the gateway (
[
ipfs/go-ipfs#4977
](
https://github.com/ipfs/go-ipfs/pull/4977
)
)
-
Libp2p transport refactor update (
[
ipfs/go-ipfs#4817
](
https://github.com/ipfs/go-ipfs/pull/4817
)
)
-
Improve swarm connect/disconnect commands (
[
ipfs/go-ipfs#5107
](
https://github.com/ipfs/go-ipfs/pull/5107
)
)
-
Documentation
-
Fix typo of sudo install command (
[
ipfs/go-ipfs#5001
](
https://github.com/ipfs/go-ipfs/pull/5001
)
)
-
Fix experimental features Table of Contents (
[
ipfs/go-ipfs#4976
](
https://github.com/ipfs/go-ipfs/pull/4976
)
)
-
Fix link to systemd init scripts in the README (
[
ipfs/go-ipfs#4968
](
https://github.com/ipfs/go-ipfs/pull/4968
)
)
-
Add package overview comments to coreapi (
[
ipfs/go-ipfs#5108
](
https://github.com/ipfs/go-ipfs/pull/5108
)
)
-
Add README to docs folder (
[
ipfs/go-ipfs#5095
](
https://github.com/ipfs/go-ipfs/pull/5095
)
)
-
Add system requirements to README (
[
ipfs/go-ipfs#5137
](
https://github.com/ipfs/go-ipfs/pull/5137
)
)
-
Bugfixes
-
Fix goroutine leak in pin verify (
[
ipfs/go-ipfs#5011
](
https://github.com/ipfs/go-ipfs/pull/5011
)
)
-
Fix commit string in version (
[
ipfs/go-ipfs#4982
](
https://github.com/ipfs/go-ipfs/pull/4982
)
)
-
Fix
`key rename`
command output error (
[
ipfs/go-ipfs#4962
](
https://github.com/ipfs/go-ipfs/pull/4962
)
)
-
Report error source when failing to construct private network (
[
ipfs/go-ipfs#4952
](
https://github.com/ipfs/go-ipfs/pull/4952
)
)
-
Fix build on DragonFlyBSD (
[
ipfs/go-ipfs#5031
](
https://github.com/ipfs/go-ipfs/pull/5031
)
)
-
Fix goroutine leak in dag put (
[
ipfs/go-ipfs#5016
](
https://github.com/ipfs/go-ipfs/pull/5016
)
)
-
Fix goroutine leaks in refs.go (
[
ipfs/go-ipfs#5018
](
https://github.com/ipfs/go-ipfs/pull/5018
)
)
-
Fix panic, Don't handle errors with fallthrough (
[
ipfs/go-ipfs#5072
](
https://github.com/ipfs/go-ipfs/pull/5072
)
)
-
Fix how filestore is hooked up with caching (
[
ipfs/go-ipfs#5122
](
https://github.com/ipfs/go-ipfs/pull/5122
)
)
-
Add record validation to offline routing (
[
ipfs/go-ipfs#5116
](
https://github.com/ipfs/go-ipfs/pull/5116
)
)
-
General Changes and Refactorings
-
Remove leftover bits of dead code (
[
ipfs/go-ipfs#5022
](
https://github.com/ipfs/go-ipfs/pull/5022
)
)
-
Remove fuse platform build constraints (
[
ipfs/go-ipfs#5033
](
https://github.com/ipfs/go-ipfs/pull/5033
)
)
-
Warning when legacy NoSync setting is set (
[
ipfs/go-ipfs#5036
](
https://github.com/ipfs/go-ipfs/pull/5036
)
)
-
Clean up and refactor namesys module (
[
ipfs/go-ipfs#5007
](
https://github.com/ipfs/go-ipfs/pull/5007
)
)
-
When raw-leaves are used for empty files use 'Raw' nodes (
[
ipfs/go-ipfs#4693
](
https://github.com/ipfs/go-ipfs/pull/4693
)
)
-
Update dist_root in build scripts (
[
ipfs/go-ipfs#5093
](
https://github.com/ipfs/go-ipfs/pull/5093
)
)
-
Integrate
`pb.Data`
into
`FSNode`
to avoid duplicating fields (
[
ipfs/go-ipfs#5098
](
https://github.com/ipfs/go-ipfs/pull/5098
)
)
-
Reduce log level when we can't republish (
[
ipfs/go-ipfs#5091
](
https://github.com/ipfs/go-ipfs/pull/5091
)
)
-
Extract ipns record logic to go-ipns (
[
ipfs/go-ipfs#5124
](
https://github.com/ipfs/go-ipfs/pull/5124
)
)
-
Testing
-
Collect test times for sharness (
[
ipfs/go-ipfs#4959
](
https://github.com/ipfs/go-ipfs/pull/4959
)
)
-
Fix sharness iptb connect timeout (
[
ipfs/go-ipfs#4966
](
https://github.com/ipfs/go-ipfs/pull/4966
)
)
-
Add more timeouts to the jenkins pipeline (
[
ipfs/go-ipfs#4958
](
https://github.com/ipfs/go-ipfs/pull/4958
)
)
-
Use go 1.10 on jenkins (
[
ipfs/go-ipfs#5009
](
https://github.com/ipfs/go-ipfs/pull/5009
)
)
-
Speed up multinode sharness test (
[
ipfs/go-ipfs#4967
](
https://github.com/ipfs/go-ipfs/pull/4967
)
)
-
Print out iptb logs on iptb test failure (for debugging CI) (
[
ipfs/go-ipfs#5069
](
https://github.com/ipfs/go-ipfs/pull/5069
)
)
-
Disable the MacOS tests in jenkins (
[
ipfs/go-ipfs#5119
](
https://github.com/ipfs/go-ipfs/pull/5119
)
)
-
Make republisher test robust against timing issues (
[
ipfs/go-ipfs#5125
](
https://github.com/ipfs/go-ipfs/pull/5125
)
)
-
Archive sharness trash dirs in jenkins (
[
ipfs/go-ipfs#5071
](
https://github.com/ipfs/go-ipfs/pull/5071
)
)
-
Fixup DHT sharness tests (
[
ipfs/go-ipfs#5114
](
https://github.com/ipfs/go-ipfs/pull/5114
)
)
-
Dependencies
-
Update go-ipld-git to fix mergetag resolving (
[
ipfs/go-ipfs#4988
](
https://github.com/ipfs/go-ipfs/pull/4988
)
)
-
Fix duplicate /x/sys imports (
[
ipfs/go-ipfs#5068
](
https://github.com/ipfs/go-ipfs/pull/5068
)
)
-
Update stream multiplexers (
[
ipfs/go-ipfs#5075
](
https://github.com/ipfs/go-ipfs/pull/5075
)
)
-
Update dependencies: go-log, sys, go-crypto (
[
ipfs/go-ipfs#5100
](
https://github.com/ipfs/go-ipfs/pull/5100
)
)
-
Explicitly import go-multiaddr-dns in config/bootstrap_peers (
[
ipfs/go-ipfs#5144
](
https://github.com/ipfs/go-ipfs/pull/5144
)
)
-
Gx update with dht and dialing improvements (
[
ipfs/go-ipfs#5158
](
https://github.com/ipfs/go-ipfs/pull/5158
)
)
## 0.4.15 2018-05-09
This release is significantly smaller than the last as much of the work on
...
...
@@ -32,7 +87,7 @@ archives of go-ipfs and its dependencies. This should be a welcome improvement
for both packagers and those living in countries with harmonized internet
access.
-
Features
:
-
Features
-
Add options for record count and timeout for resolving DHT paths (
[
ipfs/go-ipfs#4733
](
https://github.com/ipfs/go-ipfs/pull/4733
)
)
-
Add low power init profile (
[
ipfs/go-ipfs#4154
](
https://github.com/ipfs/go-ipfs/pull/4154
)
)
-
Add Opentracing plugin support (
[
ipfs/go-ipfs#4506
](
https://github.com/ipfs/go-ipfs/pull/4506
)
)
...
...
package.json
浏览文件 @
b183da36
...
...
@@ -551,6 +551,6 @@
"language"
:
"go"
,
"license"
:
"
MIT
"
,
"name"
:
"
go-ipfs
"
,
"version"
:
"0.4.16-
dev
"
"version"
:
"0.4.16-
rc1
"
}
repo/config/version.go
浏览文件 @
b183da36
...
...
@@ -4,6 +4,6 @@ package config
var
CurrentCommit
string
// CurrentVersionNumber is the current application's version literal
const
CurrentVersionNumber
=
"0.4.16-
dev
"
const
CurrentVersionNumber
=
"0.4.16-
rc1
"
const
ApiVersion
=
"/go-ipfs/"
+
CurrentVersionNumber
+
"/"
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论