This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 2fcc8d2 Added Initial Version of release notes as preparation for the
Release 0.8.0.
new af199ad Merge pull request #91 from JulianFeinauer/add-release-notes
2fcc8d2 is described below
commit 2fcc8d2c6a359bd2e7cd08b0145445973c3846fb
Author: Julian Feinauer <[email protected]>
AuthorDate: Sat Mar 9 21:04:05 2019 +0100
Added Initial Version of release notes as preparation for the Release 0.8.0.
---
RELEASE_NOTES | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
new file mode 100644
index 0000000..1ec2210
--- /dev/null
+++ b/RELEASE_NOTES
@@ -0,0 +1,39 @@
+==============================================================
+Apache IoTDB (incubating) 0.8.0
+==============================================================
+
+This is the first official release of Apache IoTDB after joining the Incubator.
+
+New Features
+------------
+
+IOTDB-5 Support data deletion
+IOTDB-21 Add ChunkGroup offset information in ChunkGroupMetaData
+IOTDB-25 Add some introduction for JMX MBean Monitor in user guide
+IOTDB-29 Multiple Exceptions when reading empty measurements from
TsFileSequenceReader
+IOTDB-36 [TsFile] Enable recover data from a incomplete TsFile and continue
to write
+
+Incompatible changes
+--------------------
+
+Miscellaneous changes
+---------------------
+
+Known Issues
+------------
+
+Bug Fixes
+---------
+
+IOTDB-7 OpenFileNumUtilTest failed
+IOTDB-16 invalid link on https://iotdb.apache.org/#/Documents/Quick Start
+IOTDB-17 Need to update chapter Start of
https://iotdb.apache.org/#/Documents/Quick Start
+IOTDB-18 IoTDB startup script does not work on openjdk11
+IOTDB-19 Fail to start start-server.sh script on Ubuntu 14.04/Ubuntu 16.04
+IOTDB-22 BUG in TsFileSequenceReader when reading tsfile
+IOTDB-24 DELETION error after restart a server
+IOTDB-26 Return error when quit client
+IOTDB-27 Delete error message
+IOTDB-30 flush timeseries cause select to returns "Msg:null"
+IOTDB-31 Cannot set float number precision
+