-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
42 lines (30 loc) · 1.31 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
News
====
## 2.6 (19. March 2019)
- Better handling of FAT filesystems by using `--modify-window=4`.
This can be modified or removed in the library file if not using FAT.
## 2.5 (3. February 2015)
- The `host` constraint is now optional.
## 2.4 (14. October 2014)
Minor release to provide a feature that I need.
- New function `mountpoint` gets the mountpoint of a filesystem
with a particular UUID or exits with a failure. Useful for
when you don't know where the source filesystem will be
mounted. You have to use it yourself though.
- Bugfix: missing `local` in all functions.
## 2.3 (21. July 2012)
- Prints the current date and time using date function into
a timestamp file.
## 2.2 (16. April 2012)
- Bugfix: `compress` function now compresses the archive based on
file ending; the program `tar` is used now instead of `bsdtar`.
## 2.1 (29. February 2012)
- Added function `isynch`, which interactively lets you synchronize
one folder.
- Added `--help` option (only commandline) and text.
- Added adjustable timeout option.
- Added internable `read_timeout` option.
- Replacing all instances of `echo` with `printf`, since we don't
know what we are printing (could lead to subtle bugs).
- Added function confirm, which confirms a question, to be used
with `if`.