branch: elpa/vm
commit 66c04620ebf9be9a090f8cdd251c8a26550e018a
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>
8.3.2 release
---
NEWS | 8 +++++++-
configure.ac | 2 +-
dev/docs/releasing.org | 2 +-
info/vm.texinfo | 2 +-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index cb06d111607..67f6bb6fb43 100644
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,13 @@ Status
Bug reports (email): [email protected]
(Please use `M-x vm-submit-bug-report' within VM)
-VM 8.3.1 released 2025-12-22
+VM 8.3.2 released 2025-12-29
+
+ CHANGES
+ * Address problem with 8.3.1 change where some user configurations for emacs
30
+ need vm to evaluate autoloads.el.
+
+VM 8.3.1 released 2025-12-27
CHANGES
* Work around ELPA install problem cause by emacs 28 not adding a provide
call when
diff --git a/configure.ac b/configure.ac
index e415eb66710..86754fc667d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ TEST
])
##############################################################################
-AC_INIT([VM],[8.3.2snapshot],[[email protected]])
+AC_INIT([VM],[8.3.2],[[email protected]])
# Name of the application
# Version (release) number
# Contact address
diff --git a/dev/docs/releasing.org b/dev/docs/releasing.org
index 881cb2f3973..c8754cffce4 100644
--- a/dev/docs/releasing.org
+++ b/dev/docs/releasing.org
@@ -28,7 +28,7 @@ note lint will not be clean, due to xemacs references
then merge to make official
* version update in these files:
-- Add note abort release to info/vm.texinfo @item Version ..
+- Add note about release to info/vm.texinfo @item Version ..
- NEWS
- version in configure.ac AC_INIT
- lisp/vm.el Version:
diff --git a/info/vm.texinfo b/info/vm.texinfo
index bbdc56f1302..90f7da564ff 100644
--- a/info/vm.texinfo
+++ b/info/vm.texinfo
@@ -7217,7 +7217,7 @@ Please let us know if any contributors have been missed
out.
@item Version 8.2.0, planned for release in March, 2013.
@item Version 8.3.0, released 22 December 2025
@item Version 8.3.1, released 27 December 2025
-@item Version 8.3.2snapshot, under development
+@item Version 8.3.2, released 29 December 2025
@end itemize