File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.3.0
2
+ =============
3
+
4
+ * FTPES support for submodules
5
+ * Fix submodule bugs by quoting argument correctly
6
+ * Include algorithm is now independent of ignore list
7
+ * Include algorithm reads leading ` / ` as root of the repository like Git
8
+ * Support for ` pre-ftp-push ` and ` post-ftp-push ` hooks
9
+ * Performance improvements in generating file list
10
+ * Allow file names to start with ` - `
11
+ * New ` --changed-only ` parameter for pull action
12
+ * New "snapshot" action
13
+ * Improved test setup comes with vsftpd configuration file
14
+
1
15
Version 1.2.0-rc.1
2
16
==================
3
17
@@ -15,7 +29,6 @@ New features:
15
29
* Pull feature
16
30
* Download feature using lftp
17
31
18
-
19
32
Version 1.1.0-rc.1
20
33
==================
21
34
Original file line number Diff line number Diff line change 24
24
readonly DEFAULT_PROTOCOL=" ftp"
25
25
readonly REMOTE_LCK_FILE=" $( basename " $0 " ) .lck"
26
26
readonly SYSTEM=" $( uname) "
27
- readonly VERSION=' 1.3.0-UNRELEASED '
27
+ readonly VERSION=' 1.3.0'
28
28
29
29
# ------------------------------------------------------------
30
30
# Defaults
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ test_displays_usage() {
94
94
95
95
test_prints_version () {
96
96
version=$( $GIT_FTP_CMD 2>&1 --version)
97
- assertEquals " git-ftp version 1.3.0-UNRELEASED " " $version "
97
+ assertEquals " git-ftp version 1.3.0" " $version "
98
98
}
99
99
100
100
test_inits () {
You can’t perform that action at this time.
0 commit comments