Go to file
zhangyuan 5e672bcdf8 Merge tag 'upstream/0.15' into openkylin/yangtze
Upstream version 0.15
2023-03-23 16:19:00 +08:00
contrib New upstream version 0.15 2023-03-23 16:03:44 +08:00
debian Merge tag 'upstream/0.15' into openkylin/yangtze 2023-03-23 16:19:00 +08:00
testsuite New upstream version 0.15 2023-03-23 16:03:44 +08:00
.gitignore New upstream version 0.15 2023-03-23 16:03:44 +08:00
COPYING Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
COPYING.RUNTIME Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
COPYING3 Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
COPYRIGHT_YEARS Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
COVER-LETTER Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
Makefile New upstream version 0.15 2023-03-23 16:03:44 +08:00
README.release-checklist New upstream version 0.15 2023-03-23 16:03:44 +08:00
VERSION New upstream version 0.15 2023-03-23 16:03:44 +08:00
args.c New upstream version 0.15 2023-03-23 16:03:44 +08:00
args.h New upstream version 0.15 2023-03-23 16:03:44 +08:00
configure Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
dwarf2.def Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
dwarf2.h Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
dwarfnames.c Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
dwz.1 New upstream version 0.15 2023-03-23 16:03:44 +08:00
dwz.c New upstream version 0.15 2023-03-23 16:03:44 +08:00
hashtab.c New upstream version 0.15 2023-03-23 16:03:44 +08:00
hashtab.h New upstream version 0.15 2023-03-23 16:03:44 +08:00
iterators.h Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
pool.c New upstream version 0.15 2023-03-23 16:03:44 +08:00
pool.h New upstream version 0.15 2023-03-23 16:03:44 +08:00
sha1.c Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
sha1.h Import Upstream version 0.14 2022-08-25 18:00:22 +08:00
util.h New upstream version 0.15 2023-03-23 16:03:44 +08:00

README.release-checklist

- Verify that copyright notices in source files are up-to-date.
- Update COPYRIGHT_YEARS using contrib/release/gen-copyright-years.sh.
  Commit modifications if there are any.
- Run contrib/release/do-release.sh.
  Use:
  - --minor to do a minor update: $maj.$min -> $maj.$(($min + 1))
  - --major to do a major update: $maj.$min -> $(($maj + 1)).0
  This:
  - adds a commit that updates the VERSION file,
  - creates a signed annotated release tag for that commit, and
  - pushes both the commit and the tag to the remote repository.
- Run contrib/release/upload-release.sh.
  This creates and uploads two release tarballs.
- Write draft release announcement.
  F.i. using template of
  https://sourceware.org/ml/gdb-announce/2019/msg00001.html.
- Sent out draft release announcement to maintainers for review and
  further contributions.
- Sent out release announcement.  Sent to:
  - Maintainers
  - dwz@sourceware.org
  - dwarf-discuss@lists.dwarfstd.org
  - gcc@gcc.gnu.org
  - gdb@sourceware.org
  - lldb-dev@lists.llvm.org
- Update web page ( https://sourceware.org/dwz/ ):
  - Add news item with hlink to release annoucement.
  - Add entry in release list.