This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch iotdb
in repository https://gitbox.apache.org/repos/asf/tsfile.git


    from 6a49feaa add license
     new 3828a9fb Change md5 to SHA-256 (#294)
     new 7c9f49c1 Cherry pick some release issue fixes from rc/1.1 (#296)
     new 157cbe78 Fixed the issue that the time of the first data item written 
to TSFile by measurement cannot be a negative number (#297)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                            |  95 +++++++++---------
 RELEASE_NOTES.md                                   |  24 +++++
 cpp/CMakeLists.txt                                 |   5 -
 cpp/cmake/build_function.cmake                     |  34 -------
 cpp/cmake/cmake_config.h                           |  19 ----
 cpp/cmake/config.h.in                              |   1 -
 cpp/src/CMakeLists.txt                             |   1 -
 docs/src/.vuepress/public/bg.svg                   |  23 ++++-
 docs/src/.vuepress/public/home_icon.svg            |  23 ++++-
 docs/src/.vuepress/public/logo.svg                 |  23 ++++-
 docs/src/.vuepress/public/s.svg                    |  23 ++++-
 docs/src/.vuepress/styles/config.scss              |  19 ++++
 docs/src/.vuepress/styles/index.scss               |  25 ++++-
 docs/src/.vuepress/styles/palette.scss             |  21 +++-
 docs/src/Download/README.md                        |  23 ++++-
 docs/src/zh/Download/README.md                     |  23 ++++-
 .../org/apache/tsfile/encrypt/EncryptUtils.java    |   6 +-
 .../java/org/apache/tsfile/write/TsFileWriter.java |   2 +-
 .../write/chunk/AlignedChunkGroupWriterImpl.java   |  12 ++-
 .../chunk/NonAlignedChunkGroupWriterImpl.java      |   3 +-
 .../apache/tsfile/write/TsFileWriteApiTest.java    | 106 +++++++++++++++++++++
 pom.xml                                            |   8 +-
 22 files changed, 393 insertions(+), 126 deletions(-)
 delete mode 100644 cpp/cmake/build_function.cmake
 delete mode 100644 cpp/cmake/cmake_config.h
 delete mode 100644 cpp/cmake/config.h.in

Reply via email to