2024-01-12 Fred Gleason <fredg@paravelsystems.com>

* Changed the recommended base branch for PRs from 'master' to 'v4'
	in the 'CONTRIBUTING CHANGES' section of 'CODINGSTYLE'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-01-12 12:23:02 -05:00
parent 485383d46b
commit d81e0b9b80
2 changed files with 6 additions and 3 deletions

View File

@@ -371,14 +371,14 @@ a GUI context. They should *not* be used in other contexts, including
CONTRIBUTING CHANGES: CONTRIBUTING CHANGES:
The master code repository for Rivendell resides at GitHub, and can be The primary code repository for Rivendell resides at GitHub, and can be
found at: found at:
https://github.com/ElvishArtisan/rivendell https://github.com/ElvishArtisan/rivendell
Changes should be submitted in the form of a pull request [PR] against Changes should be submitted in the form of a pull request [PR] against
the 'master' branch. Information about drafting and submitting PRs can the default branch ('v4' as of this writing). Information about drafting and
be found at: submitting PRs can be found at:
https://help.github.com/en/articles/about-pull-requests https://help.github.com/en/articles/about-pull-requests

View File

@@ -24603,3 +24603,6 @@
from '00:00:00' to NULL. from '00:00:00' to NULL.
* Fixed a regression in rdairplay(1) that caused the 'Sch. Time' * Fixed a regression in rdairplay(1) that caused the 'Sch. Time'
column to be removed from the Full Log lists. column to be removed from the Full Log lists.
2024-01-12 Fred Gleason <fredg@paravelsystems.com>
* Changed the recommended base branch for PRs from 'master' to 'v4'
in the 'CONTRIBUTING CHANGES' section of 'CODINGSTYLE'.