branch: externals/emacs-gc-stats commit 703516c63ce71ec68945d48c297d294990728686 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Bump version to 1.4.1 --- README.md | 2 +- README.org | 2 +- emacs-gc-stats.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 124a0e9c50..32cb98ed68 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ You can pause the logging any time by disabling `emacs-gc-stats-mode` # News -## Version 1.4.1 (not yet released) +## Version 1.4.1 - Avoid `memory-info` trying to retrieve memory information from remote system over TRAMP. diff --git a/README.org b/README.org index 0918fdfd9b..c493f5d3f2 100644 --- a/README.org +++ b/README.org @@ -67,7 +67,7 @@ You can pause the logging any time by disabling ~emacs-gc-stats-mode~ (=M-x emacs-gc-stats-mode=). * News -** Version 1.4.1 (not yet released) +** Version 1.4.1 - Avoid ~memory-info~ trying to retrieve memory information from remote system over TRAMP. diff --git a/emacs-gc-stats.el b/emacs-gc-stats.el index 342a3ee147..1da12765f2 100644 --- a/emacs-gc-stats.el +++ b/emacs-gc-stats.el @@ -7,7 +7,7 @@ ;; URL: https://git.sr.ht/~yantar92/emacs-gc-stats ;; Package-Requires: ((emacs "25.1")) -;; Version: 1.4 +;; Version: 1.4.1 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by