[vlc-commits] Update NEWS for 3.0.3 and copyright
Jean-Baptiste Kempf
git at videolan.org
Tue Feb 5 16:41:42 CET 2019
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 5 16:40:21 2019 +0100| [784b0643c89878f589472b849bbc709d8846a926] | committer: Jean-Baptiste Kempf
Update NEWS for 3.0.3 and copyright
> https://code.videolan.org/videolan/npapi-vlc/commit/784b0643c89878f589472b849bbc709d8846a926
---
NEWS | 7 ++++++-
configure.ac | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 4837f32..122d1d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between VLC plugins 2.2.6 and 3.0.3:
+--------------------------------------------
+
+ * Fix MediaPlayerChapterChangedEvent event propagation
+
+
Changes between VLC plugins 2.2.6 and 3.0.0:
--------------------------------------------
@@ -5,7 +11,6 @@ Core:
* Add ChapterChanged, Vout, (Un)Muted, AudioVolume events
* Fix usage of toggleTeletext() for 3.0 builds
* Support for multiple video tracks selection
- * Fix MediaPlayerChapterChangedEvent event propagation
ActiveX:
* Support video scaling set|get
diff --git a/configure.ac b/configure.ac
index 7e6e6b4..6836770 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Autoconf settings for npapi-vlc
-AC_COPYRIGHT([Copyright 2002-2018 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 2002-2019 VLC authors and VideoLAN])
AC_INIT(npapi-vlc, 3.0.3)
VERSION_MAJOR="3"
@@ -18,7 +18,7 @@ case $( echo ${VERSION_EXTRA}|wc -m ) in
*) if test "${VERSION_EXTRA}" = "-git"; then VERSION_EXTRA_RC="666"; else VERSION_EXTRA_RC="99"; fi
esac
AC_SUBST(VERSION_EXTRA_RC)
-COPYRIGHT_YEARS="2002-2018"
+COPYRIGHT_YEARS="2002-2019"
AC_SUBST(COPYRIGHT_YEARS)
COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN"
AC_SUBST(COPYRIGHT_MESSAGE)
More information about the vlc-commits
mailing list