Skip to content

Commit

Permalink
version bump 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ppbrown committed Aug 27, 2019
1 parent b2820f7 commit 75ac126
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,9 @@ version 1.7.6
added ZREP_SEND_FLAGS as separate tunable
added zrep_uptodate

version 1.7.7
minor output cleanup
removed dependancy on perl for timestamps
improved ZFS feature detection
added resume support
fixed ZREPTAG bug
2 changes: 1 addition & 1 deletion 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.6
ZREP_VERSION=1.7.7

######## start of included files from zrep_top here
########### File: zrep_vars
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.6
ZREP_VERSION=1.7.7

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

0 comments on commit 75ac126

Please sign in to comment.