]> sjero.net Git - wget/blobdiff - ChangeLog
Minor doc updates.
[wget] / ChangeLog
index 5da461b5504ef62edcc676b380ea042a09113437..e23f62b4520ff2491b75144a937b4a81b35bce24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,60 @@
+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>
 
-       * update-copyright: Imported from gnulib.
-       * gnupload: Imported from gnulib.
+       * 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,
+       build-aux/config.rpath, build-aux/config.sub, build-aux/depcomp,
+       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 top
+       directory.
+
+       * build-aux/announce-gen: Imported from gnulib.
+       * build-aux/update-copyright: Imported from gnulib.
+       * build-aux/gnupload: Imported from gnulib.
        * lib/Makefile.am, m4/gnulib-cache.m4, m4/gnulib-comp.m4: Adjusted
-       for update-copyright and gnupload.
+       for announce-gen, update-copyright, and gnupload.
        
 2009-09-03  Micah Cowan  <micah@cowan.name>