summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog217
1 files changed, 217 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eaa01f..c60beb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,220 @@
+2014-12-08 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * cfg.mk (local-checks-to-skip): Add sc_cast_of_argument_to_free.
+
+2014-12-05 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * configure.ac: Fix message for when GnuTLS has not been found.
+
+2014-12-05 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * bootstrap.conf: Add modules fnmatch, memrchr, strcase, strptime,
+ strtoll, timegm
+ Remove module strcasecmp
+ Use module spawn-pipe instead of deprecated module pipe
+
+2014-11-25 Darshit Shah <darnir@gmail.com>
+
+ * bootstrap.conf: Add flex as a prerequisite to building Wget from the
+ repository sources
+
+2014-11-22 Darshit Shah <darnir@gmail.com>
+
+ * build-aux/build_info.pl: Include version.h in the final C file generated
+ by the script.
+
+2014-11-20 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Change option to --enable-assert. Assertions are disabled by
+ default.
+ * NEWS: Edit to reflect default option.
+ * README.checkout: Document --enable-assert for developers
+
+2014-11-20 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * configure.ac: Fix libpsl<0.6.0 detection
+
+2014-11-20 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * NEWS: remove form feeds
+
+2014-11-20 Darshit Shah <darnir@gmail.com>
+
+ * .gitignore: po/stamp-po should be ignored
+
+2014-11-20 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Use pkg-config for libpsl detection
+ config status for libpsl is reflected by $with_libpsl
+
+2014-11-20 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Use autoconf macros where available
+
+2014-11-20 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Add the -Wextra flag when no CFLAGS are set
+
+2014-11-19 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * configure.ac: Check for random()
+
+2014-11-17 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * bootstrap.conf (gnulib_modules): Add module c-strcase
+
+2014-11-16 Darshit Shah <darnir@gmail.com>
+
+ * po/stamp-po: Remove autogenerated file from checked out sources
+
+2014-11-16 Darshit Shah <darnir@gmail.com>
+
+ * gnulib: Update submodule
+ * bootstrap: Update script from latest gnulib
+
+2014-11-16 Darshit Shah <darnir@gmail.com>
+
+ * .gitignore: Sort gitignore file based on directories
+
+2014-11-15 Darshit Shah <darnir@gmail.com>
+ * configure.ac: Add AC_HEADER_ASSERT. Enables --disable-assert option
+
+2014-11-05 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * configure.ac: check for python3
+ * Makefile.am: only use python test suite if python3 found
+
+2014-11-05 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * contrib/tsocked-wget (TSOCKS_CONF_FILE): Remove empty new-line.
+
+2014-11-04 Darshit Shah <darnir@gmail.com>
+
+ * README.checkout: Bootstrap script is ./bootstrap not ./bootstrap.sh
+
+2014-11-01 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Fix check for libpsl
+
+2014-11-01 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.ac: Use pkg-config to check for zlib presence and
+ fallback to the previous code if that doesn't work.
+
+ * configure.ac: Use pkg-config to check for libuuid presence and
+ fallback to the previous code if that doesn't work.
+
+ * configure.ac: Use pkg-config to check for pcre presence and
+ fallback to the previous code if that doesn't work.
+
+ * configure.ac: Use pkg-config to check for openssl presence and
+ fallback to the previous code if that doesn't work.
+
+ * configure.ac: Use pkg-config to check for gnutls presence and
+ fallback to the previous code if that doesn't work.
+
+2014-07-28 Ángel González <keisial@gmail.com>
+ * contrib: Created contrib folder.
+ * contrib/tsocked-wget: Added wrapper for usage with socks proxy.
+
+2014-10-28 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * configure.ac: check for strlcpy()
+
+2014-10-28 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * configure.ac: add --enable-valgrind-tests
+
+2014-10-28 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * cfg.mk (local-checks-to-skip): Add sc_makefile_at_at_check.
+
+ * Makefile.am: Replace $FOO with @VAR@.
+
+2013-10-22 Ángel González <keisial@gmail.com>
+
+ * bootstrap.conf (gnulib_modules): Add module xstrndup.
+
+2014-09-25 Tim Ruehsen <tim.ruehsen@gmx.de>
+
+ * configure.ac: removed WgetTest.pm.in
+ * .gitignore: removed WgetTest.pm
+
+2014-09-12 Darshit Shah <darnir@gmail.com>
+
+ * bootstrap.conf: Add GNULib module mbiter
+
+2014-07-25 Darshit Shah <darnir@gmail.com>
+
+ * .gitignore: Add a gitignore file for the project.
+
+2013-08-31 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Add testenv/Makefile to AC_CONFIG_FILES.
+ * Makefile.am: Add testenv to SUBDIRS
+
+2014-07-22 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Fix broken code for detecting libpsl
+
+2014-07-21 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Fix check for Libpsl
+
+2014-06-28 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * cfg.mk (local-checks-to-skip): Remove some checks.
+
+2014-06-27 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Ignore msdos/* and vms/* from
+ syntax-check.
+
+2014-06-22 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * configure.ac: Add check for uuid_create.
+
+2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * NEWS: Remove repeated word.
+
+ * po/POTFILES.in: Add lib/regcomp.c.
+
+ * configure.ac: Do not depend on always defined macros.
+ * vms/vms.h: Likewise.
+
+ * Makefile.am: Remove @VAR@ with $FOO.
+ * util/Makefile.am: Likewise.
+
+ * ABOUT-NLS: Remove terminating empty lines.
+ * MAILING-LIST: Likewise.
+ * util/rmold.pl: Likewise.
+
+ * util/trunc.c (main): Ensure bindtextdomain is called.
+
+2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * build-aux/build_info.pl: Remove trailing whitespaces.
+ * configure.ac: Likewise.
+
+2014-05-30 Darshit Shah <darnir@gmail.com>
+
+ * configure.ac: Allow compilation without libpsl.
+ * README.checkout: Add libpsl as a dependency.
+
+2014-05-24 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * gnulib: update module.
+
+2014-02-24 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * gnulib: update module.
+ Reported by: Darshit Shah <darnir@gmail.com>.
+
+2014-02-06 Giuseppe Scrivano <gscrivan@redhat.com>
+
+ * configure.ac: Update copyright years.
+
2013-12-22 Giuseppe Scrivano <gscrivan@redhat.com>
* gnulib: add git submodule.