Skip to content

Commit c4e7e84

Browse files
committed
version 1.7.6 bump
1 parent 93a0c9f commit c4e7e84

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,8 @@ version 1.7.4
145145
version 1.7.5
146146
removed requirement for /proc fs
147147
added -v to sync and refresh
148+
149+
version 1.7.6
150+
added ZREP_SEND_FLAGS as separate tunable
151+
added zrep_uptodate
152+

zrep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/ksh -p
22

33
# For more detailed documentation, see zrep.txt or zrep.overview.txt
4-
ZREP_VERSION=1.7.5
4+
ZREP_VERSION=1.7.6
55

66
######## start of included files from zrep_top here
77
########### File: zrep_vars

zrep_top

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/ksh -p
22

33
# For more detailed documentation, see zrep.txt or zrep.overview.txt
4-
ZREP_VERSION=1.7.5
4+
ZREP_VERSION=1.7.6
55

66
######## start of included files from zrep_top here
77
AWKinclude zrep_vars

0 commit comments

Comments
 (0)