-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
29 lines (29 loc) · 985 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
** v1.1.0
Add .tar.zst format support.
tar_zstd_compress() for compress.
tar_zstd_decompress() for decompress.
Fix segment fault bug when call zstd_decompress()
function with unexist filename.
Fix incompletely decompress bug when a file has
multiple EOF char, e.g. tar file.
-------------------------------------------------------
** v1.0.3
chmod +x to src/configure
-------------------------------------------------------
** v1.0.2
Fix CNOCTAVE websites.
-------------------------------------------------------
** v1.0.1
Fix online install guide.
-------------------------------------------------------
** v1.0.0
Add document website.
Add bug tracker website.
Modify websites of octave_zstd homepage.
Fill in BibTeX reference in the document.
Fix favicon.ico path of the document.
Add how to translate octave_zstd Document into another
language guide.
Change document.
-------------------------------------------------------
** First release.