[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/plz 99202f2149 4/9: Docs: Update changelog
From: |
ELPA Syncer |
Subject: |
[elpa] externals/plz 99202f2149 4/9: Docs: Update changelog |
Date: |
Fri, 16 Aug 2024 18:58:38 -0400 (EDT) |
branch: externals/plz
commit 99202f2149abbe880fc8cbd8169548684ff032c3
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Docs: Update changelog
---
README.org | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index 3181c1c58e..2705cbddc3 100644
--- a/README.org
+++ b/README.org
@@ -204,6 +204,10 @@ Nothing new yet.
+ The minimum supported Emacs version is now 27.1. (It is no longer practical
to test ~plz~ with Emacs versions older than 27.1. For Emacs 26.3, an earlier
version of ~plz~ may be used, or this version might be compatible, with or
without minor changes, which the maintainer cannot offer support for.)
+*Additions*
+
++ When downloading to a file, the ~--create-dirs~ option is passed to Curl so
it will create any necessary subdirectories automatically.
([[https://github.com/alphapapa/plz.el/pull/64][#64]]. Thanks to
[[https://github.com/josephmturner][Joseph Turner]] and
[[https://ushin.org/][USHIN]].)
+
*Changes*
+ Option ~plz-timeout~ is removed. (It was the default value for ~plz~'s
~:timeout~ argument, which is passed to Curl as its ~--max-time~ argument,
limiting the total duration of a request operation. This argument should be
unset by default, because larger or slower downloads might not finish within a
certain duration, and it is surprising to the user to have this option set by
default, potentially causing requests to timeout unnecessarily.)
- [elpa] externals/plz updated (399ad3e1aa -> 9fb22d84d9), ELPA Syncer, 2024/08/16
- [elpa] externals/plz f7357edb4e 2/9: Merge: v0.9.1, ELPA Syncer, 2024/08/16
- [elpa] externals/plz 8ddabbb5a9 5/9: Merge: Create missing subdirectories when downloading to a file, ELPA Syncer, 2024/08/16
- [elpa] externals/plz a91994aae9 6/9: Tidy: (plz) Consolidate --request argument, ELPA Syncer, 2024/08/16
- [elpa] externals/plz 56b930559c 3/9: Fix: (plz) Create empty directories when outputting to a file, ELPA Syncer, 2024/08/16
- [elpa] externals/plz 60c8e3fe16 8/9: Tests: (plz-head-temp-file) Add, ELPA Syncer, 2024/08/16
- [elpa] externals/plz 9fb22d84d9 9/9: Merge: Consolidate curl argument logic, ELPA Syncer, 2024/08/16
- [elpa] externals/plz 570eae7fe4 7/9: Tidy: (plz) Consolidate duplicate (pcase as ...) forms, ELPA Syncer, 2024/08/16
- [elpa] externals/plz 5008920318 1/9: Meta: v0.10-pre, ELPA Syncer, 2024/08/16
- [elpa] externals/plz 99202f2149 4/9: Docs: Update changelog,
ELPA Syncer <=