Again remarklint fixes
This commit is contained in:
parent
314505eb4a
commit
97fb53f6de
61
CHANGELOG.md
61
CHANGELOG.md
|
@ -1,14 +1,14 @@
|
|||
## RECENT CHANGES
|
||||
|
||||
dd Mmm YYYY: To be done
|
||||
### dd Mmm YYYY: To be done
|
||||
|
||||
- Make --log-conflicts non experimental (randomly fails)
|
||||
- ! 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
|
||||
|
||||
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 SSH_OPTIONAL_ARGS
|
||||
|
@ -22,12 +22,12 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Improved codacy results
|
||||
- Added more debugging
|
||||
|
||||
22 May 2019: osync v1.3-beta3 release
|
||||
### 22 May 2019: osync v1.3-beta3 release
|
||||
|
||||
- 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)
|
||||
|
||||
20 May 2019: osync v1.3-beta2 release
|
||||
### 20 May 2019: osync v1.3-beta2 release
|
||||
|
||||
- More --summary statistics
|
||||
- Config file syntax now uses booleans instead of yes / no (but still accepts old syntax)
|
||||
|
@ -48,7 +48,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Multiple installer fixes
|
||||
- Multiple batch fixes
|
||||
|
||||
08 Aug 2018: osync v1.3-beta1 release
|
||||
### 08 Aug 2018: osync v1.3-beta1 release
|
||||
|
||||
- Added an option to log conflictual files
|
||||
- Presence of conflictual files can trigger a special mail
|
||||
|
@ -79,20 +79,20 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Upgraded shunit2 test framework to v2.1.8pre (git commit 07bb329)
|
||||
- Multiple smaller fixes and improvements
|
||||
|
||||
25 Mar 2017: osync v1.2 release (for full changelog of v1.2 branch see all v1.2-beta/RC entries)
|
||||
### 25 Mar 2017: osync v1.2 release (for full changelog of v1.2 branch see all v1.2-beta/RC entries)
|
||||
|
||||
- Check for initiator directory before launching monitor mode
|
||||
- Updated RPM spec file (Thanks to https://github.com/liger1978)
|
||||
- Fixed remote commands can be run on local runs and obviously fail
|
||||
- Minor fixes in installer logic
|
||||
|
||||
10 Feb 2017: osync v1.2-RC3 release
|
||||
### 10 Feb 2017: osync v1.2-RC3 release
|
||||
|
||||
- Uninstaller skips ssh_filter if needed by other program (osync/obackup)
|
||||
- Logger now automatically obfuscates _REMOTE_TOKEN
|
||||
- Logger doesn't show failed commands in stdout, only logs them
|
||||
|
||||
08 Feb 2017: osync v1.2-RC2 release
|
||||
### 08 Feb 2017: osync v1.2-RC2 release
|
||||
|
||||
- Tests have run on CentOS 5,7 and 7, Debian 8, Linux Mint 18, Fedora 25, FreeBSD 10.3/pfSense, FreeBSD 11, MacOSX Sierra, Win10 1607 (14393.479) bash, Cygwin x64 and MSYS2 current
|
||||
- Hugely improved ssh_filter
|
||||
|
@ -103,7 +103,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Fixed installer statistics don't report OS
|
||||
- Minor tweaks and fixes in ofunctions
|
||||
|
||||
13 Dec 2016: osync v1.2-RC1 release
|
||||
### 13 Dec 2016: osync v1.2-RC1 release
|
||||
|
||||
- Unit tests have run on CentOS 5,6 and 7, Debian 8, Linux Mint 18, FreeBSD 10.3/pfSense, FreeBSD 11, MacOSX Sierra, Win10 1607 (14393.479) bash, Cygwin x64 and MSYS2 current
|
||||
- Added optional rsync arguments configuration value
|
||||
|
@ -152,7 +152,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- More code compliance
|
||||
- Lots of minor fixes
|
||||
|
||||
19 Nov 2016: osync v1.2-beta3 re-release
|
||||
### 19 Nov 2016: osync v1.2-beta3 re-release
|
||||
|
||||
- Fixed blocker bug where local tests tried GetRemoteOS Anyway
|
||||
- Fixed CentOS 5 compatibility bug for checking disk space introduced in beta3
|
||||
|
@ -160,7 +160,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Made unit tests clean authorized_keys file after usage
|
||||
- Added local unit test where remote OS connection would fail
|
||||
|
||||
18 Nov 2016: osync v1.2-beta3 released
|
||||
### 18 Nov 2016: osync v1.2-beta3 released
|
||||
|
||||
- Improved locking / unlocking replicas
|
||||
- Fixed killing local pid that has lock bug introduced in v1.2 rewrite
|
||||
|
@ -190,7 +190,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Simplified logger
|
||||
- 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
|
||||
- Upgrade script now has the ability to add any missing value
|
||||
|
@ -198,7 +198,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Added upgrade script test
|
||||
- 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+
|
||||
- Added a PKGBUILD file for ArchLinux thanks to Shadowigor (https://github.com/shaodwigor). Builds available at https://aur.archlinux.org/packages/osync/
|
||||
|
@ -226,7 +226,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Added KillAllChilds function to accept multiple pids
|
||||
- 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
|
||||
- Allow quicksync mode to specify rsync include / exclude patterns as environment variables
|
||||
|
@ -236,21 +236,21 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Fixed error alerts cannot be triggered from subprocesses
|
||||
- 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
|
||||
|
||||
02 Sep 2016: osync v1.1.3 released
|
||||
### 02 Sep 2016: osync v1.1.3 released
|
||||
|
||||
- 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)
|
||||
- Fixed RunAfterHook may be executed twice
|
||||
- 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 soft deletion always enabled on target
|
||||
|
@ -258,7 +258,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Fixed deletion propagation code
|
||||
- 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
|
||||
- Logging begins now before any remote checks
|
||||
|
@ -297,7 +297,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
|
||||
## 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
|
||||
- Improved various logging on error
|
||||
|
@ -314,7 +314,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Removed legacy lockfile code 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
|
||||
- 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)
|
||||
|
@ -349,7 +349,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Added a routine that reinjects failed deletions for next run in order to prevent bringing back when deletion failed with permission issues
|
||||
- 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)
|
||||
- Fixed dry mode to use non dry after run treelists to create delete lists
|
||||
|
@ -397,7 +397,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Added possibility to quick sync two local directories without any prior configuration
|
||||
- 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
|
||||
- Improved RunLocalCommand execution hook
|
||||
|
@ -423,7 +423,7 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Fixed various typos
|
||||
- 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
|
||||
- Fixed a possible error upon master replica lock check
|
||||
|
@ -435,7 +435,8 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Fixed LoadConfigFile function will not warn on wrong config file
|
||||
- Added --no-maxtime parameter for sync big changes without enforcing execution time checks
|
||||
|
||||
03 Aug. 2013: beta 3 milestone
|
||||
### 03 Aug. 2013: beta 3 milestone
|
||||
|
||||
- Softdelete functions do now honor --dry switch
|
||||
- Simplified sync delete functions
|
||||
- Enhanced compatibility with different charsets in filenames
|
||||
|
@ -443,12 +444,14 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Tree functions now honor supplementary rsync arguments
|
||||
- Tree functions now honor exclusion lists
|
||||
|
||||
01 Aug. 2013: beta 2 milestone
|
||||
### 01 Aug. 2013: beta 2 milestone
|
||||
|
||||
- Fixed an issue with spaces in directory trees
|
||||
- Fixed an issue with recursive directory trees
|
||||
- Revamped a bit code to add bash 3.2 compatibility
|
||||
|
||||
24 Jul. 2013: beta milestone
|
||||
### 24 Jul. 2013: beta milestone
|
||||
|
||||
- Fixed some bad error handling in CheckMasterSlaveDirs and LockDirectories
|
||||
- Added support for spaces in sync dirs and exclude lists
|
||||
- Fixed false exit code if no remote slave lock present
|
||||
|
@ -478,4 +481,4 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
|||
- Added soft-deleted items
|
||||
- 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