]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Added support for --restrict-file-names=lowercase and --restrict-file-names...
[wget] / src / ChangeLog
index 87bb27b2927112b7318f7455fb23d0e8617edd9a..ab09fb6270b73bd3587f057a29b668869cc1e362 100644 (file)
@@ -1,3 +1,19 @@
+2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * options.h (struct options): Introduced member restrict_files_case to
+       keep track of preferences on character case restrictions for
+       filenames.
+
+       * init.c: Modified defaults and cmd_spec_restrict_file_names to
+       support character case restrictions for filenames. Added
+       test_cmd_spec_restrict_file_names unit test.
+
+       * url.c: Modified append_uri_pathel to support character case
+       restrictions for filenames. Added test_append_uri_pathel unit test.
+
+       * test.c: Added test_cmd_spec_restrict_file_names and
+       test_append_uri_pathel to the list of unit tests to run.
+
 2006-06-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * retr.c (retrieve_from_file): Use retrieve_tree and automatically