You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by 南京大学软件学院薛恺丰 <82...@qq.com> on 2020/07/27 05:37:29 UTC

回复:[VOTE] Apache IoTDB 0.10.1 (incubating) RC1 release

Hi,

+1 from committer : )

I checked:

- Incubating in name
- Download links
- Signatures and hashes&nbsp;
- DISCLAIMER
- Git tag
- ASF headers in all source files
- Compiling from source
- LICENSE and NOTICE
- Start in Mac
- Run with following statements

SET STORAGE GROUP TO root.turbine;
CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.turbine.d1(timestamp,s0) values(1,1);
insert into root.turbine.d1(timestamp,s0) values(2,2);
insert into root.turbine.d1(timestamp,s0) values(3,3);
select * from root;





------------------&nbsp;原始邮件&nbsp;------------------
发件人:                                                                                                                        "dev"                                                                                    <sainthxd@gmail.com&gt;;
发送时间:&nbsp;2020年7月24日(星期五) 凌晨1:05
收件人:&nbsp;"dev"<dev@iotdb.apache.org&gt;;

主题:&nbsp;[VOTE] Apache IoTDB 0.10.1 (incubating) RC1 release



Hi all,

This is a vote for releasing v0.10.1, which is a bug-fix version of
v0.10.0.

You can get its mainly changes from [5].

Apache IoTDB (Incubating)&nbsp; 0.10.1 has been staged under [2] and it’s time
to vote
on accepting it for release.&nbsp; All Maven artifacts are available under [1].
If approved we will seek final release approval from the IPMC.

Voting will be open for 72hr.

A minimum of 3 binding +1 votes and more binding +1 than binding -1
are required to pass.

tag: release/0.10.1
Hash for the release tag: 85a324c9c463a4888fd16efe2139444a4e77a8b5

According to [3], "Before voting +1 [P]PMC members are required to download
the signed source code package, compile it as provided, and test
the resulting executable on their own platform, along with also
verifying that the package meets the requirements of the ASF policy
on releases."

You can achieve the above by following [4].

[ ]&nbsp; +1 accept (indicate what you validated - e.g. performed the non-RM
items in [4])
[ ]&nbsp; -1 reject (explanation required)


[1] https://repository.apache.org/content/repositories/orgapacheiotdb-1040
[2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.1/rc1
[3] https://www.apache.org/dev/release.html#approving-a-release
[4]
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
[5]
https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.1/rc1/RELEASE_NOTES.md
[6] https://dist.apache.org/repos/dist/dev/incubator/iotdb/KEYS

Best,
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

&nbsp;黄向东
清华大学 软件学院