mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Prepare new release 1.16
This commit is contained in:
parent
69c45cba43
commit
b4440d96cf
45
.gitignore
vendored
45
.gitignore
vendored
@ -1,7 +1,19 @@
|
|||||||
# Project Root
|
# Project Root
|
||||||
|
# Wildcard Ignores
|
||||||
|
# build-aux/
|
||||||
|
# doc/
|
||||||
|
# m4/
|
||||||
|
# others
|
||||||
|
# po/
|
||||||
|
# src/
|
||||||
|
# testenv/
|
||||||
|
# tests/
|
||||||
|
# util/
|
||||||
|
*~
|
||||||
/.sc-start-sc_bindtextdomain
|
/.sc-start-sc_bindtextdomain
|
||||||
/.sc-start-sc_prohibit_HAVE_MBRTOWC
|
/.sc-start-sc_prohibit_HAVE_MBRTOWC
|
||||||
/.version
|
/.version
|
||||||
|
/ABOUT-NLS~
|
||||||
/GNUmakefile
|
/GNUmakefile
|
||||||
/INSTALL
|
/INSTALL
|
||||||
/Makefile
|
/Makefile
|
||||||
@ -12,18 +24,10 @@
|
|||||||
/config.log
|
/config.log
|
||||||
/config.status
|
/config.status
|
||||||
/configure
|
/configure
|
||||||
|
/cscope.out
|
||||||
/lib/
|
/lib/
|
||||||
/maint.mk
|
/maint.mk
|
||||||
# Wildcard Ignores
|
/tags
|
||||||
*~
|
|
||||||
po/*.gmo*
|
|
||||||
po/*.po*
|
|
||||||
src/*.o
|
|
||||||
tests/*.log
|
|
||||||
tests/*.trs
|
|
||||||
testenv/*.log
|
|
||||||
testenv/*.trs
|
|
||||||
# build-aux/
|
|
||||||
build-aux/.gitignore
|
build-aux/.gitignore
|
||||||
build-aux/compile
|
build-aux/compile
|
||||||
build-aux/config.guess
|
build-aux/config.guess
|
||||||
@ -35,7 +39,6 @@ build-aux/missing
|
|||||||
build-aux/snippet/
|
build-aux/snippet/
|
||||||
build-aux/test-driver
|
build-aux/test-driver
|
||||||
build-aux/texinfo.tex
|
build-aux/texinfo.tex
|
||||||
# doc/
|
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/Makefile.in
|
doc/Makefile.in
|
||||||
doc/sample.wgetrc.munged_for_texi_inclusion
|
doc/sample.wgetrc.munged_for_texi_inclusion
|
||||||
@ -44,10 +47,10 @@ doc/version.texi
|
|||||||
doc/wget.1
|
doc/wget.1
|
||||||
doc/wget.info
|
doc/wget.info
|
||||||
doc/wget.pod
|
doc/wget.pod
|
||||||
# m4/
|
|
||||||
m4/.gitignore
|
m4/.gitignore
|
||||||
m4/gnulib-cache.m4
|
m4/gnulib-cache.m4
|
||||||
# po/
|
po/*.gmo*
|
||||||
|
po/*.po*
|
||||||
po/.gitignore
|
po/.gitignore
|
||||||
po/.reference/
|
po/.reference/
|
||||||
po/LINGUAS
|
po/LINGUAS
|
||||||
@ -56,7 +59,7 @@ po/Makefile.in
|
|||||||
po/Makevars
|
po/Makevars
|
||||||
po/POTFILES
|
po/POTFILES
|
||||||
po/wget.pot
|
po/wget.pot
|
||||||
# src/
|
src/*.o
|
||||||
src/.deps/
|
src/.deps/
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/Makefile.in
|
src/Makefile.in
|
||||||
@ -71,22 +74,20 @@ src/stamp-h1
|
|||||||
src/tags
|
src/tags
|
||||||
src/version.c
|
src/version.c
|
||||||
src/wget
|
src/wget
|
||||||
# testenv/
|
testenv/*.log
|
||||||
|
testenv/*.trs
|
||||||
|
testenv/Makefile
|
||||||
|
testenv/Makefile.in
|
||||||
testenv/conf/__pycache__/
|
testenv/conf/__pycache__/
|
||||||
testenv/exc/__pycache__/
|
testenv/exc/__pycache__/
|
||||||
testenv/misc/__pycache__/
|
testenv/misc/__pycache__/
|
||||||
testenv/server/__pycache__/
|
testenv/server/__pycache__/
|
||||||
testenv/server/http/__pycache__/
|
testenv/server/http/__pycache__/
|
||||||
testenv/test/__pycache__/
|
testenv/test/__pycache__/
|
||||||
testenv/Makefile
|
tests/*.log
|
||||||
testenv/Makefile.in
|
tests/*.trs
|
||||||
# tests/
|
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/Makefile.in
|
tests/Makefile.in
|
||||||
tests/unit-tests
|
tests/unit-tests
|
||||||
# util/
|
|
||||||
util/Makefile
|
util/Makefile
|
||||||
util/Makefile.in
|
util/Makefile.in
|
||||||
# others
|
|
||||||
/tags
|
|
||||||
/cscope.out
|
|
||||||
|
@ -1065,3 +1065,4 @@ developed inside the GNU project. Therefore the information given above
|
|||||||
applies also for every other Free Software Project. Contact
|
applies also for every other Free Software Project. Contact
|
||||||
`coordinator@translationproject.org' to make the `.pot' files available
|
`coordinator@translationproject.org' to make the `.pot' files available
|
||||||
to the translation teams.
|
to the translation teams.
|
||||||
|
|
||||||
|
12
NEWS
12
NEWS
@ -6,15 +6,17 @@ See the end for copying conditions.
|
|||||||
|
|
||||||
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
||||||
|
|
||||||
* Changes in Wget X.Y.Z
|
* Changes in Wget 1.16
|
||||||
|
|
||||||
** Use libpsl for verifying cookie domains
|
** No longer create local symbolic links by default. Closes CVE-2014-4877.
|
||||||
|
|
||||||
** Default progress bar output changed
|
** Use libpsl for verifying cookie domains.
|
||||||
|
|
||||||
** Introduce --show-progress to force display the progress bar
|
** Default progress bar output changed.
|
||||||
|
|
||||||
** Introduce --no-config.
|
** Introduce --show-progress to force display the progress bar.
|
||||||
|
|
||||||
|
** Introduce --no-config. The wgetrc files will not be read.
|
||||||
|
|
||||||
** Introduce --start-pos to allow starting downloads from a specified position.
|
** Introduce --start-pos to allow starting downloads from a specified position.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user