2020-01-28 Fred Gleason <fredg@paravelsystems.com>

* Added a section concerning default configuration files to the
	'PULL REQUEST CHECKLIST' section of 'CODINGSTYLE'.
This commit is contained in:
Fred Gleason 2020-01-28 11:50:45 -05:00
parent 1349e5df80
commit 35fdeeef2d
2 changed files with 10 additions and 2 deletions

View File

@ -319,7 +319,12 @@ For example:
* Modified the code in 'lib/rdimport_audio.cpp' to use the
'RDCart::setMetadata()' and 'RDCut::setMetadata()' methods.
3) If your change alters any user-visible aspect (UI or behavior), update
3) If your changes add, remove or change the behavior of one or more
configuration entries in rd.conf(5), update the default configuration
file ('conf/rd.conf-sample') accordingly. Similiarly, for PyPAD scripts,
be sure to update the corresponding '<plugin-name>-exemplar' files.
4) If your changes alter any user-visible aspect (UI or behavior), update
the user documentation appropriately. The documentation is written
in DocBook 5 markup, and can be found at the following locations in
the source tree:
@ -330,7 +335,7 @@ For example:
Internal and public APIs - 'docs/apis/'.
4) If you wish your work to be mentioned in the 'Credits' list displayed in
5) If you wish your work to be mentioned in the 'Credits' list displayed in
rdadmin(1), add or modify the appropriate entry in the 'AUTHORS' file.
Entries should be sorted by surname, then christian name of the author.

View File

@ -19431,3 +19431,6 @@
test empty strings.
2020-01-27 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.2.1int0.
2020-01-28 Fred Gleason <fredg@paravelsystems.com>
* Added a section concerning default configuration files to the
'PULL REQUEST CHECKLIST' section of 'CODINGSTYLE'.