-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #601 from phreaker0/prepare-2.1.0
prepare 2.1.0
- Loading branch information
Showing
9 changed files
with
64 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.3 | ||
2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
sanoid (2.1.0) unstable; urgency=medium | ||
|
||
[overall] documentation updates, small fixes (@HavardLine, @croadfeldt, @jimsalterjrs, @jim-perkins, @kr4z33, @phreaker0) | ||
[syncoid] do not require user to be specified for syncoid (@aerusso) | ||
[syncoid] implemented option for keeping sync snaps (@phreaker0) | ||
[syncoid] use sudo if neccessary for checking pool capabilities regarding resumeable send (@phreaker0) | ||
[syncoid] catch another case were the resume state isn't availabe anymore (@phreaker0) | ||
[syncoid] check for an invalid argument combination (@phreaker0) | ||
[syncoid] fix iszfsbusy check for similar dataset names (@phreaker0) | ||
[syncoid] append timezone offset to the syncoid snapshot name to fix DST collisions (@phreaker0) | ||
[packaging] post install script for debian package to remove old unused snapshot cache file (@phreaker0) | ||
[syncoid] implemented fallback for listing snapshots on solaris (@phreaker0) | ||
[sanoid] remove invalid locks (@phreaker0) | ||
[packaging] removed debian dependency for systemd (@phreaker0) | ||
[sanoid] move sanoid cache and lock files to subdirectories (@lopsided98) | ||
[sanoid] remove 's in monitoring messages (@dlangille) | ||
[findoid] reworked argument parsing and error out if file path is not provided (@phreaker0) | ||
[findoid] also show current file version if available (@phreaker0) | ||
[findoid] handle FileNotFound errors properly (@phreaker0) | ||
[findoid] don't use hardcoded paths (@phreaker0) | ||
[findoid] improve dataset detection by only including mounted datasets (@phreaker0) | ||
[sanoid] pass more information to pre/post/prune scripts and execute them only once per dataset (@tiedotguy, @phreaker0) | ||
[syncoid] implemented option for preserving recordsizes on initial replications (@phreaker0) | ||
[syncoid] fixed send size estimation for latest FreeBSD versions (@phreaker0) | ||
[syncoid] add ability to configure pv (@gdevenyi) | ||
[sanoid] don't use hardcoded paths (@phreaker0) | ||
[syncoid] gracefully handle error when source dataset disappeared (@mschout) | ||
|
||
-- Jim Salter <[email protected]> Tue, 24 Nov 2020 11:47:00 +0100 | ||
|
||
sanoid (2.0.3) unstable; urgency=medium | ||
|
||
[sanoid] reverted DST handling and improved it as quickfix (@phreaker0) | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%global version 2.0.3 | ||
%global version 2.1.0 | ||
%global git_tag v%{version} | ||
|
||
# Enable with systemctl "enable sanoid.timer" | ||
|
@@ -111,6 +111,8 @@ echo "* * * * * root %{_sbindir}/sanoid --cron" > %{buildroot}%{_docdir}/%{name} | |
%endif | ||
|
||
%changelog | ||
* Wed Nov 24 2020 Christoph Klaffl <[email protected]> - 2.1.0 | ||
- Bump to 2.1.0 | ||
* Wed Oct 02 2019 Christoph Klaffl <[email protected]> - 2.0.3 | ||
- Bump to 2.0.3 | ||
* Wed Sep 25 2019 Christoph Klaffl <[email protected]> - 2.0.2 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters