Skip to content

Commit

Permalink
release 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Aug 13, 2020
1 parent 65148bd commit 586b256
Show file tree
Hide file tree
Showing 18 changed files with 1,061 additions and 996 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 4.9.2 - 2020-08-13

* mkdir: fixed exit code with -f option.
* ftp: made ftp:use-pret setting tri-boolean.
* get/mget/put/mput: don't try next files after error if cmd:fail-exit is true.
Expand Down
14 changes: 8 additions & 6 deletions lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
/dirent.in.h
/dirfd.c
/dirfd.h
/dosname.h
/dummy.c
/dup2.c
/errno.in.h
Expand Down Expand Up @@ -299,23 +298,18 @@ stddef.h
/hard-locale.c
/hard-locale.h
/basename-lgpl.c
/dirname-lgpl.c
/dirname.h
/flexmember.h
/getprogname.c
/getprogname.h
/limits.in.h
limits.h
/stripslash.c
/minmax.h
/_Noreturn.h
/getopt-cdefs.in.h
/getopt-core.h
/getopt-ext.h
/getopt-pfx-core.h
/getopt-pfx-ext.h
/localtime-buffer.c
/localtime-buffer.h
/stat-w32.c
/stat-w32.h
/tzset.c
Expand Down Expand Up @@ -362,3 +356,11 @@ limits.h
/mbtowc-lock.c
/mbtowc-lock.h
/setlocale_null.h
/attribute.h
/basename-lgpl.h
/ctype.in.h
/isblank.c
/strnlen.c
/wmemchr-impl.h
/wmemchr.c
/wmempcpy.c
9 changes: 6 additions & 3 deletions m4/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
/inttypes_h.m4
/inttypes-h.m4
/inttypes.m4
/inttypes-pri.m4
/isc-posix.m4
/isnand.m4
/isnanf.m4
Expand Down Expand Up @@ -231,15 +230,13 @@
/time_rz.m4
/timegm.m4
/memcasecmp.m4
/dirname.m4
/double-slash-root.m4
/getprogname.m4
/limits-h.m4
/builtin-expect.m4
/getlogin.m4
/minmax.m4
/pthread_rwlock_rdlock.m4
/localtime-buffer.m4
/tzset.m4
/__inline.m4
/nstrftime.m4
Expand All @@ -262,3 +259,9 @@
/open-slash.m4
/setlocale_null.m4
/visibility.m4
/ctype.m4
/isblank.m4
/strnlen.m4
/wmemchr.m4
/wmempcpy.m4
/zzgnulib.m4
Loading

0 comments on commit 586b256

Please sign in to comment.