CHANGELOG: Use markdown

We will prefer CHANGELOG over NEWS just as matter of Gitlab's.
Followup patch will move NEWS content to CHANGELOG.

This patch renames NEWS -> CHANGELOG.md.
The change in configure.ac is necessary as GNU style requires
a NEWS file to be present.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Frediano Ziglio 2020-02-26 13:29:56 +00:00
parent 4c589e01fb
commit 533cf98e33
3 changed files with 2 additions and 1 deletions

View File

View File

@ -21,6 +21,7 @@ EXTRA_DIST = \
meson_options.txt \
build-aux/git-version-gen \
build-aux/meson/check-spice-common \
CHANGELOG.md \
.version \
$(NULL)

View File

@ -34,7 +34,7 @@ m4_include([subprojects/spice-common/m4/spice-deps.m4])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects foreign])
AM_MAINTAINER_MODE
AC_PROG_CC