aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii2024-04-06 11:13:35 -0400
committerEli Zaretskii2024-04-06 11:13:35 -0400
commitb4864ca4affe6527b5958214ef2aa7198eb09220 (patch)
tree49cc99001cd2cc3bff6223ee0eabbf1f27091f61 /admin
parent7aea688ee93cc9ce9f8a8bdd5837414bcf250c37 (diff)
parent3d87d74a23d13e853f202cc589eb750c40f9e2be (diff)
downloademacs-b4864ca4affe6527b5958214ef2aa7198eb09220.tar.gz
emacs-b4864ca4affe6527b5958214ef2aa7198eb09220.zip
Merge from origin/emacs-29
3d87d74a23d ; * etc/PROBLEMS: Entry about slow mouse-wheel with GTK3 ... c6899603b9c ; * doc/lispref/tips.texi (Documentation Tips): Improve (... bd2c4d825db ; Update admin/make-tarball.txt f107dc26e37 ; * etc/PROBLEMS: Add an entry about WebKitGTK (bug#66068).
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 5704e8e8922..9d3de2fa201 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -27,6 +27,13 @@ Steps to take before starting on the first pretest in any release sequence:
27 file against the previously released Emacs version to see what has 27 file against the previously released Emacs version to see what has
28 changed. 28 changed.
29 29
305. If this is an emergency release without a prior pretest, inform the
31 maintainers of the bundled packages which are developed separately
32 to make sure they install adjustments required for an official
33 release. Currently, these packages include:
34
35 . Tramp
36
30General steps (for each step, check for possible errors): 37General steps (for each step, check for possible errors):
31 38
321. git pull # fetch from the repository 391. git pull # fetch from the repository