Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
8cacf375
提交
8cacf375
authored
5月 17, 2016
作者:
Lars Gierth
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add changelog for v0.4.2
License: MIT Signed-off-by:
Lars Gierth
<
larsg@systemli.org
>
上级
1e717b80
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
63 行增加
和
1 行删除
+63
-1
CHANGELOG.md
CHANGELOG.md
+63
-1
没有找到文件。
CHANGELOG.md
浏览文件 @
8cacf375
# go-ipfs changelog
### 0.4.2 - 2016-05-17
This is a patch release which fixes perfomance and networking bugs in go-libp2p,
You should see improvements in CPU and RAM usage, as well as speed of object lookups.
There are also a few other nice improvements.
*
Notable Fixes
*
Set a deadline for dialing attempts. This prevents a node from accumulating
failed connections. (@whyrusleeping)
*
Avoid unneccessary string/byte conversions in go-multihash. (@whyrusleeping)
*
Fix a deadlock around the yamux stream muxer. (@whyrusleeping)
*
Fix a bug that left channels open, causing hangs. (@whyrusleeping)
*
Fix a bug around yamux which caused connection hangs. (@whyrusleeping)
*
Fix a crash caused by nil multiaddrs. (@whyrusleeping)
*
Enhancements
*
Add NetBSD support. (@erde74)
*
Set Cache-Control: immutable on /ipfs responses. (@kpcyrd)
*
Have
`ipfs init`
optionally accept a default configuration from stdin. (@sivachandran)
*
Add
`ipfs log ls`
command for listing logging subsystems. (@hsanjuan)
*
Allow bitswap to read multiple messages per stream. (@whyrusleeping)
*
Remove
`make toolkit_upgrade`
step. (@chriscool)
*
Documentation
*
Add a debug-guidelines document. (@richardlitt)
*
Update the contribute document. (@richardlitt)
*
Fix documentation of many
`ipfs`
commands. (@richardlitt)
*
Fall back to ShortDesc if LongDesc is missing. (@kubuxu)
*
Removals
*
Remove -f option from
`ipfs init`
command. (@whyrusleeping)
*
Bugfixes
*
Fix
`ipfs object patch`
argument handling and validation. (@jbenet)
*
Fix
`ipfs config edit`
command by running it client-side. (@kubuxu)
*
Set default value for
`ipfs refs`
arguments. (@richardlitt)
*
Fix parsing of incorrect command and argument permutations. (@thomas-gardner)
*
Update Dockerfile to latest go1.5.4-r0. (@chriscool)
*
Allow passing IPFS_LOGGING to Docker image. (@lgierth)
*
Fix dot path parsing on Windows. (@djdv)
*
Fix formatting of
`ipfs log ls`
output. (@richardlitt)
*
General Codebase
*
Refactor Makefile. (@kevina)
*
Wire context into bitswap requests more deeply. (@whyrusleeping)
*
Use gx for iptb. (@chriscool)
*
Update gx and gx-go. (@chriscool)
*
Make blocks.Block an interface. (@kevina)
*
Silence check for Docker existance. (@chriscool)
*
Add dist_get script for fetching tools from dist.ipfs.io. (@whyrusleeping)
*
Add proper defaults to all
`ipfs`
commands. (@richardlitt)
*
Remove dead
`count`
option from
`ipfs pin ls`
. (@richardlitt)
*
Initialize pin mode strings only once. (@chriscool)
*
Add changelog for v0.4.2. (@lgierth)
*
Specify a dist.ipfs.io hash for tool downloads instead of trusting DNS. (@lgierth)
*
CI
*
Fix t0170-dht sharness test. (@chriscool)
*
Increase timeout in t0060-daemon sharness test. (@kubuxu)
*
Have CircleCI use
`make deps`
instead of
`gx`
directly. (@whyrusleeping)
### 0.4.1 - 2016-04-25
This is a patch release that fixes a few bugs, and adds a few small (but not
...
...
@@ -30,7 +92,7 @@ hang bugfix that was shipped in the 0.4.0 release.
*
Make non recursive resolve print the result (@kubuxu)
*
Output dirs on ipfs add -rn (@noffle)
*
update libp2p dep to fix hanging listeners problem (@whyrusleeping)
*
Fix Swarm.AddrFilters config setting with regard to
`/ip6`
addresses (@lgierth)
*
Fix Swarm.AddrFilters config setting with regard to
`/ip6`
addresses (@lgierth)
*
fix dht command key escaping (@whyrusleeping)
*
Testing
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论