Commit 57df9998 authored by Yuanle Song's avatar Yuanle Song
Browse files

cliVersion 1.6.0.0

parent 49820f13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
module RD.CliVersion (cliVersion) where

cliVersion :: String
cliVersion = "1.5.0.1"
cliVersion = "1.6.0.0"
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ Time-stamp: <2024-04-26>
  ./README.md
  ./pypi/rd-api/README.rst
  ./pypi/rd-client/README.rst

- build wheel and test it in production server
  make dist -C pypi

+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ https://gitlab.emacsos.com/sylecn/reliable-download
ChangeLog
---------

* dev
* v1.6.0.0 2024-04-26

  - feature: auto detect file content changes for small files. auto invalidate metadata cache if file has changed.
  - feature: refine fileWorker logs
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ https://gitlab.emacsos.com/sylecn/reliable-download
ChangeLog
---------

* dev
* v1.6.0.0 2024-04-26

  - bugfix: don't print no block fetched in last N seconds when all blocks are fetched.