aboutsummaryrefslogtreecommitdiffstats
path: root/admin/release-process (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* * admin/release-process: Update versions and blocking bug numbers.Eli Zaretskii2016-11-191-4/+4
|
* ; * admin/release-process: Move etc/HISTORY from here...Glenn Morris2016-05-241-2/+0
| | | | ; * admin/make-tarball.txt: ... to here.
* ; * admin/release-process: Copyedits.Glenn Morris2016-05-241-32/+37
|
* Adjudicate review comments in abbrevs.texiEli Zaretskii2016-03-191-2/+2
| | | | | | | | | | * doc/lispref/abbrevs.texi (Abbrev Files, Abbrev Expansion): * doc/emacs/abbrevs.texi (Dabbrev Customization): State the default values of variables. Suggested by Steve Byrne <sbb@penguinis.org>. (Bug#23016) * admin/release-process (Check manuals): Mark files reviewed by Steve Byrne.
* Quoting fixes in doc strings and diagnosticsPaul Eggert2016-02-031-9/+9
| | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-setq, byte-compile-funcall): * lisp/gnus/mml-smime.el (mml-smime-get-dns-cert) (mml-smime-get-ldap-cert): Follow user style preference when quoting diagnostics.
* ; * admin/release-process: Remove some obsolete records.Glenn Morris2016-01-021-10/+10
|
* ; * admin/release-process: Minor copyedits and additions.Eli Zaretskii2015-11-181-25/+46
|
* * admin/release-process: Improve wording.Xue Fuqiao2015-11-181-2/+4
|
* Backport: Document the release processXue Fuqiao2015-11-181-1/+52
| | | | | | | | | | | * admin/notes/versioning: Add information about RC releases. * admin/release-process: Document the release process. * admin/authors.el (authors-ignored-files): * admin/README: Change FOR-RELEASE to release-process. * CONTRIBUTE: * admin/notes/bugtracker: Don't mention FOR-RELEASE. (cherry picked from commit 9a4aa0f5945a03611ae29c516025dbd353bd26ab)
* Backport: * admin/release-process: Rename from admin/FOR-RELEASE.Xue Fuqiao2015-11-181-0/+282
(cherry picked from commit f8cc14b59700e51a4e31139c0a65c8154995e055)