代码拉取完成,页面将自动刷新
同步操作将从 OpenHarmony/third_party_pixman 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Here are the steps to follow to create a new pixman release:
1) Ensure that there are no uncommitted changes or unpushed commits,
and that you are up to date with the latest commits in the central
repository. Here are a couple of useful commands:
git diff (no output)
git status (should report "nothing to commit")
git log master...origin (no output; note: *3* dots)
2) Increment pixman_(major|minor|micro) in configure.ac according to
the directions in that file.
3) Make sure that new version works, including
- make distcheck passes
- the X server still works with the new pixman version
installed
- the cairo test suite hasn't gained any new failures compared
to last pixman version.
4) Use "git commit" to record the changes made in step 2 and 3.
5) Generate and publish the tar files by running
make PREV=<last version> GPGKEY=<your gpg key id> release-publish
If your freedesktop user name is different from your local one,
then also set the variable USER to your freedesktop user name.
6) Run
make release-publish-message
to generate a draft release announcement. Edit it as appropriate and
send it to
cairo-announce@cairographics.org
pixman@lists.freedesktop.org
xorg-announce@lists.freedesktop.org
7) Increment pixman_micro to the next larger (odd) number in
configure.ac. Commit this change, and push all commits created
during this process using
git push
git push --tags
You must use "--tags" here; otherwise the new tag will not
be pushed out.
8) Change the topic of the #cairo IRC channel on freenode to advertise
the new version.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。