From 84c92888a558a83f3de05eb489e80af9a00a3e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 12 Mar 2020 12:01:43 +0700 Subject: [PATCH] Separate news for GH-6762 and GH-7829 --- news/6762.bugfix | 2 -- news/6762.feature | 1 + news/7829.feature | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 news/6762.bugfix create mode 100644 news/6762.feature create mode 100644 news/7829.feature diff --git a/news/6762.bugfix b/news/6762.bugfix deleted file mode 100644 index a980d99bc97..00000000000 --- a/news/6762.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fail early when install path is not writable. At the same time, -install location compatibility is checked. diff --git a/news/6762.feature b/news/6762.feature new file mode 100644 index 00000000000..ec18c8fb92d --- /dev/null +++ b/news/6762.feature @@ -0,0 +1 @@ +Fail early when install path is not writable. diff --git a/news/7829.feature b/news/7829.feature new file mode 100644 index 00000000000..8bc9e19ed7c --- /dev/null +++ b/news/7829.feature @@ -0,0 +1 @@ +Do not allow ``--target``, ``--user``, ``--root`` and ``--prefix`` together.