2024-03-31 17:52:28 +08:00
|
|
|
<!--
|
|
|
|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
|
|
|
|
SPDX-License-Identifier: curl
|
|
|
|
-->
|
|
|
|
|
2013-12-18 21:37:04 +08:00
|
|
|
curl release procedure - how to do a release
|
|
|
|
============================================
|
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
in the source code repo
|
|
|
|
-----------------------
|
2013-12-18 21:37:04 +08:00
|
|
|
|
2024-03-28 17:05:09 +08:00
|
|
|
- do a *regular build* with a sensible build config to make sure the
|
|
|
|
`src/tool_hugehelp.c` file etc is correctly generated
|
2020-03-31 20:50:15 +08:00
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
- edit `RELEASE-NOTES` to be accurate
|
2013-12-18 21:37:04 +08:00
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
- update `docs/THANKS`
|
2013-12-18 21:37:04 +08:00
|
|
|
|
|
|
|
- make sure all relevant changes are committed on the master branch
|
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
- tag the git repo in this style: `git tag -a curl-7_34_0`. -a annotates the
|
2018-06-15 19:32:41 +08:00
|
|
|
tag and we use underscores instead of dots in the version number. Make sure
|
|
|
|
the tag is GPG signed (using -s).
|
2016-02-08 17:35:35 +08:00
|
|
|
|
2024-04-16 22:56:03 +08:00
|
|
|
- run `./scripts/dmaketgz 7.34.0` to build the release tarballs.
|
2013-12-18 21:37:04 +08:00
|
|
|
|
|
|
|
- push the git commits and the new tag
|
|
|
|
|
2022-09-21 05:30:19 +08:00
|
|
|
- GPG sign the 4 tarballs as `maketgz` suggests
|
2013-12-18 21:37:04 +08:00
|
|
|
|
|
|
|
- upload the 8 resulting files to the primary download directory
|
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
in the curl-www repo
|
|
|
|
--------------------
|
2013-12-18 21:37:04 +08:00
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
- edit `Makefile` (version number and date),
|
|
|
|
|
|
|
|
- edit `_newslog.html` (announce the new release) and
|
|
|
|
|
|
|
|
- edit `_changes.html` (insert changes+bugfixes from RELEASE-NOTES)
|
2013-12-18 21:37:04 +08:00
|
|
|
|
|
|
|
- commit all local changes
|
|
|
|
|
2018-06-15 19:32:41 +08:00
|
|
|
- tag the repo with the same name as used for the source repo.
|
2013-12-18 21:37:04 +08:00
|
|
|
|
|
|
|
- make sure all relevant changes are committed and pushed on the master branch
|
|
|
|
|
2020-08-17 04:36:10 +08:00
|
|
|
(the website then updates its contents automatically)
|
2013-12-18 21:37:04 +08:00
|
|
|
|
2021-04-28 01:53:43 +08:00
|
|
|
on GitHub
|
2016-03-23 16:32:30 +08:00
|
|
|
---------
|
|
|
|
|
|
|
|
- edit the newly made release tag so that it is listed as the latest release
|
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
inform
|
|
|
|
------
|
2013-12-18 21:37:04 +08:00
|
|
|
|
|
|
|
- send an email to curl-users, curl-announce and curl-library. Insert the
|
|
|
|
RELEASE-NOTES into the mail.
|
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
celebrate
|
|
|
|
---------
|
2013-12-18 21:37:04 +08:00
|
|
|
|
|
|
|
- suitable beverage intake is encouraged for the festivities
|
2014-10-10 16:39:01 +08:00
|
|
|
|
|
|
|
curl release scheduling
|
|
|
|
=======================
|
|
|
|
|
2020-02-04 23:29:28 +08:00
|
|
|
Release Cycle
|
|
|
|
-------------
|
2014-10-10 16:39:01 +08:00
|
|
|
|
2023-03-24 18:44:42 +08:00
|
|
|
We normally do releases every 8 weeks on Wednesdays. If important problems
|
|
|
|
arise, we can insert releases outside the schedule or we can move the release
|
|
|
|
date.
|
2014-10-10 16:39:01 +08:00
|
|
|
|
2023-03-24 18:44:42 +08:00
|
|
|
Each 8 week (56 days) release cycle is divided into three distinct periods:
|
2014-10-10 16:39:01 +08:00
|
|
|
|
2023-03-24 18:44:42 +08:00
|
|
|
- During the first 10 calendar days after a release, we are in "cool down". We
|
|
|
|
do not merge features but only bug-fixes. If a regression is reported, we
|
|
|
|
might do a follow-up patch release.
|
2014-10-10 16:39:01 +08:00
|
|
|
|
2023-03-24 18:44:42 +08:00
|
|
|
- During the following 3 weeks (21 days) there is a feature window: we allow
|
|
|
|
new features and changes to curl and libcurl. If we accept any such changes,
|
|
|
|
we bump the minor number used for the next release.
|
2014-10-10 16:39:01 +08:00
|
|
|
|
2023-03-24 18:44:42 +08:00
|
|
|
- During the next 25 days we are in feature freeze. We do not merge any
|
|
|
|
features or changes, and we only focus on fixing bugs and polishing things
|
|
|
|
to make the pending release a solid one.
|
2020-02-04 23:29:28 +08:00
|
|
|
|
|
|
|
If a future release date happens to end up on a "bad date", like in the middle
|
2023-03-24 18:44:42 +08:00
|
|
|
of common public holidays or when the lead release manager is unavailable, the
|
|
|
|
release date can be moved forwards or backwards a full week. This is then
|
2020-02-04 23:29:28 +08:00
|
|
|
advertised well in advance.
|
|
|
|
|
2022-09-13 14:37:01 +08:00
|
|
|
Critical problems
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
We can break the release cycle and do a patch release at any point if a
|
|
|
|
critical enough problem is reported. There is no exact definition of how to
|
|
|
|
assess such criticality, but if an issue is highly disturbing or has a
|
|
|
|
security impact on a large enough share of the user population it might
|
|
|
|
qualify.
|
|
|
|
|
|
|
|
If you think an issue qualifies, bring it to the curl-library mailing list and
|
|
|
|
push for it.
|
|
|
|
|
2014-10-10 16:39:01 +08:00
|
|
|
Coming dates
|
|
|
|
------------
|
|
|
|
|
|
|
|
Based on the description above, here are some planned release dates (at the
|
|
|
|
time of this writing):
|
|
|
|
|
2023-10-02 19:31:51 +08:00
|
|
|
- May 22, 2024
|
|
|
|
- July 17, 2024
|
|
|
|
- September 11, 2024
|
|
|
|
- November 6, 2024
|
2024-03-27 15:11:20 +08:00
|
|
|
- January 8, 2025
|
|
|
|
- March 5, 2025
|
|
|
|
- April 30, 2025
|
|
|
|
- June 25, 2025
|