Skip to content

Commit 8e41488

Browse files
author
kalibera
committed
Document 88296.
git-svn-id: https://svn.r-project.org/R/trunk@88303 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 3ad437f commit 8e41488

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

doc/NEWS.Rd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@
147147
}
148148

149149
\section{\Rlogo CHANGES IN R 4.5.1}{
150+
151+
\subsection{NEW FEATURES}{
152+
\itemize{
153+
\item The internal method of \code{unzip()} now follows \code{unzip 6.00}
154+
in how it handles extracted file paths which contain \code{"../"}.
155+
With thanks to \I{Ivan Krylov}.
156+
}
157+
}
158+
150159
\subsection{INSTALLATION}{
151160
\itemize{
152161
\item Standalone \code{nmath} can be built with early-2025

src/library/utils/man/unzip.Rd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/utils/man/unzip.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2018 R Core Team
3+
% Copyright 1995-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{unzip}
@@ -65,6 +65,9 @@ unzip(zipfile, files = NULL, list = FALSE, overwrite = TRUE,
6565
to an accuracy of 2 seconds. This is not very useful when
6666
transferring zip files between machines (even across continents), so
6767
we chose not to restore them by default.
68+
69+
The internal method now follows \code{unzip 6.00} in how it handles
70+
extracted file paths which contain \code{"../"}.
6871
}
6972

7073
\value{

0 commit comments

Comments
 (0)