Skip to content

Commit

Permalink
prepare v2.0.3 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
phreaker0 committed Oct 2, 2019
1 parent f745aa2 commit 96a48ef
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2.0.3 [sanoid] reverted DST handling and improved it as quickfix (@phreaker0)

2.0.2 [overall] documentation updates, new dependencies, small fixes, more warnings (@benyanke, @matveevandrey, @RulerOf, @klemens-u, @johnramsden, @danielewood, @g-a-c, @hartzell, @fryfrog, @phreaker0)
[syncoid] changed and simplified DST handling (@shodanshok)
[sanoid] changed and simplified DST handling (@shodanshok)
[syncoid] reset partially resume state automatically (@phreaker0)
[syncoid] handle some zfs erros automatically by parsing the stderr outputs (@phreaker0)
[syncoid] fixed ordering of snapshots with the same creation timestamp (@phreaker0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3
6 changes: 6 additions & 0 deletions packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sanoid (2.0.3) unstable; urgency=medium

[sanoid] reverted DST handling and improved it as quickfix (@phreaker0)

-- Jim Salter <[email protected]> Wed, 02 Oct 2019 17:00:00 +0100

sanoid (2.0.2) unstable; urgency=medium

[overall] documentation updates, new dependencies, small fixes, more warnings (@benyanke, @matveevandrey, @RulerOf, @klemens-u, @johnramsden, @danielewood, @g-a-c, @hartzell, @fryfrog, @phreaker0)
Expand Down
4 changes: 3 additions & 1 deletion packages/rhel/sanoid.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%global version 2.0.2
%global version 2.0.3
%global git_tag v%{version}

# Enable with systemctl "enable sanoid.timer"
Expand Down Expand Up @@ -111,6 +111,8 @@ echo "* * * * * root %{_sbindir}/sanoid --cron" > %{buildroot}%{_docdir}/%{name}
%endif

%changelog
* 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
- Bump to 2.0.2
* Wed Dec 04 2018 Christoph Klaffl <[email protected]> - 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion sanoid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE.

$::VERSION = '2.0.2';
$::VERSION = '2.0.3';
my $MINIMUM_DEFAULTS_VERSION = 2;

use strict;
Expand Down
2 changes: 1 addition & 1 deletion syncoid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE.

$::VERSION = '2.0.2';
$::VERSION = '2.0.3';

use strict;
use warnings;
Expand Down

0 comments on commit 96a48ef

Please sign in to comment.