Make remarklint happy
This commit is contained in:
parent
cbff578ec5
commit
42c7493ef0
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,7 +1,7 @@
|
||||||
RECENT CHANGES
|
## RECENT CHANGES
|
||||||
--------------
|
|
||||||
|
|
||||||
dd Mmm YYYY: To be done
|
dd Mmm YYYY: To be done
|
||||||
|
|
||||||
- Make --log-conflicts non experimental (randomly fails)
|
- Make --log-conflicts non experimental (randomly fails)
|
||||||
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
|
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
|
||||||
- ! target-helper: destination mails etc on target, also, no cmd after on configs
|
- ! target-helper: destination mails etc on target, also, no cmd after on configs
|
||||||
|
@ -9,6 +9,7 @@ dd Mmm YYYY: To be done
|
||||||
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
|
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
|
||||||
|
|
||||||
dd Mmm YYYY: osync v1.3-RC1 release
|
dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
|
|
||||||
- New option to use SSH_CONTROLMASTER in order to speed up remote sync tasks and preserve a single ssh channel
|
- New option to use SSH_CONTROLMASTER in order to speed up remote sync tasks and preserve a single ssh channel
|
||||||
- New option SSH_OPTIONAL_ARGS
|
- New option SSH_OPTIONAL_ARGS
|
||||||
- Fixed a problem with macos mv not preserving ownership of files from /tmp
|
- Fixed a problem with macos mv not preserving ownership of files from /tmp
|
||||||
|
@ -22,6 +23,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
- Added more debugging
|
- Added more debugging
|
||||||
|
|
||||||
22 May 2019: osync v1.3-beta3 release
|
22 May 2019: osync v1.3-beta3 release
|
||||||
|
|
||||||
- Config file update script fixes
|
- Config file update script fixes
|
||||||
- Removed old Win10 1607 bash fixes to make Win10 1809 work (breaks Win10 1607 beta bash version...Yeah, nothing I can do about that)
|
- Removed old Win10 1607 bash fixes to make Win10 1809 work (breaks Win10 1607 beta bash version...Yeah, nothing I can do about that)
|
||||||
|
|
||||||
|
@ -189,6 +191,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
- All fixes from v1.1.5
|
- All fixes from v1.1.5
|
||||||
|
|
||||||
17 Oct 2016: osync v1.2-beta2 released
|
17 Oct 2016: osync v1.2-beta2 released
|
||||||
|
|
||||||
- osync now propagates symlink deletions and moves symlinks without referrents to deletion dir
|
- osync now propagates symlink deletions and moves symlinks without referrents to deletion dir
|
||||||
- Upgrade script now has the ability to add any missing value
|
- Upgrade script now has the ability to add any missing value
|
||||||
- Improved unit tests
|
- Improved unit tests
|
||||||
|
@ -196,6 +199,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
- Added deletion propagation tests
|
- Added deletion propagation tests
|
||||||
|
|
||||||
30 Aug 2016: osync v1.2-beta released
|
30 Aug 2016: osync v1.2-beta released
|
||||||
|
|
||||||
- Rendered more recent code compatible with bash 3.2+
|
- Rendered more recent code compatible with bash 3.2+
|
||||||
- Added a PKGBUILD file for ArchLinux thanks to Shadowigor (https://github.com/shaodwigor). Builds available at https://aur.archlinux.org/packages/osync/
|
- Added a PKGBUILD file for ArchLinux thanks to Shadowigor (https://github.com/shaodwigor). Builds available at https://aur.archlinux.org/packages/osync/
|
||||||
- Some more code compliance & more paranoia checks
|
- Some more code compliance & more paranoia checks
|
||||||
|
@ -223,6 +227,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
- Improved logging
|
- Improved logging
|
||||||
|
|
||||||
17 Nov 2016: osync v1.1.5 released
|
17 Nov 2016: osync v1.1.5 released
|
||||||
|
|
||||||
- Backported unit tests from v1.2-beta allowing to fix the following
|
- Backported unit tests from v1.2-beta allowing to fix the following
|
||||||
- Allow quicksync mode to specify rsync include / exclude patterns as environment variables
|
- Allow quicksync mode to specify rsync include / exclude patterns as environment variables
|
||||||
- Added default path separator char in quicksync mode for multiple includes / exclusions
|
- Added default path separator char in quicksync mode for multiple includes / exclusions
|
||||||
|
@ -232,17 +237,21 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
- Fixed remote locked targets are unlocked in any case
|
- Fixed remote locked targets are unlocked in any case
|
||||||
|
|
||||||
10 Nov 2016: osync v1.1.4 released
|
10 Nov 2016: osync v1.1.4 released
|
||||||
|
|
||||||
- Fixed a corner case with sending alerts with logfile attachments when osync is used by multiple users
|
- Fixed a corner case with sending alerts with logfile attachments when osync is used by multiple users
|
||||||
|
|
||||||
02 Sep 2016: osync v1.1.3 released
|
02 Sep 2016: osync v1.1.3 released
|
||||||
|
|
||||||
- Fixed installer for CYGWIN / MSYS environment
|
- Fixed installer for CYGWIN / MSYS environment
|
||||||
|
|
||||||
28 Aug 2016: osync v1.1.2 released
|
28 Aug 2016: osync v1.1.2 released
|
||||||
|
|
||||||
- Renamed sync.conf to sync.conf.example (thanks to https://github.com/hortimech)
|
- Renamed sync.conf to sync.conf.example (thanks to https://github.com/hortimech)
|
||||||
- Fixed RunAfterHook may be executed twice
|
- Fixed RunAfterHook may be executed twice
|
||||||
- Fixed soft deletion when SUDO_EXEC is enabled
|
- Fixed soft deletion when SUDO_EXEC is enabled
|
||||||
|
|
||||||
06 Aug 2016: osync v1.1.1 released
|
06 Aug 2016: osync v1.1.1 released
|
||||||
|
|
||||||
- Fixed bogus rsync pattern file adding
|
- Fixed bogus rsync pattern file adding
|
||||||
- Fixed soft deletion always enabled on target
|
- Fixed soft deletion always enabled on target
|
||||||
- Fixed problem with attributes file list function
|
- Fixed problem with attributes file list function
|
||||||
|
@ -250,6 +259,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
- Fixed missing deletion / backup diretories message in verbose mode
|
- Fixed missing deletion / backup diretories message in verbose mode
|
||||||
|
|
||||||
27 Jul 2016: osync v1.1 released
|
27 Jul 2016: osync v1.1 released
|
||||||
|
|
||||||
- More msys and cygwin compatibility
|
- More msys and cygwin compatibility
|
||||||
- Logging begins now before any remote checks
|
- Logging begins now before any remote checks
|
||||||
- Improved process killing and process time control
|
- Improved process killing and process time control
|
||||||
|
@ -285,10 +295,10 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
- Uploaded coding style manifest
|
- Uploaded coding style manifest
|
||||||
- Added LSB info to init script for Debian based distros
|
- Added LSB info to init script for Debian based distros
|
||||||
|
|
||||||
v0-v1.0x - Jun 2013 - Sep 2015
|
## v0-v1.0x - Jun 2013 - Sep 2015
|
||||||
------------------------------
|
|
||||||
|
|
||||||
22 Jul. 2015: Osync v1.00a released
|
22 Jul. 2015: Osync v1.00a released
|
||||||
|
|
||||||
- Small improvements in osync-batch.sh time management
|
- Small improvements in osync-batch.sh time management
|
||||||
- Improved various logging on error
|
- Improved various logging on error
|
||||||
- Work in progress: Unit tests (intial tests written by onovy, Thanks again!)
|
- Work in progress: Unit tests (intial tests written by onovy, Thanks again!)
|
||||||
|
@ -305,6 +315,7 @@ v0-v1.0x - Jun 2013 - Sep 2015
|
||||||
- Removed hardcoded program name from init script
|
- Removed hardcoded program name from init script
|
||||||
|
|
||||||
01 Avr. 2015: Osync v1.00pre
|
01 Avr. 2015: Osync v1.00pre
|
||||||
|
|
||||||
- Improved and refactored the soft deletion routine by merging conflict backup and soft deletion
|
- Improved and refactored the soft deletion routine by merging conflict backup and soft deletion
|
||||||
- Reworked soft deletion code to handle a case where a top level directory gets deleted even if the files contained in it are not old enough (this obviously shouldn't happen on most FS)
|
- Reworked soft deletion code to handle a case where a top level directory gets deleted even if the files contained in it are not old enough (this obviously shouldn't happen on most FS)
|
||||||
- Added more logging
|
- Added more logging
|
||||||
|
@ -339,6 +350,7 @@ v0-v1.0x - Jun 2013 - Sep 2015
|
||||||
- Added treat dir symlink as dir parameter
|
- Added treat dir symlink as dir parameter
|
||||||
|
|
||||||
27 May 2014: Osync 0.99 RC3
|
27 May 2014: Osync 0.99 RC3
|
||||||
|
|
||||||
- Additionnal delete fix for *BSD and MSYS (deleted file list not created right)
|
- Additionnal delete fix for *BSD and MSYS (deleted file list not created right)
|
||||||
- Fixed dry mode to use non dry after run treelists to create delete lists
|
- Fixed dry mode to use non dry after run treelists to create delete lists
|
||||||
- Added follow symlink parameter
|
- Added follow symlink parameter
|
||||||
|
@ -386,6 +398,7 @@ v0-v1.0x - Jun 2013 - Sep 2015
|
||||||
- Added time control on OS detection
|
- Added time control on OS detection
|
||||||
|
|
||||||
02 Nov. 2013: Osync 0.99 RC2
|
02 Nov. 2013: Osync 0.99 RC2
|
||||||
|
|
||||||
- Minor improvement on operating system detection
|
- Minor improvement on operating system detection
|
||||||
- Improved RunLocalCommand execution hook
|
- Improved RunLocalCommand execution hook
|
||||||
- Minor improvements on permission checks
|
- Minor improvements on permission checks
|
||||||
|
@ -411,6 +424,7 @@ v0-v1.0x - Jun 2013 - Sep 2015
|
||||||
- Enforced CheckConnectivityRemoteHost and CheckConnectivity3rdPartyHosts checks (if one of these fails, osync is stopped)
|
- Enforced CheckConnectivityRemoteHost and CheckConnectivity3rdPartyHosts checks (if one of these fails, osync is stopped)
|
||||||
|
|
||||||
18 Aug. 2013: Osync 0.99 RC1
|
18 Aug. 2013: Osync 0.99 RC1
|
||||||
|
|
||||||
- Added possibility to change default logfile
|
- Added possibility to change default logfile
|
||||||
- Fixed a possible error upon master replica lock check
|
- Fixed a possible error upon master replica lock check
|
||||||
- Fixed exclude directorires with spaces in names generate errros on master replica tree functions
|
- Fixed exclude directorires with spaces in names generate errros on master replica tree functions
|
||||||
|
@ -465,4 +479,3 @@ v0-v1.0x - Jun 2013 - Sep 2015
|
||||||
- Added backup items in case of conflict
|
- Added backup items in case of conflict
|
||||||
|
|
||||||
19 Jun. 2013: Project begin as Obackup fork
|
19 Jun. 2013: Project begin as Obackup fork
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue