Skip to content

Commit

Permalink
Release: v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jun 14, 2023
1 parent 33f0129 commit fba18f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Note that, while ~matrix-client~ remains usable, and probably will for some time
:TOC: :depth 0
:END:

** 0.10-pre
** 0.10

*Security Fixes*
+ When uploading a GPG-encrypted file (i.e. one whose filename ends in ~.gpg~), if the recipient's private key or the symmetric encryption key were cached by Emacs (or a configured agent, like ~gpg-agent~), Emacs would automatically decrypt the file while reading its contents and then upload the decrypted contents. (This happened because the function ~insert-file-contents~ was used, which does many things automatically, some of which are not even mentioned in its docstring; refer to its entry in the Elisp Info manual for details. The fix is to use ~insert-file-contents-literally~ instead.) Thanks to ~@welkinsl:matrix.org~ for reporting.
Expand Down
2 changes: 1 addition & 1 deletion ement.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Adam Porter <[email protected]>
;; Maintainer: Adam Porter <[email protected]>
;; URL: https://github.com/alphapapa/ement.el
;; Version: 0.10-pre
;; Version: 0.10
;; Package-Requires: ((emacs "27.1") (map "2.1") (persist "0.5") (plz "0.6") (taxy "0.10") (taxy-magit-section "0.12.1") (svg-lib "0.2.5") (transient "0.3.7"))
;; Keywords: comm

Expand Down

0 comments on commit fba18f9

Please sign in to comment.