diff --git a/CHANGES b/CHANGES index 14794220640..2118c8a7d41 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,7 @@ * Improve robustness of pinned package update (#949) * Finish conversion of default repository to (#948) * Fix regression in handling archives with no extension (treat them as tar again) (#972) +* Fixed stale archives causing packages to be marked as NEW when they weren't (#945) 1.1.0RC1 [Oct 2013] * Add `make cold` target to build OPAM without a system OCaml installed (#910) diff --git a/doc/man/opam-config.1 b/doc/man/opam-config.1 index fa7327cb9e5..ba17d192765 100644 --- a/doc/man/opam-config.1 +++ b/doc/man/opam-config.1 @@ -152,6 +152,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-info.1 b/doc/man/opam-info.1 index 8b9675fa123..5ae85781524 100644 --- a/doc/man/opam-info.1 +++ b/doc/man/opam-info.1 @@ -75,6 +75,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-init.1 b/doc/man/opam-init.1 index f85420d8b4c..ba4097d1cb2 100644 --- a/doc/man/opam-init.1 +++ b/doc/man/opam-init.1 @@ -142,6 +142,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-install.1 b/doc/man/opam-install.1 index 244e07b0c7a..16fc1e694dc 100644 --- a/doc/man/opam-install.1 +++ b/doc/man/opam-install.1 @@ -112,6 +112,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-list.1 b/doc/man/opam-list.1 index a3cf844b757..d763661aa7a 100644 --- a/doc/man/opam-list.1 +++ b/doc/man/opam-list.1 @@ -87,6 +87,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-pin.1 b/doc/man/opam-pin.1 index f2444a35092..2bd87fb5456 100644 --- a/doc/man/opam-pin.1 +++ b/doc/man/opam-pin.1 @@ -92,6 +92,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-reinstall.1 b/doc/man/opam-reinstall.1 index 2a92af50f23..d1e5e8f6605 100644 --- a/doc/man/opam-reinstall.1 +++ b/doc/man/opam-reinstall.1 @@ -101,6 +101,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-remote.1 b/doc/man/opam-remote.1 index 099f84aeb9d..94e3e92eda0 100644 --- a/doc/man/opam-remote.1 +++ b/doc/man/opam-remote.1 @@ -90,6 +90,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-remove.1 b/doc/man/opam-remove.1 index 91716e69614..f88c16e14f1 100644 --- a/doc/man/opam-remove.1 +++ b/doc/man/opam-remove.1 @@ -107,6 +107,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-repository.1 b/doc/man/opam-repository.1 index c25e04b4e76..cea2a653dd9 100644 --- a/doc/man/opam-repository.1 +++ b/doc/man/opam-repository.1 @@ -90,6 +90,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-search.1 b/doc/man/opam-search.1 index 815f516c37f..b0cc9b4be36 100644 --- a/doc/man/opam-search.1 +++ b/doc/man/opam-search.1 @@ -84,6 +84,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-switch.1 b/doc/man/opam-switch.1 index ed59eeb9569..fb1506d83c8 100644 --- a/doc/man/opam-switch.1 +++ b/doc/man/opam-switch.1 @@ -146,6 +146,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-update.1 b/doc/man/opam-update.1 index f717cbd095f..f79cb60cf43 100644 --- a/doc/man/opam-update.1 +++ b/doc/man/opam-update.1 @@ -83,6 +83,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam-upgrade.1 b/doc/man/opam-upgrade.1 index 162e9adef15..f52719b630e 100644 --- a/doc/man/opam-upgrade.1 +++ b/doc/man/opam-upgrade.1 @@ -101,6 +101,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/man/opam.1 b/doc/man/opam.1 index 05ea2b906db..150ddeeb3b1 100644 --- a/doc/man/opam.1 +++ b/doc/man/opam.1 @@ -113,6 +113,8 @@ Disable interactive mode and answer yes to all questions that would otherwise be opam makes use of environment variables listed here. .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \-\-color option +.P +\fIOPAMCURL\fR can be used to define an alternative for the 'curl' command\-line utility to download files .SH FURTHER DOCUMENTATION .P See https://opam.ocaml.org. diff --git a/doc/tutorials/Advanced_Install.pdf b/doc/tutorials/Advanced_Install.pdf index 701313fd9c3..d6abd90eda8 100644 Binary files a/doc/tutorials/Advanced_Install.pdf and b/doc/tutorials/Advanced_Install.pdf differ