Skip to content

Commit 586b256

Browse files
committed
release 4.9.2
1 parent 65148bd commit 586b256

File tree

18 files changed

+1061
-996
lines changed

18 files changed

+1061
-996
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Version 4.9.2 - 2020-08-13
2+
13
* mkdir: fixed exit code with -f option.
24
* ftp: made ftp:use-pret setting tri-boolean.
35
* get/mget/put/mput: don't try next files after error if cmd:fail-exit is true.

lib/.gitignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
/dirent.in.h
2929
/dirfd.c
3030
/dirfd.h
31-
/dosname.h
3231
/dummy.c
3332
/dup2.c
3433
/errno.in.h
@@ -299,23 +298,18 @@ stddef.h
299298
/hard-locale.c
300299
/hard-locale.h
301300
/basename-lgpl.c
302-
/dirname-lgpl.c
303-
/dirname.h
304301
/flexmember.h
305302
/getprogname.c
306303
/getprogname.h
307304
/limits.in.h
308305
limits.h
309-
/stripslash.c
310306
/minmax.h
311307
/_Noreturn.h
312308
/getopt-cdefs.in.h
313309
/getopt-core.h
314310
/getopt-ext.h
315311
/getopt-pfx-core.h
316312
/getopt-pfx-ext.h
317-
/localtime-buffer.c
318-
/localtime-buffer.h
319313
/stat-w32.c
320314
/stat-w32.h
321315
/tzset.c
@@ -362,3 +356,11 @@ limits.h
362356
/mbtowc-lock.c
363357
/mbtowc-lock.h
364358
/setlocale_null.h
359+
/attribute.h
360+
/basename-lgpl.h
361+
/ctype.in.h
362+
/isblank.c
363+
/strnlen.c
364+
/wmemchr-impl.h
365+
/wmemchr.c
366+
/wmempcpy.c

m4/.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
/inttypes_h.m4
6262
/inttypes-h.m4
6363
/inttypes.m4
64-
/inttypes-pri.m4
6564
/isc-posix.m4
6665
/isnand.m4
6766
/isnanf.m4
@@ -231,15 +230,13 @@
231230
/time_rz.m4
232231
/timegm.m4
233232
/memcasecmp.m4
234-
/dirname.m4
235233
/double-slash-root.m4
236234
/getprogname.m4
237235
/limits-h.m4
238236
/builtin-expect.m4
239237
/getlogin.m4
240238
/minmax.m4
241239
/pthread_rwlock_rdlock.m4
242-
/localtime-buffer.m4
243240
/tzset.m4
244241
/__inline.m4
245242
/nstrftime.m4
@@ -262,3 +259,9 @@
262259
/open-slash.m4
263260
/setlocale_null.m4
264261
/visibility.m4
262+
/ctype.m4
263+
/isblank.m4
264+
/strnlen.m4
265+
/wmemchr.m4
266+
/wmempcpy.m4
267+
/zzgnulib.m4

0 commit comments

Comments
 (0)