]> sjero.net Git - wget/blobdiff - src/ChangeLog
target -> targ; use OS_TYPE for VMS in build info string.
[wget] / src / ChangeLog
index e6be4bf366dd2c173f070b4d25cc0b5c116801f8..4a26e4a5c62834ce1efb7b87289f75cc787fc04e 100644 (file)
@@ -1,3 +1,10 @@
+2009-09-24  Steven Schweda  <sms@antinode.info>
+
+       * main.c (print_version): Remove VMS-conditional build info
+       string; the new VMS builders use OS_TYPE.
+
+       * ftp.c (getftp): Fix accidental use of target -> targ.
+
 2009-09-24  Micah Cowan  <micah@cowan.name>
 
        * host.c (host_errstr): host_errstr should return const char *.