mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 04:30:10 +01:00
Document the change of development branch name to main
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
0670360363
commit
e5ed920852
2 changed files with 18 additions and 0 deletions
|
|
@ -10,6 +10,20 @@ Source code and issue tracking for the D-Bus specification and its
|
||||||
reference implementation 'dbus' are provided by freedesktop.org Gitlab:
|
reference implementation 'dbus' are provided by freedesktop.org Gitlab:
|
||||||
<https://gitlab.freedesktop.org/dbus/dbus>.
|
<https://gitlab.freedesktop.org/dbus/dbus>.
|
||||||
|
|
||||||
|
## Default branch renamed to `main`
|
||||||
|
|
||||||
|
The default development branch for dbus has been renamed to `main`. To
|
||||||
|
update your local checkout, use steps similar to:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git checkout master
|
||||||
|
git branch -m master main
|
||||||
|
git fetch
|
||||||
|
git branch --unset-upstream
|
||||||
|
git branch --set-upstream-to=origin/main
|
||||||
|
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
|
||||||
|
```
|
||||||
|
|
||||||
## Reporting security vulnerabilities
|
## Reporting security vulnerabilities
|
||||||
|
|
||||||
If you find a security vulnerability that is not known to the public,
|
If you find a security vulnerability that is not known to the public,
|
||||||
|
|
|
||||||
4
NEWS
4
NEWS
|
|
@ -15,6 +15,10 @@ Build system and dependencies:
|
||||||
the compile-time DBUS_VERSION or the runtime dbus_get_version().
|
the compile-time DBUS_VERSION or the runtime dbus_get_version().
|
||||||
(dbus#530, dbus!494; Simon McVittie)
|
(dbus#530, dbus!494; Simon McVittie)
|
||||||
|
|
||||||
|
• The branch used for development releases has been renamed to `main`.
|
||||||
|
Please see CONTRIBUTING.md for details of how to update existing checkouts.
|
||||||
|
(dbus#530, Simon McVittie)
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
• On Linux, fix build regression with libselinux ≥ 3.8 and verbose mode
|
• On Linux, fix build regression with libselinux ≥ 3.8 and verbose mode
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue