Skip to content

Commit 8cabb1c

Browse files
authored
Added revision history
1 parent 41f35a0 commit 8cabb1c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mysqldump-secure-recover

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# mysqldump-secure-recover
44
#
5-
# Version: 0.1
5+
# Version: 0.1.1
66
#
77
# A script to recover a file saved with mysqldump-secure back to raw SQL data
88
# file. Deals with encryption and compression.
@@ -12,6 +12,11 @@
1212
# Script written by welshcoder (c) 2019
1313
# Published under GNU GPLv3
1414
#
15+
# Revision History
16+
#
17+
# v0.1.1 - Fixed the non-encrypted decompression issue, added revision history
18+
# v0.1 - Initial release
19+
#
1520

1621
INFILE=""
1722
OUTFILE="&1" # Default to stdout

0 commit comments

Comments
 (0)