aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bb9784718fc..fce36903c2b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -817,12 +817,23 @@ Use `electric-indent-mode' instead.
817** Package 817** Package
818 818
819+++ 819+++
820*** The package library now supports digital signing of packages.
821Maintainers of package archives should consider signing their packages
822to enhance security.
823
824+++
825**** If the user option `package-check-signature' is non-nil,
826Emacs tries to check package signatures at install time.
827The value `allow-unsigned' allows installation of unsigned packages.
828
829+++
830**** The user option `package-unsigned-archives' lists archives where
831Emacs will not try to check signatures.
832
833+++
820*** New option `package-pinned-packages'. This is useful if you have multiple 834*** New option `package-pinned-packages'. This is useful if you have multiple
821archives enabled, with more than one offering a package that you want. 835archives enabled, with more than one offering a package that you want.
822 836
823FIXME
824*** New options `package-check-signature' and `package-unsigned-archives'.
825
826+++ 837+++
827*** In the `list-packages' buffer, you can use `f' (`package-menu-filter') 838*** In the `list-packages' buffer, you can use `f' (`package-menu-filter')
828to filter the list of packages by a keyword. 839to filter the list of packages by a keyword.