Updated changelog to reflect roadmap
This commit is contained in:
parent
c39544d79c
commit
a60ece6950
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,28 +1,39 @@
|
||||||
RECENT CHANGES
|
RECENT CHANGES
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
dd Mmm YYYY: osync v1.2.3 release
|
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.2-beta/RC entries)
|
||||||
! Refactored time control and parallel execution functions into one single function
|
|
||||||
|
|
||||||
dd Mmm YYYY: osync v1.2.2 release
|
dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
|
|
||||||
! Added an option to log conflictual files
|
dd Mmm YYYY: osync v1.3-beta release
|
||||||
! Presence of conflictual files can trigger a special mail
|
|
||||||
|
!(test) Added an option to log conflictual files
|
||||||
|
!(test) Presence of conflictual files can trigger a special mail
|
||||||
|
! New option
|
||||||
! new option FORCE_CONFLICT_PREVALANCE
|
! new option FORCE_CONFLICT_PREVALANCE
|
||||||
|
! Added OpenRC support (thanks to kozross)
|
||||||
dd Mmm YYYY: osync v1.2.1 release
|
|
||||||
|
|
||||||
- Added --no-resume option in order to disable resuming execution on failure
|
- Added --no-resume option in order to disable resuming execution on failure
|
||||||
- Added basic performance profiler to debug version
|
- Added basic performance profiler to debug version
|
||||||
- Fixed an issue with filenames ending with spaces, their deletion not being propagated, and ACL / conflicts not being managed (still they got synced)
|
- Fixed an issue with filenames ending with spaces, their deletion not being propagated, and ACL / conflicts not being managed (still they got synced)
|
||||||
- Fixed missing options passed to subprocess in daemon mode
|
- Fixed missing options passed to subprocess in daemon mode
|
||||||
- Fixed bogus pgrep can lead to segfault 11 because of recursive KillChilds
|
- Fixed bogus pgrep can lead to segfault 11 because of recursive KillChilds
|
||||||
- Fixed osync deletion not working on systems with ssh banner enabled
|
- Fixed osync deletion not working on systems with ssh banner enabled
|
||||||
|
! Improved GetLocalOS and GetRemoteOS OS detection
|
||||||
- Fixed GetRemoteOS missing GetConfFileValue preventing to get OS details from /etc/os-release
|
- Fixed GetRemoteOS missing GetConfFileValue preventing to get OS details from /etc/os-release
|
||||||
- Fixed low severity security issue where log and run files could be read by other users
|
- Fixed low severity security issue where log and run files could be read by other users
|
||||||
|
! Merged Logger and QuickLogger for simplified usage
|
||||||
|
! Fixed installer bug with QuickLogger
|
||||||
|
! Fixed QuickLogger logic
|
||||||
|
! Fixed inotifyway error in FreeBSD
|
||||||
- Minor enhancements in installer / ofunctions
|
- Minor enhancements in installer / ofunctions
|
||||||
- Added --prefix option for installer
|
- Added --prefix option for installer
|
||||||
- Installer path fixes
|
- Installer path fixes
|
||||||
|
- Refactored time control and parallel execution functions into one single function
|
||||||
|
- Multiple portability fixes
|
||||||
|
- Fixed bogus runtime filenames on Busybox
|
||||||
|
- Fixed urlEncode function on BusyBox
|
||||||
|
! Fixed IsInteger, IsNumeric functions on BusyBox
|
||||||
|
! Fixed VerComp function on BusyBox
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue