Removed whitespaces, added Changes
This commit is contained in:
parent
3081199b56
commit
1c7f824c19
3 changed files with 20 additions and 15 deletions
|
@ -2,6 +2,8 @@
|
||||||
* `pax` (Posix) is now required, `cp -al` (GNU specific) is removed
|
* `pax` (Posix) is now required, `cp -al` (GNU specific) is removed
|
||||||
* "interval" was written with two 'l' (ell), which is wrong in English
|
* "interval" was written with two 'l' (ell), which is wrong in English
|
||||||
* Changed the name of backup directories, removed the colon in the interval
|
* Changed the name of backup directories, removed the colon in the interval
|
||||||
|
* ccollect will now exit, when preexec returns non-zero
|
||||||
|
* ccollect now reports when postexec returns non-zero
|
||||||
|
|
||||||
0.3.2 to 0.3.3:
|
0.3.2 to 0.3.3:
|
||||||
* Fix a small bug, which suppressed information when rsync exits non-zero
|
* Fix a small bug, which suppressed information when rsync exits non-zero
|
||||||
|
|
|
@ -47,6 +47,9 @@ versions:
|
||||||
- `pax` (Posix) is now required, `cp -al` (GNU specific) is removed
|
- `pax` (Posix) is now required, `cp -al` (GNU specific) is removed
|
||||||
- "interval" was written with two 'l' (ell), which is wrong in English
|
- "interval" was written with two 'l' (ell), which is wrong in English
|
||||||
- Changed the name of backup directories, removed the colon in the interval
|
- Changed the name of backup directories, removed the colon in the interval
|
||||||
|
- ccollect will now exit, when preexec returns non-zero
|
||||||
|
- ccollect now reports when postexec returns non-zero
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|
Loading…
Reference in a new issue