]> sjero.net Git - wget/blobdiff - ChangeLog
Don't delete an input file fetched via FTP.
[wget] / ChangeLog
index 5e3823b29ba2299cc3cd4a611f8fb1b1b4e745f9..8c1c431033823a5756c142a411b085ff6e44da96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,104 @@
-2009-09-04  Micah Cowan  <micah@cowan.name>
+2009-10-09  Steven Schweda  <sms@antinode.info>
+
+       * New VMS MMS/MMK builders, to accommodate the new source tree
+       structure:
+       lib/DESCRIP_DEPS.MMS            Dependencies (lib)
+       lib/DESCRIP_MODS.MMS            Modules (lib)
+       lib/DESCRIP_SRC.MMS             Main (lib)
+       md5/DESCRIP_DEPS.MMS            Dependencies (md5)
+       md5/DESCRIP_MODS.MMS            Modules (md5)
+       md5/DESCRIP_SRC.MMS             Main (md5)
+       src/DESCRIP_DEPS.MMS            Dependencies (src)
+       src/DESCRIP_MODS.MMS            Modules (src)
+       src/DESCRIP_SRC.MMS             Main (src)
+       vms/DESCRIP.MMS                 Main (global)
+       vms/DESCRIP_MKDEPS.MMS          Dependency generator
+       vms/DESCRIP_SRC.MMS             Main (main)
+       vms/DESCRIP_SRC_CMN.MMS         Main (common)
+       vms/DESCRIP_SRC_FLAGS.MMS       Compiler and linker flags
+       vms/COLLECT_DEPS.COM            Dependency processor
+       vms/CONFIG_EXTRACT.COM          Extract AC_INIT from configure.ac
+       vms/WGET_MULTINET.OPT           Link options for (old) MultiNet
+       vms/WGET_SSL_HP.OPT             Link options for HP SSL
+       vms/WGET_SSL_O.OPT              Link options for OpenSSL
+
+       * Other VMS-specific files:
+       vms/alloca.h                    Dummy alloca.h.
+       vms/config.h_vms                Manually crafted config.h
+       vms/stdint.h                    Dummy stdint.h
+       vms/vms.h                       Declarations, prototypes for vms.c
+       vms/vms_ip.h                    Helper for netdb.h
+       vms/VMS_NOTES.TXT               Instructions, notes
+       vms/WGET.HLP                    Basic VMS HELP
+
+2009-10-09  Micah Cowan  <micah@cowan.name>
+
+       * build_aux/build_info.pl: Reworked the input format. Eliminated
+       support, and need, for arbitrary #if blocks. Introduced
+       "choices", and explicitly open the .c file rather than print to
+       STDOUT, so we avoid creating the file if we find problems with
+       the input. Options are advertised in alphabetical order.
+
+2009-09-24  Micah Cowan  <micah@cowan.name>
+
+       * vms/vms.c: Moved to src/src.c.
+
+2009-09-22  Micah Cowan  <micah@cowan.name>
+
+       * configure.ac: Added "sleep" and "symlink" to AC_CHECK_FUNCS,
+       removing the hard-coded definition of HAVE_SYMLINK. When running
+       on MinGW, compile mswindows.c, and link against libwsock32.
+
+2009-09-21  Micah Cowan  <micah@cowan.name>
+
+       * vms/VMS-WGET.COM: "the the" -> "the".
+
+       * po/POTFILES.in: Removed some files that are not using gettext.
        
+       * po/*.po: Updated from translationproject.org.
+
+2009-09-20  Micah Cowan  <micah@cowan.name>
+
+       * INSTALL: Various minor adjustments to bring it up to date.
+
+2009-09-09  Micah Cowan  <micah@cowan.name>
+
+       * configure.ac: Add bz2 and lzma dists.
+
+2009-09-08  Micah Cowan  <micah@cowan.name>
+
+       * po/*.po: Updated from translationproject.org.
+
+2009-09-07  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am (distuninstallcheck_listfiles): Don't complain if
+       /usr/share/info/dir and /etc/wgetrc are left behind after an
+       uninstall.
+
+       * po/Rules-quot (mostlyclean-quot): Add en_US.po for remvoal by
+       mostlyclean.
+       (en_US.po-update): Behave properly for VPATH builds.
+
+2009-09-05  Micah Cowan  <micah@cowan.name>
+
+       * configure.ac: If we can't find idna.h, check to see if it's
+       because we need to add /usr/include/idn to the inclusion
+       path (for OpenSolaris).
+
+2009-09-04  Steven Schubiger  <stsc@member.fsf.org>
+
+       * configure.ac: Place gl_EARLY and md5_EARLY before the gettext
+       macros in order to silence autoconf warnings.
+
+2009-09-04  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am (EXTRA_DIST): build_info.pl ->
+       build-aux/build_info.pl
+
+       * build-aux/build_info.pl: Moved from top directory.
+
+       * md5/*: Updated md5 from gnulib.
+
        * configure.ac: Configured build-aux/ as auxiliarry directory.
 
        * build-aux/compile, build-aux/config.guess,
@@ -7,7 +106,7 @@
        build-aux/install-sh, build-aux/link-warning.h,
        build-aux/mdate-sh, build-aux/missing, build-aux/mkinstalldirs,
        build-aux/texinfo.tex, build-aux/useless-if-before-free,
-       build-aux/vc-list-files, build-aux/ylwrap: Moved from base
+       build-aux/vc-list-files, build-aux/ylwrap: Moved from top
        directory.
 
        * build-aux/announce-gen: Imported from gnulib.