]> sjero.net Git - wget/blobdiff - src/ChangeLog
--restrict-file-names=ascii
[wget] / src / ChangeLog
index 0568b4b367ce37b9dc0161e6ad948a7bb6ef2964..afac4339986cc9bc34e6b6042133d3af1d4e77c9 100644 (file)
@@ -1,8 +1,28 @@
+2009-07-27  Micah Cowan  <micah@cowan.name>
+
+       * options.h (struct options): Added restrict_files_nonascii
+       boolean field.
+
+       * url.c (FILE_CHAR_TEST): Add check for chars outside the ASCII
+       range.
+
+       * init.c (defaults): Add restrict_files_nonascii to initialization.
+       (cmd_spec_restrict_file_names): Allow parsing of "ascii" keyword.
+
+2009-07-27  Marcel Telka  <marcel@telka.sk>
+
+       * iri.c (do_conversion): Typo: invalide -> invalid
+
+2009-07-27  Petr Pisar  <petr.pisar@atlas.cz>
+
+       * main.c (print_help): Fixed a couple typos.
+
 2009-07-26  Micah Cowan  <micah@cowan.name>
 
        * main.c (option_data): Rename --locale option to --local-encoding
        (print_help): Document --no-iri, --local-encoding, and
-       --remote-encoding, within usage message.
+       --remote-encoding, within usage message. Remove defunct
+       --preserve-permissions.
 
 2009-07-23  Micah Cowan  <micah@cowan.name>