Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More release process improvements |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4fdc89947a40a07e25467190fece0ba1 |
User & Date: | tangent 2019-07-21 11:18:13.780 |
Context
2019-07-21
| ||
11:23 | Including *.css files in dist tarball. Also removed redundant *.md file references in process building dist tarball. check-in: 2a9e4a3da8 user: tangent tags: trunk | |
11:18 | More release process improvements check-in: 4fdc89947a user: tangent tags: trunk | |
11:04 | Added *.md to dist tarball check-in: d9c7adf2c0 user: tangent tags: trunk | |
Changes
Changes to RELEASE-CHECKLIST.txt.
1 2 | - Update ChangeLog.md. | | > | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - Update ChangeLog.md. - Change version number in configure.ac, mysql++.bkl, and ~/tangentsoft.com/mysqlpp/GNUmakefile All other places the version number occurs are generated from the first two. If there's a corresponding *.in file for the one you're looking at, the version number was substituted in by autoconf from configure.ac. Otherwise, the file was most likely created by the build system using the version number in mysql++.bkl. - Run "make abicheck". There should be no changes. You may have to run the following command in the current "stable" directory before this will succeed, since it depends on there being an ACC dump file in place already. |
︙ | ︙ |
Changes to tools/mkrel.
︙ | ︙ | |||
52 53 54 55 56 57 58 | test -z "$(f changes --conflict)" && f diff -w --tk && ./bootstrap && tools/mmake && $make dist && cp mysql++-${ver}.tar.gz ~/tangentsoft.com/mysqlpp/releases && cd ~/tangentsoft.com && | | | 52 53 54 55 56 57 58 59 60 61 | test -z "$(f changes --conflict)" && f diff -w --tk && ./bootstrap && tools/mmake && $make dist && cp mysql++-${ver}.tar.gz ~/tangentsoft.com/mysqlpp/releases && cd ~/tangentsoft.com && $make doc synch && cd - && f ci --tag v$ver -m "Merged trunk changes for v$ver into release branch" |