Skip to content

Commit

Permalink
version bump to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ppbrown committed Sep 12, 2018
1 parent 2a263cd commit 65b7c61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@ version 1.7.2

version 1.7.3
enabled -f for failover

version 1.7.4
lots of BSD portability fixes
made global lock work better
stderr fix for linux
added -L flag to sentsync
4 changes: 2 additions & 2 deletions zrep
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/ksh -p

# For more detailed documentation, see zrep.txt or zrep.overview.txt
ZREP_VERSION=1.7.3
ZREP_VERSION=1.7.4

######## start of included files from zrep_top here
########### File: zrep_vars
Expand Down Expand Up @@ -1215,7 +1215,7 @@ _gensentprop(){
# This only works with newstyle ZFS that allows property setting on snapshots
# Needs to follow whatever is done in _sync(), after the zfs send
#
# Usage: zrep_syncsync [-L] fs@snap
# Usage: zrep_sentsync [-L] fs@snap
#
zrep_sentsync(){
typeset local=0
Expand Down
2 changes: 1 addition & 1 deletion zrep_top
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/ksh -p

# For more detailed documentation, see zrep.txt or zrep.overview.txt
ZREP_VERSION=1.7.3
ZREP_VERSION=1.7.4

######## start of included files from zrep_top here
AWKinclude zrep_vars
Expand Down

0 comments on commit 65b7c61

Please sign in to comment.