]> sjero.net Git - wget/blobdiff - ChangeLog
Merge SFLC licensing changes for OpenSSL with tip.
[wget] / ChangeLog
index 8fc06b72a90aa9b26e782fb3b71c9520220351be..9b45286348c5da9fa932427576e92647f47c38dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,45 @@
+2007-11-28  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am, README, autogen.sh, configure.bat, configure.in,
+       m4/wget.m4, util/Makefile.am, util/dist-wget: Updated license
+       exception for OpenSSL, per the SFLC.
+
+2007-10-23  Micah Cowan  <micah@schmendrick>
+
+       * lib/stdbool.in.h, lib/stdint.in.h: gnulib-tool --update.
+       Includes fix for broken stdbool.h on Tru64.
+
+2007-10-22  Micah Cowan  <micah@cowan.name>
+
+       * po/*.po: Refresh from TP and update-po.
+       * lib/Makefile.am, m4/gnulib-cache.m4, m4/longlong.m4,
+       m4/ulonglong.m4, maint.mk:  gnulib-tool --update. Includes fix
+       for maint.mk with old versions of gzip.
+
+2007-10-18  Micah Cowan  <micah@cowan.name>
+
+       * po/POTFILES.in: Removed no-longer-existing or generated files.
+       * autogen.sh: Reinstated, in case we have to do something at
+       some point other than autoreconf.
+       * Makefile.am: Put autogen.sh back in EXTRA_DIST. Just in case
+       someone needs to rebuild configure.
+       * configure.ac: Removed config-post.h inclusion from bottom of
+       generated config.h.
+
+2007-10-16  Micah Cowan  <micah@cowan.name>
+
+       * README: Draw attention to wiki:PatchGuidelines.
+
+2007-10-14  Micah Cowan  <micah@cowan.name>
+
+       * configure.ac: Let gnulib handle builtin MD5 functionality.
+       * NEWS: Mention gnulib.
+
 2007-10-13  Micah Cowan  <micah@cowan.name>
 
        * GNUMakefile, maint.mk: Added as part of the gnulib-ization.
-       * Makefile.am, configure.ac: gnulib-ized.
+       * Makefile.am: gnulib-ized.
+       * configure.ac: gnulib-ized. Removed built-in getopt checks.
 
 2007-10-12  Micah Cowan  <micah@cowan.name>
 
 2001-03-20  Dan Harkless  <wget@harkless.org>
 
        * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
-       test that led me to believe it wasn't was exposing a different bug
-       -- URLs specified on the commandline as opposed to being recursed
+       test that led me to believe it wasn't was exposing a different bug
+       -- URLs specified on the commandline as opposed to being recursed
        to don't always get re-converted at the end of the Wget run.
 
 2001-03-17  Dan Harkless  <wget@harkless.org>
 2001-03-12  Dan Harkless  <wget@harkless.org>
 
        * TODO: Only normal recursion should respect -np -- page-requisite
-       recursion should not.
+       recursion should not.
 
 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
 
 2001-03-01  Dan Harkless  <wget@harkless.org>
 
        * ChangeLog.README: Renamed from README.branches and added a note
-       that Wget has multiple ChangeLog files (currently ./ChangeLog,
-       doc/ChangeLog, and src/ChangeLog), since this is unusual and
-       people have complained their patches hadn't been applied after
-       checking only the top-level ChangeLog.
+       that Wget has multiple ChangeLog files (currently ./ChangeLog,
+       doc/ChangeLog, and src/ChangeLog), since this is unusual and
+       people have complained their patches hadn't been applied after
+       checking only the top-level ChangeLog.
 
 2001-02-28  Dan Harkless  <wget@harkless.org>
 
        moving -nr to a different category.
 
        * TODO: "Timestamps are sometimes not copied over on files
-       retrieved by FTP." removed.  Hopefully all the failures I was
-       seeing were due to the fact that it wasn't documented that
-       non-globbing, non-recursive FTP downloads need -N to get the
-       remote timestamp to be preserved.
+       retrieved by FTP." removed.  Hopefully all the failures I was
+       seeing were due to the fact that it wasn't documented that
+       non-globbing, non-recursive FTP downloads need -N to get the
+       remote timestamp to be preserved.
 
 2001-02-22  Dan Harkless  <wget@harkless.org>
 
 2001-01-11  Dan Harkless  <wget@harkless.org>
 
        * TODO: If -c used with -N, check to make sure a file hasn't
-       changed on the server before "continuing" to download it.
+       changed on the server before "continuing" to download it.
        
 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
 
        directory got fixed without the TODO entry for it being removed.
 
        * TODO: Add a "rollback" option to have --continue throw away X
-       corrupted (e.g. by proxy) bytes from end of file before resuming.
+       corrupted (e.g. by proxy) bytes from end of file before resuming.
 
        * po/*.po*: Updated after changing --help's description of -c.
 
        * README.branches: Explains the 1.6_branch.ChangeLog files.
 
        * README.cvs: Falsely claimed you only needed GNU autoconf to
-       build from the CVS sources.  You also need GNU gettext and
-       texinfo.  I also did a bunch of general re-writing of this file.
+       build from the CVS sources.  You also need GNU gettext and
+       texinfo.  I also did a bunch of general re-writing of this file.
 
 2001-01-03  Dan Harkless  <wget@harkless.org>